-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeter.json
68 lines (68 loc) · 1.47 KB
/
meter.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
57
58
59
60
61
62
63
64
65
66
67
68
{
"wifi_sta": {
"connected": true,
"ssid": "K7M",
"ip": "192.168.68.100",
"rssi": -54
},
"cloud": {
"enabled": true,
"connected": true
},
"mqtt": {
"connected": false
},
"time": "12:19",
"unixtime": 1681294785,
"serial": 127,
"has_update": false,
"mac": "BCFF4D42ECB4",
"cfg_changed_cnt": 2,
"actions_stats": {
"skipped": 0
},
"relays": [
{
"ison": false,
"has_timer": false,
"timer_started": 0,
"timer_duration": 0,
"timer_remaining": 0,
"overpower": false,
"source": "http"
}
],
"meters": [
{
"power": 0,
"overpower": 0,
"is_valid": true,
"timestamp": 1681301985,
"counters": [
0,
0,
0
],
"total": 0
}
],
"temperature": 26.9,
"overtemperature": false,
"tmp": {
"tC": 26.9,
"tF": 80.43,
"is_valid": true
},
"update": {
"status": "idle",
"has_update": false,
"new_version": "20230109-114426/v1.12.2-g32055ee",
"old_version": "20230109-114426/v1.12.2-g32055ee",
"beta_version": "20230329-162801/v1.13.0-rc2-g1b3e5af"
},
"ram_total": 52064,
"ram_free": 39628,
"fs_size": 233681,
"fs_free": 167166,
"uptime": 5570
}