work: добавил автоматический режим
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
version: 1
|
||||
|
||||
check_interval: 5.0
|
||||
|
||||
co2:
|
||||
base_speed: 1
|
||||
hysteresis: 100
|
||||
|
||||
thresholds:
|
||||
- ppm: 800
|
||||
speed: 2
|
||||
|
||||
- ppm: 1000
|
||||
speed: 3
|
||||
|
||||
- ppm: 1300
|
||||
speed: 4
|
||||
|
||||
- ppm: 1600
|
||||
speed: 5
|
||||
|
||||
- ppm: 2000
|
||||
speed: 6
|
||||
+18
-4
@@ -30,6 +30,7 @@ templates:
|
||||
- time: "13:00"
|
||||
action:
|
||||
type: auto
|
||||
speed: 1
|
||||
|
||||
- time: "17:00"
|
||||
action:
|
||||
@@ -47,6 +48,7 @@ templates:
|
||||
- time: "20:30"
|
||||
action:
|
||||
type: auto
|
||||
speed: 2
|
||||
|
||||
|
||||
- time: "20:31"
|
||||
@@ -60,10 +62,21 @@ templates:
|
||||
speed: 1
|
||||
heater: off
|
||||
|
||||
- time: "23:58"
|
||||
- time: "23:55"
|
||||
action:
|
||||
type: set
|
||||
speed: 3
|
||||
power: on
|
||||
speed: 1
|
||||
|
||||
- time: "23:57"
|
||||
action:
|
||||
type: auto
|
||||
speed: 2
|
||||
|
||||
- time: "00:05"
|
||||
action:
|
||||
type: set
|
||||
speed: 1
|
||||
|
||||
|
||||
weekend:
|
||||
@@ -90,6 +103,7 @@ templates:
|
||||
- time: "10:00"
|
||||
action:
|
||||
type: auto
|
||||
speed: 1
|
||||
|
||||
- time: "23:30"
|
||||
action:
|
||||
@@ -108,5 +122,5 @@ days:
|
||||
thu: workday
|
||||
fri: workday
|
||||
|
||||
sat: weekend
|
||||
sun: weekend
|
||||
sat: workday
|
||||
sun: workday
|
||||
Reference in New Issue
Block a user