v. 1.0.0 Реализовано ручное и автоматическое управление бризером.
This commit is contained in:
+27
-72
@@ -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
|
||||
target_temp: 21
|
||||
|
||||
- time: "20:30"
|
||||
|
||||
- time: "09:30"
|
||||
action:
|
||||
type: auto
|
||||
speed: 2
|
||||
target_temp: 25
|
||||
|
||||
|
||||
- time: "20:31"
|
||||
- time: "22:00"
|
||||
action:
|
||||
type: set
|
||||
speed: 3
|
||||
speed: 6
|
||||
|
||||
- time: "23:00"
|
||||
- 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
|
||||
sat: weekend
|
||||
sun: weekend
|
||||
Reference in New Issue
Block a user