Add climatehub
This commit is contained in:
parent
1267b02b8f
commit
9494059bee
1 changed files with 46 additions and 0 deletions
46
climatehub.yaml
Normal file
46
climatehub.yaml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue