From b02d18d283479ea3a267f75575222daea5d6450a Mon Sep 17 00:00:00 2001 From: Fedorov Dmitriy Date: Sat, 19 Sep 2026 18:26:08 +0300 Subject: [PATCH] =?UTF-8?q?v.=201.0.0=20=D0=A0=D0=B5=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=BE=20=D1=80=D1=83=D1=87=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=B8=20=D0=B0=D0=B2=D1=82=D0=BE=D0=BC=D0=B0?= =?UTF-8?q?=D1=82=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=BE=D0=B5=20=D1=83=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B1=D1=80?= =?UTF-8?q?=D0=B8=D0=B7=D0=B5=D1=80=D0=BE=D0=BC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/schedule.yaml | 107 +++++++++++++------------------------------ 1 file changed, 31 insertions(+), 76 deletions(-) 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