From 0d82e9d73ea37c2b331dbfc192d38f29210b0edb Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 24 Dec 2023 14:12:32 +0100 Subject: [PATCH] OG heating config --- heating-og.yaml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ reflash.sh | 2 ++ 2 files changed, 55 insertions(+) create mode 100644 heating-og.yaml diff --git a/heating-og.yaml b/heating-og.yaml new file mode 100644 index 0000000..14ac2f4 --- /dev/null +++ b/heating-og.yaml @@ -0,0 +1,53 @@ +esp8266: + board: esp12e + +packages: + wifi: !include templates/wifi.yaml + ota: !include templates/ota.yaml + mqtt: !include templates/mqtt.yaml + uptime: !include templates/uptime.yaml + restart: !include templates/restart.yaml + +logger: + +esphome: + name: heating-og + friendly_name: "Heating OG" + + project: + name: dasfoo.heating-og + version: "1.0" + +switch: + - platform: gpio + pin: GPIO16 + name: "Shower" + restore_mode: RESTORE_DEFAULT_OFF + - platform: gpio + pin: GPIO14 + name: "Bedroom" + restore_mode: RESTORE_DEFAULT_OFF + - platform: gpio + pin: GPIO12 + name: "Wardrobe" + restore_mode: RESTORE_DEFAULT_OFF + - platform: gpio + pin: GPIO13 + name: "Office + Hallway" + restore_mode: RESTORE_DEFAULT_OFF + - platform: gpio + pin: GPIO15 + name: "Child West" + restore_mode: RESTORE_DEFAULT_OFF + - platform: gpio + pin: GPIO00 + name: "Bathroom" + restore_mode: RESTORE_DEFAULT_OFF + - platform: gpio + pin: GPIO04 + name: "Child East" + restore_mode: RESTORE_DEFAULT_OFF + - platform: gpio + pin: GPIO05 + id: unused_relay8 + restore_mode: RESTORE_DEFAULT_OFF diff --git a/reflash.sh b/reflash.sh index 1d9a60f..b2b0f8a 100755 --- a/reflash.sh +++ b/reflash.sh @@ -25,6 +25,8 @@ flash=( "${command?} loud-siren.yaml" "${command?} ruuvi.yaml" "${command?} watermeter.yaml" + "${command?} heating-eg.yaml" + "${command?} heating-og.yaml" ) for btproxy_replica in \