add refresh
parent
10cc1d1afa
commit
130006565f
|
|
@ -145,6 +145,7 @@ Přidej externí komponentu:
|
||||||
external_components:
|
external_components:
|
||||||
- source: github://Tomer27cz/xt211
|
- source: github://Tomer27cz/xt211
|
||||||
components: [xt211]
|
components: [xt211]
|
||||||
|
refresh: 1s
|
||||||
```
|
```
|
||||||
Poté nastav DLMS/Cosem komponentu:
|
Poté nastav DLMS/Cosem komponentu:
|
||||||
- push_show_log: true (volitelné, bude zobrazovat surové PUSH zprávy v logu pro debug a testování)
|
- push_show_log: true (volitelné, bude zobrazovat surové PUSH zprávy v logu pro debug a testování)
|
||||||
|
|
|
||||||
|
|
@ -143,10 +143,10 @@ For a more detailed description of the component, see the [esphome-dlms-cosem re
|
||||||
Add the external component to your ESPHome configuration:
|
Add the external component to your ESPHome configuration:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: github://Tomer27cz/xt211
|
- source: github://Tomer27cz/xt211
|
||||||
components: [xt211]
|
components: [xt211]
|
||||||
|
refresh: 1s
|
||||||
```
|
```
|
||||||
Then configure the DLMS/Cosem component:
|
Then configure the DLMS/Cosem component:
|
||||||
- push_show_log: true (optional, for debugging purposes - shows all received PUSH messages in the log)
|
- push_show_log: true (optional, for debugging purposes - shows all received PUSH messages in the log)
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ wifi:
|
||||||
external_components:
|
external_components:
|
||||||
- source: github://Tomer27cz/xt211
|
- source: github://Tomer27cz/xt211
|
||||||
components: [xt211]
|
components: [xt211]
|
||||||
|
refresh: 1s
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue