Reduce on/off times
This commit is contained in:
parent
8c30072409
commit
64dff5397b
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue