esphome:
name: faikin1
+ on_boot:
+ then:
+ - light.turn_on:
+ id: led
+ red: 100%
+ green: 0%
+ blue: 0%
esp32:
board: esp32-s3-devkitc-1
path: ../git/esphome-ecodan-hp/components
components: [ ecodan ]
+wifi:
+ networks:
+ - ssid: !secret wifi_ssid
+ password: !secret wifi_pw
+ bssid: !secret wndr3800_bssid
+ priority: 1
+
+mqtt:
+ on_connect:
+ then:
+ - light.turn_on:
+ id: led
+ blue: 100%
+ red: 0%
+ green: 0%
+ on_disconnect:
+ then:
+ - light.turn_on:
+ id: led
+ blue: 0%
+ 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
rx_pin:
number: GPIO34
inverted: true
+ mode:
+ input: true
+ pullup: true
tx_pin:
number: GPIO48
inverted: true
url: file:/home/dwmw/git/esphome-ecodan-hp/
ref: main
refresh: always
- files: [
+ files: [
+ confs/base.yaml,
#confs/esp32s3.yaml, # confs/esp32.yaml, for regular board
confs/zone1.yaml,
## enable if you want to use zone 2