README.md aktualisieren

This commit is contained in:
ElVit 2025-05-23 06:59:38 +02:00 committed by GitHub
parent 05fc2280ec
commit 69837ed5e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -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