-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
48 lines (40 loc) · 1.12 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"forceTurnOn": false,
"overridePurifierMode": true,
"ifTurnedOnOverridePurifierMode": true,
"disableLed": false,
"timesPerMinute": 5,
"purifierUpdateFrequency": 12,
"databaseLogging": false,
"enableNightMode": true,
"disableLedAtNight": true,
"criticalPM25Display": 25,
"criticalLevelDisplay": true,
"locationBased": false,
"dayStart": "6:30",
"dayEnd": "23:00",
"enableAirly": false,
"airlyUpdateFrequency": 60,
"airlyApiKey": "",
"latitude": "50.1",
"longitude": "20.0",
"unconditionalBoost": false,
"unconditionalBoostLevel": 0,
"preventLowTemperature": true,
"preventLowTemperatureThreshold": 24.8,
"preventLowTemperatureSpeed": 0,
"dayEnableCoolingDown": true,
"dayCoolingDownThreshold": 26.5,
"dayTempBetweenLevels": 0.6,
"preventHighTemperature": true,
"preventHighTemperatureMultiplier": 5,
"nightEnableCoolingDown": true,
"nightCoolingDownThreshold": 27.0,
"nightTempBetweenLevels": 0.4,
"preventLowHumidity": true,
"lowHumidityThreshold": 30,
"criticalHumidityThreshold": 26,
"enableHysteresis": true,
"advancedHysteresis": true,
"hysteresisLevel": 2
}