-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_data.json
56 lines (56 loc) · 1.07 KB
/
test_data.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
49
50
51
52
53
54
55
56
{
"id": "3423jkh2",
"data":{
"weather":[{
"id": "sdrw45345sdf",
"outdoor_temperature": -5.0,
"indoor_temperature": 22.0,
"humidity": 45.00,
"pressure": 1034.43,
"wind": {
"speed": 5.0,
"direction": 220.2,
"gust": 0.1
},
"rain": 2.5,
"uv": 2.1,
"solar": {
"radiation": 1.6,
"intensity": 10.1
}
}],
"energy":[{
"id": "sdfsdfsdfsdf",
"price": 0.04,
"delivered": 547.00,
"received": 0.0,
"kw": 3.0
}],
"ieq":[{
"id": "12312",
"battery": 0.1,
"co2": 400.1,
"energy": 0.1,
"pressure": 1023.1,
"humidity": 45.78,
"light": 0.1,
"no2": 33.1,
"co": 33.4,
"pm": 175.1,
"rssi": -34,
"sound": 0.1,
"temperature": 22.5,
"uv": 0.1,
"voc": 145
}],
"hvac":[{
"id": "w342sdfsd",
"state": "off",
"mode": "auto",
"fan_mode": "off",
"fan_state": "off",
"target_temperature": 72.00,
"temperature": 71.5
}]
}
}