README.md aktualisieren
This commit is contained in:
parent
05fc2280ec
commit
69837ed5e5
|
|
@ -27,10 +27,10 @@ pin | function
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
substitutions:
|
substitutions:
|
||||||
pin_rx_hp: GPIO4 # heatpump reads data (RX) on this pin
|
pin_rx_hp: GPIO4 # heatpump reads data (RX) on this pin (yellow)
|
||||||
pin_tx_hp: GPIO3 # heatpump sends data (TX) on this pin
|
pin_tx_hp: GPIO3 # heatpump sends data (TX) on this pin (green)
|
||||||
pin_tx_wm: GPIO1 # WiFi module sends data (TX) on this pin
|
pin_tx_wm: GPIO1 # WiFi module sends data (TX) on this pin (white)
|
||||||
pin_rx_wm: GPIO0 # WiFi module reads data (RX) on this pin
|
pin_rx_wm: GPIO0 # WiFi module reads data (RX) on this pin (blue)
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source:
|
- source:
|
||||||
|
|
@ -58,8 +58,8 @@ panasonic_heatpump:
|
||||||
id: my_heatpump
|
id: my_heatpump
|
||||||
uart_id: uart_heatpump
|
uart_id: uart_heatpump
|
||||||
uart_client_id: uart_cz_taw1
|
uart_client_id: uart_cz_taw1
|
||||||
log_uart_msg: false
|
log_uart_msg: true
|
||||||
update_interval: 3s
|
update_interval: 5s
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: panasonic_heatpump
|
- platform: panasonic_heatpump
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue