-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheating_config.json.sample
More file actions
32 lines (32 loc) · 979 Bytes
/
heating_config.json.sample
File metadata and controls
32 lines (32 loc) · 979 Bytes
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
{
"rooms": [
{
"key": "bathroom",
"name": "Bathroom",
"sensor_id": "28-01187xxxx0ff",
"valve_pin": 1,
"area": 12.3,
"temperature_schedule": [
{ "start_hour": 0, "end_hour": 6, "temperature": 19.0 },
{ "start_hour": 6, "end_hour": 19, "temperature": 21.0 },
{ "start_hour": 19, "end_hour": 21, "temperature": 20.0 },
{ "start_hour": 21, "end_hour": 24, "temperature": 19.0 }
]
},
{
"key": "living_room",
"name": "Living Room",
"sensor_id": "28-01195xxxx9ff",
"valve_pin": 2,
"area": 45.6,
"temperature_schedule": [
{ "start_hour": 0, "end_hour": 6, "temperature": 18.5 },
{ "start_hour": 6, "end_hour": 19, "temperature": 21.0 },
{ "start_hour": 19, "end_hour": 21, "temperature": 20.0 },
{ "start_hour": 21, "end_hour": 24, "temperature": 18.5 }
]
}
],
"stove_pin": 0,
"pipe_sensor_id": "28-01187xxxx6ff"
}