document fix

uart_fix
Tomer27cz 2025-12-17 23:40:52 +01:00
parent f6d657d2a0
commit 81b71206a6
2 changed files with 26 additions and 0 deletions

View File

@ -139,6 +139,18 @@ Více detailů v projektu [esphome-dlms-cosem repository](https://github.com/lat
### Kompletní konfigurace: [esphome-smartmeter.yaml](esphome-smartmeter.yaml)
### Dočasná Oprava - esp-idf verze 5.4.1
Kvůli problémům s novou verzí esp-idf, je potřeba použít esp-idf verzi 5.4.1.
```yaml
esp32:
variant: esp32c3
framework:
type: esp-idf
version: 5.4.1
```
Přidej externí komponentu:
```yaml

View File

@ -140,6 +140,20 @@ For a more detailed description of the component, see the [esphome-dlms-cosem re
### For full configuration file, see: [esphome-smartmeter.yaml](esphome-smartmeter.yaml)
### Temporary FIX - esp-idf version 5.4.1
Due to some issues with the latest esp-idf version 5.5.x, You have to temporarily downgrade to version 5.4.1.
In your `esphome` configuration file, add the following lines at the top (for esp32c3):
```yaml
esp32:
variant: esp32c3
framework:
type: esp-idf
version: 5.4.1
```
Add the external component to your ESPHome configuration:
```yaml