From 69837ed5e518436be17b8dbcdd7b4dc12ada9b6e Mon Sep 17 00:00:00 2001 From: ElVit <54866762+ElVit@users.noreply.github.com> Date: Fri, 23 May 2025 06:59:38 +0200 Subject: [PATCH] README.md aktualisieren --- components/panasonic_heatpump/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/panasonic_heatpump/README.md b/components/panasonic_heatpump/README.md index 90b2afe..79d477e 100644 --- a/components/panasonic_heatpump/README.md +++ b/components/panasonic_heatpump/README.md @@ -27,10 +27,10 @@ pin | function ```yaml substitutions: - pin_rx_hp: GPIO4 # heatpump reads data (RX) on this pin - pin_tx_hp: GPIO3 # heatpump sends data (TX) on this pin - pin_tx_wm: GPIO1 # WiFi module sends data (TX) on this pin - pin_rx_wm: GPIO0 # WiFi module 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 (green) + 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 (blue) external_components: - source: @@ -58,8 +58,8 @@ panasonic_heatpump: id: my_heatpump uart_id: uart_heatpump uart_client_id: uart_cz_taw1 - log_uart_msg: false - update_interval: 3s + log_uart_msg: true + update_interval: 5s sensor: - platform: panasonic_heatpump