diff --git a/config/schedule.yaml b/config/schedule.yaml index eb48536..c32aceb 100644 --- a/config/schedule.yaml +++ b/config/schedule.yaml @@ -8,105 +8,60 @@ templates: workday: - - time: "07:00" + + - time: "09:00" action: - type: set power: on - speed: 2 - heater: off - target_temp: 20 - mode: outside - - - time: "18:01" - action: type: set - speed: 1 - - - time: "18:07" - action: - type: auto - speed: 1 - target_temp: 30 - - - time: "18:08" - action: - type: set - target_temp: 30 - speed: 6 - - - - - - time: "19:00" - action: - type: set - power: on speed: 6 heater: on - target_temp: 20 - - - time: "20:30" + target_temp: 21 + + + - time: "09:30" action: type: auto speed: 2 + target_temp: 25 - - - time: "20:31" + - time: "22:00" action: type: set - speed: 3 - - - time: "23:00" + speed: 6 + + - time: "22:45" action: type: set speed: 1 - heater: off - - - time: "23:55" - action: - type: set - power: on - speed: 1 - - - time: "23:57" - action: - type: auto - speed: 2 - + weekend: - - time: "00:00" + - time: "10:00" + action: + power: on + type: set + speed: 6 + heater: on + target_temp: 21 + + - time: "10:30" + action: + type: auto + speed: 2 + target_temp: 25 + + - time: "22:00" action: type: set speed: 6 - - - time: "00:02" + + - time: "22:45" action: type: set speed: 1 - - time: "09:00" - action: - type: set - power: on - speed: 1 - heater: on - target_temp: 20 - mode: outside - - - time: "10:00" - action: - type: auto - speed: 1 - - - time: "23:30" - action: - type: set - speed: 1 - heater: off - @@ -118,5 +73,5 @@ days: thu: workday fri: workday - sat: workday - sun: workday \ No newline at end of file + sat: weekend + sun: weekend \ No newline at end of file