From 9494059bee3b62f21a2675ceff7c8e10899a6473 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Sun, 19 May 2024 14:19:28 +0200 Subject: [PATCH] Add climatehub --- climatehub.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 climatehub.yaml diff --git a/climatehub.yaml b/climatehub.yaml new file mode 100644 index 0000000..f0093f5 --- /dev/null +++ b/climatehub.yaml @@ -0,0 +1,46 @@ +esphome: + name: climatehub + +esp8266: + board: d1 + +logger: + +wifi: + ssid: !secret wifi_ssid + password: !secret wifi_password + reboot_timeout: 3min + +ota: + safe_mode: true + password: !secret ota_password + +mqtt: + broker: mqtt.local + +dallas: + - pin: 2 + +text_sensor: + - platform: version + name: "ESPHome Version" + hide_timestamp: true + state_topic: esphome/climatehub/version + +sensor: + - platform: wifi_signal + name: "WiFi Signal dB" + update_interval: 10s + state_topic: esphome/climatehub/wifi_signal + retain: false + + - platform: dallas + name: "DS18B20 Plafond" + address: 0x89051660b683ff28 + state_topic: sensors/climatehub-plafond/temperature + retain: false + - platform: dallas + name: "DS18B20 Vloer" + address: 0xf5041664269fff28 + state_topic: sensors/climatehub-vloer/temperature + retain: false