v. 1.0.0 Реализовано ручное и автоматическое управление бризером.
This commit is contained in:
+31
-76
@@ -8,105 +8,60 @@ templates:
|
|||||||
|
|
||||||
workday:
|
workday:
|
||||||
|
|
||||||
- time: "07:00"
|
|
||||||
|
- time: "09:00"
|
||||||
action:
|
action:
|
||||||
type: set
|
|
||||||
power: on
|
power: on
|
||||||
speed: 2
|
|
||||||
heater: off
|
|
||||||
target_temp: 20
|
|
||||||
mode: outside
|
|
||||||
|
|
||||||
- time: "18:01"
|
|
||||||
action:
|
|
||||||
type: set
|
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
|
speed: 6
|
||||||
heater: on
|
heater: on
|
||||||
target_temp: 20
|
target_temp: 21
|
||||||
|
|
||||||
- time: "20:30"
|
|
||||||
|
- time: "09:30"
|
||||||
action:
|
action:
|
||||||
type: auto
|
type: auto
|
||||||
speed: 2
|
speed: 2
|
||||||
|
target_temp: 25
|
||||||
|
|
||||||
|
- time: "22:00"
|
||||||
- time: "20:31"
|
|
||||||
action:
|
action:
|
||||||
type: set
|
type: set
|
||||||
speed: 3
|
speed: 6
|
||||||
|
|
||||||
- time: "23:00"
|
- time: "22:45"
|
||||||
action:
|
action:
|
||||||
type: set
|
type: set
|
||||||
speed: 1
|
speed: 1
|
||||||
heater: off
|
|
||||||
|
|
||||||
- time: "23:55"
|
|
||||||
action:
|
|
||||||
type: set
|
|
||||||
power: on
|
|
||||||
speed: 1
|
|
||||||
|
|
||||||
- time: "23:57"
|
|
||||||
action:
|
|
||||||
type: auto
|
|
||||||
speed: 2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
weekend:
|
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:
|
action:
|
||||||
type: set
|
type: set
|
||||||
speed: 6
|
speed: 6
|
||||||
|
|
||||||
- time: "00:02"
|
- time: "22:45"
|
||||||
action:
|
action:
|
||||||
type: set
|
type: set
|
||||||
speed: 1
|
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
|
thu: workday
|
||||||
fri: workday
|
fri: workday
|
||||||
|
|
||||||
sat: workday
|
sat: weekend
|
||||||
sun: workday
|
sun: weekend
|
||||||
Reference in New Issue
Block a user