From: David Woodhouse <dwmw@amazon.co.uk> Date: Sat, 28 Sep 2024 09:25:25 +0000 (+0100) Subject: clean up faikin X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0a16146402a659ec54f2000b165b55cfa471f39d;p=users%2Fdwmw2%2Fesp32-pool.git clean up faikin --- diff --git a/faikin.yaml b/faikin.yaml index c595973..b98257b 100644 --- a/faikin.yaml +++ b/faikin.yaml @@ -9,8 +9,15 @@ # Connect IO0 from the debug header to ground, power cycle. # Then you can program it. It'll fail to reset, just release IO0 and power cycle. +substitutions: + name: faikin3 +# heatpump heating/cooling switch +# available modes: HEAT_ROOM_TEMP, HEAT_FLOW_TEMP, HEAT_COMPENSATION_CURVE, COOL_ROOM_TEMP, COOL_FLOW_TEMP + default_heating_switch_mode: HEAT_COMPENSATION_CURVE + default_cooling_switch_mode: COOL_FLOW_TEMP + esphome: - name: faikin1 + name: ${name} on_boot: then: - light.turn_on: @@ -55,12 +62,6 @@ mqtt: red: 100% green: 0% -substitutions: -# heatpump heating/cooling switch -# available modes: HEAT_ROOM_TEMP, HEAT_FLOW_TEMP, HEAT_COMPENSATION_CURVE, COOL_ROOM_TEMP, COOL_FLOW_TEMP - default_heating_switch_mode: HEAT_COMPENSATION_CURVE - default_cooling_switch_mode: COOL_FLOW_TEMP - uart: - id: uart_main rx_pin: @@ -83,24 +84,6 @@ uart: sequence: - lambda: UARTDebug::log_hex(direction, bytes, ' '); - - id: uart_proxy - rx_pin: - number: GPIO44 - inverted: true - tx_pin: - number: GPIO43 - inverted: true - baud_rate: 2400 - parity: EVEN - stop_bits: 1 - debug: - direction: BOTH - dummy_receiver: false - after: - delimiter: "\n" - sequence: - - lambda: UARTDebug::log_hex(direction, bytes, ' '); - packages: base: !include base.yaml ecodan: @@ -179,6 +162,7 @@ switch: ecodan: id: ecodan_instance uart_id: uart_main - proxy_uart_id: uart_proxy +# proxy_uart_id: uart_proxy +# update_interval: 30s # rx_pin: GPIO34 # tx_pin: GPIO48