From f1ac8956c8c09c42e783f32240d76ac63fb2381e Mon Sep 17 00:00:00 2001 From: ElVit <54866762+ElVit@users.noreply.github.com> Date: Thu, 29 May 2025 00:21:49 +0200 Subject: [PATCH] Update README.md --- components/panasonic_heatpump/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/panasonic_heatpump/README.md b/components/panasonic_heatpump/README.md index f31f6fa..f78de37 100644 --- a/components/panasonic_heatpump/README.md +++ b/components/panasonic_heatpump/README.md @@ -13,7 +13,7 @@ ### Wiring -wiring_adum1201.png +![wiring_adum1201.png](../../prototypes/panasonic_heatpump/wiring_adum1201.png) ### CN-CNT Pinout (from top to bottom) @@ -29,10 +29,10 @@ pin | function ```yaml substitutions: - 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) + pin_rx_hp: GPIO37 # heatpump reads data (RX) on this pin (yellow) + pin_tx_hp: GPIO39 # heatpump sends data (TX) on this pin (green) + pin_tx_wm: GPIO18 # WiFi module sends data (TX) on this pin (white) + pin_rx_wm: GPIO16 # WiFi module reads data (RX) on this pin (blue) external_components: - source: