Reduce on/off times

This commit is contained in:
Jakob Lechner 2024-11-08 20:29:14 +01:00
parent 8c30072409
commit 64dff5397b

View file

@ -87,8 +87,8 @@ climate:
name: "Bad"
sensor: temperature_bathroom
humidity_sensor: humidity_bathroom
min_heating_off_time: 300s
min_heating_run_time: 300s
min_heating_off_time: 1s
min_heating_run_time: 1s
min_idle_time: 30s
heat_action:
- switch.turn_on: relay_1
@ -125,8 +125,8 @@ climate:
name: "West"
sensor: temperature_kitchen
humidity_sensor: humidity_kitchen
min_heating_off_time: 300s
min_heating_run_time: 300s
min_heating_off_time: 1s
min_heating_run_time: 1s
min_idle_time: 30s
heat_action:
- switch.turn_on: relay_3
@ -143,8 +143,8 @@ climate:
name: "Mitte"
sensor: temperature_local
humidity_sensor: humidity
min_heating_off_time: 300s
min_heating_run_time: 300s
min_heating_off_time: 1s
min_heating_run_time: 1s
min_idle_time: 30s
heat_action:
- switch.turn_on: relay_4
@ -161,8 +161,8 @@ climate:
name: "Ost"
sensor: temperature_local # FIXME
#humidity_sensor:
min_heating_off_time: 300s
min_heating_run_time: 300s
min_heating_off_time: 1s
min_heating_run_time: 1s
min_idle_time: 30s
heat_action:
- switch.turn_on: relay_5