Add bathroom thermostat
This commit is contained in:
parent
e0363dee0f
commit
aba21934dc
1 changed files with 26 additions and 18 deletions
|
|
@ -72,26 +72,34 @@ sensor:
|
|||
- platform: homeassistant
|
||||
id: humidity_kitchen
|
||||
entity_id: sensor.kueche_leiste_feuchtigkeit
|
||||
- platform: homeassistant
|
||||
id: temperature_bathroom
|
||||
entity_id: sensor.badspiegel_temperatur
|
||||
- platform: homeassistant
|
||||
id: humidity_bathroom
|
||||
entity_id: sensor.badspiegel_feuchtigkeit
|
||||
|
||||
climate:
|
||||
#- platform: thermostat
|
||||
# name: "Bad"
|
||||
# #sensor: heating_livingroom
|
||||
# #humidity_sensor:
|
||||
# min_heating_off_time: 300s
|
||||
# min_heating_run_time: 300s
|
||||
# min_idle_time: 30s
|
||||
# heat_action:
|
||||
# - switch.turn_on: relay_1
|
||||
# idle_action:
|
||||
# - switch.turn_off: relay_1
|
||||
# default_preset: zuhause
|
||||
# on_boot_restore_from: memory
|
||||
# preset:
|
||||
# - name: zuhause
|
||||
# default_target_temperature_low: 22 °C
|
||||
# - name: abwesend
|
||||
# default_target_temperature_low: 16 °C
|
||||
- platform: thermostat
|
||||
name: "Bad"
|
||||
sensor: temperature_bathroom
|
||||
humidity_sensor: humidity_bathroom
|
||||
min_heating_off_time: 300s
|
||||
min_heating_run_time: 300s
|
||||
min_idle_time: 30s
|
||||
heat_action:
|
||||
- switch.turn_on: relay_1
|
||||
idle_action:
|
||||
- switch.turn_off: relay_1
|
||||
default_preset: zuhause
|
||||
on_boot_restore_from: memory
|
||||
preset:
|
||||
- name: morgens
|
||||
default_target_temperature_low: 23 °C
|
||||
- name: zuhause
|
||||
default_target_temperature_low: 20 °C
|
||||
- name: abwesend
|
||||
default_target_temperature_low: 16 °C
|
||||
#- platform: thermostat
|
||||
# name: "Schlafzimmer"
|
||||
# #sensor: heating_livingroom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue