enlighten 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +16 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +54 -0
- data/Rakefile +9 -0
- data/enlighten.gemspec +24 -0
- data/lib/enlighten.rb +78 -0
- data/lib/enlighten/version.rb +3 -0
- data/test/fixtures/energy_lifetime.json +371 -0
- data/test/fixtures/envoys.json +13 -0
- data/test/fixtures/error.json +1 -0
- data/test/fixtures/inventory.json +146 -0
- data/test/fixtures/monthly_production.json +146 -0
- data/test/fixtures/rgm_stats.json +11 -0
- data/test/fixtures/stats.json +702 -0
- data/test/fixtures/summary.json +1 -0
- data/test/test_enlighten_system.rb +128 -0
- data/test/test_helper.rb +9 -0
- metadata +100 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"reason":"404","message":["Resource not found."]}
|
@@ -0,0 +1,146 @@
|
|
1
|
+
{
|
2
|
+
"system_id": 67,
|
3
|
+
"envoys": [{"sn": "121112607295"}],
|
4
|
+
"inverters": [
|
5
|
+
{
|
6
|
+
"sn": "030909022461",
|
7
|
+
"model": "M190"
|
8
|
+
},
|
9
|
+
{
|
10
|
+
"sn": "030910024009",
|
11
|
+
"model": "M190"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"sn": "030909022244",
|
15
|
+
"model": "M190"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"sn": "030909022445",
|
19
|
+
"model": "M190"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"sn": "030909022442",
|
23
|
+
"model": "M190"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"sn": "030910023946",
|
27
|
+
"model": "M190"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"sn": "030909022271",
|
31
|
+
"model": "M190"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"sn": "030910023959",
|
35
|
+
"model": "M190"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"sn": "030909022183",
|
39
|
+
"model": "M190"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"sn": "030909022272",
|
43
|
+
"model": "M190"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"sn": "030910024007",
|
47
|
+
"model": "M190"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"sn": "030910024016",
|
51
|
+
"model": "M190"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"sn": "030910023983",
|
55
|
+
"model": "M190"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"sn": "030910023982",
|
59
|
+
"model": "M190"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"sn": "030909022453",
|
63
|
+
"model": "M190"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"sn": "030910023947",
|
67
|
+
"model": "M190"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"sn": "030910024001",
|
71
|
+
"model": "M190"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"sn": "030909022443",
|
75
|
+
"model": "M190"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"sn": "030910024029",
|
79
|
+
"model": "M190"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"sn": "030909022283",
|
83
|
+
"model": "M190"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"sn": "110923032336",
|
87
|
+
"model": "M190"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"sn": "110923032378",
|
91
|
+
"model": "M190"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"sn": "110923032337",
|
95
|
+
"model": "M190"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"sn": "110923032365",
|
99
|
+
"model": "M190"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"sn": "110923032368",
|
103
|
+
"model": "M190"
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"sn": "110923032334",
|
107
|
+
"model": "M190"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"sn": "110923032346",
|
111
|
+
"model": "M190"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"sn": "110918030057",
|
115
|
+
"model": "M190"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"sn": "110918030192",
|
119
|
+
"model": "M190"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"sn": "110918030079",
|
123
|
+
"model": "M190"
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"sn": "110918030185",
|
127
|
+
"model": "M190"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"sn": "110924032940-A",
|
131
|
+
"model": "D380"
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"sn": "110924032940-B",
|
135
|
+
"model": "D380"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"sn": "110924032942-A",
|
139
|
+
"model": "D380"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"sn": "110924032942-B",
|
143
|
+
"model": "D380"
|
144
|
+
}
|
145
|
+
]
|
146
|
+
}
|
@@ -0,0 +1,146 @@
|
|
1
|
+
{
|
2
|
+
"system_id": 67,
|
3
|
+
"envoys": [{"sn": "121112607295"}],
|
4
|
+
"inverters": [
|
5
|
+
{
|
6
|
+
"sn": "030909022461",
|
7
|
+
"model": "M190"
|
8
|
+
},
|
9
|
+
{
|
10
|
+
"sn": "030910024009",
|
11
|
+
"model": "M190"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"sn": "030909022244",
|
15
|
+
"model": "M190"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"sn": "030909022445",
|
19
|
+
"model": "M190"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"sn": "030909022442",
|
23
|
+
"model": "M190"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"sn": "030910023946",
|
27
|
+
"model": "M190"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"sn": "030909022271",
|
31
|
+
"model": "M190"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"sn": "030910023959",
|
35
|
+
"model": "M190"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"sn": "030909022183",
|
39
|
+
"model": "M190"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"sn": "030909022272",
|
43
|
+
"model": "M190"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"sn": "030910024007",
|
47
|
+
"model": "M190"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"sn": "030910024016",
|
51
|
+
"model": "M190"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"sn": "030910023983",
|
55
|
+
"model": "M190"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"sn": "030910023982",
|
59
|
+
"model": "M190"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"sn": "030909022453",
|
63
|
+
"model": "M190"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"sn": "030910023947",
|
67
|
+
"model": "M190"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"sn": "030910024001",
|
71
|
+
"model": "M190"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"sn": "030909022443",
|
75
|
+
"model": "M190"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"sn": "030910024029",
|
79
|
+
"model": "M190"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"sn": "030909022283",
|
83
|
+
"model": "M190"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"sn": "110923032336",
|
87
|
+
"model": "M190"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"sn": "110923032378",
|
91
|
+
"model": "M190"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"sn": "110923032337",
|
95
|
+
"model": "M190"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"sn": "110923032365",
|
99
|
+
"model": "M190"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"sn": "110923032368",
|
103
|
+
"model": "M190"
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"sn": "110923032334",
|
107
|
+
"model": "M190"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"sn": "110923032346",
|
111
|
+
"model": "M190"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"sn": "110918030057",
|
115
|
+
"model": "M190"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"sn": "110918030192",
|
119
|
+
"model": "M190"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"sn": "110918030079",
|
123
|
+
"model": "M190"
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"sn": "110918030185",
|
127
|
+
"model": "M190"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"sn": "110924032940-A",
|
131
|
+
"model": "D380"
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"sn": "110924032940-B",
|
135
|
+
"model": "D380"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"sn": "110924032942-A",
|
139
|
+
"model": "D380"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"sn": "110924032942-B",
|
143
|
+
"model": "D380"
|
144
|
+
}
|
145
|
+
]
|
146
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
{
|
2
|
+
"system_id": 1765,
|
3
|
+
"total_devices": 1,
|
4
|
+
"intervals":[
|
5
|
+
{"end_at": 1381475700, "wh_del": 0, "devices_reporting": 1},
|
6
|
+
{"end_at": 1284123600, "wh_del": 0, "devices_reporting": 1},
|
7
|
+
{"end_at": 1284124500, "wh_del": 15, "devices_reporting": 1},
|
8
|
+
{"end_at": 1284125400, "wh_del": 21, "devices_reporting": 1},
|
9
|
+
{"end_at": 1284126300, "wh_del": 34, "devices_reporting": 1}
|
10
|
+
]
|
11
|
+
}
|
@@ -0,0 +1,702 @@
|
|
1
|
+
{
|
2
|
+
"system_id": 67,
|
3
|
+
"total_devices": 35,
|
4
|
+
"intervals": [
|
5
|
+
{
|
6
|
+
"end_at": 1428328200,
|
7
|
+
"devices_reporting": 4,
|
8
|
+
"powr": 0,
|
9
|
+
"enwh": 0
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"end_at": 1428328500,
|
13
|
+
"devices_reporting": 20,
|
14
|
+
"powr": 5,
|
15
|
+
"enwh": 0
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"end_at": 1428328800,
|
19
|
+
"devices_reporting": 35,
|
20
|
+
"powr": 28,
|
21
|
+
"enwh": 2
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"end_at": 1428329100,
|
25
|
+
"devices_reporting": 35,
|
26
|
+
"powr": 73,
|
27
|
+
"enwh": 6
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"end_at": 1428329400,
|
31
|
+
"devices_reporting": 35,
|
32
|
+
"powr": 111,
|
33
|
+
"enwh": 9
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"end_at": 1428329700,
|
37
|
+
"devices_reporting": 35,
|
38
|
+
"powr": 167,
|
39
|
+
"enwh": 14
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"end_at": 1428330000,
|
43
|
+
"devices_reporting": 35,
|
44
|
+
"powr": 214,
|
45
|
+
"enwh": 18
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"end_at": 1428330300,
|
49
|
+
"devices_reporting": 35,
|
50
|
+
"powr": 285,
|
51
|
+
"enwh": 24
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"end_at": 1428330600,
|
55
|
+
"devices_reporting": 35,
|
56
|
+
"powr": 376,
|
57
|
+
"enwh": 31
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"end_at": 1428330900,
|
61
|
+
"devices_reporting": 35,
|
62
|
+
"powr": 465,
|
63
|
+
"enwh": 39
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"end_at": 1428331200,
|
67
|
+
"devices_reporting": 35,
|
68
|
+
"powr": 529,
|
69
|
+
"enwh": 44
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"end_at": 1428331500,
|
73
|
+
"devices_reporting": 35,
|
74
|
+
"powr": 565,
|
75
|
+
"enwh": 47
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"end_at": 1428331800,
|
79
|
+
"devices_reporting": 35,
|
80
|
+
"powr": 629,
|
81
|
+
"enwh": 52
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"end_at": 1428332100,
|
85
|
+
"devices_reporting": 35,
|
86
|
+
"powr": 632,
|
87
|
+
"enwh": 53
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"end_at": 1428332400,
|
91
|
+
"devices_reporting": 35,
|
92
|
+
"powr": 718,
|
93
|
+
"enwh": 60
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"end_at": 1428332700,
|
97
|
+
"devices_reporting": 35,
|
98
|
+
"powr": 783,
|
99
|
+
"enwh": 65
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"end_at": 1428333000,
|
103
|
+
"devices_reporting": 35,
|
104
|
+
"powr": 789,
|
105
|
+
"enwh": 66
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"end_at": 1428333300,
|
109
|
+
"devices_reporting": 35,
|
110
|
+
"powr": 815,
|
111
|
+
"enwh": 68
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"end_at": 1428333600,
|
115
|
+
"devices_reporting": 35,
|
116
|
+
"powr": 927,
|
117
|
+
"enwh": 77
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"end_at": 1428333900,
|
121
|
+
"devices_reporting": 35,
|
122
|
+
"powr": 1061,
|
123
|
+
"enwh": 88
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"end_at": 1428334200,
|
127
|
+
"devices_reporting": 35,
|
128
|
+
"powr": 1204,
|
129
|
+
"enwh": 100
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"end_at": 1428334500,
|
133
|
+
"devices_reporting": 35,
|
134
|
+
"powr": 1367,
|
135
|
+
"enwh": 114
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"end_at": 1428334800,
|
139
|
+
"devices_reporting": 35,
|
140
|
+
"powr": 1460,
|
141
|
+
"enwh": 122
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"end_at": 1428335100,
|
145
|
+
"devices_reporting": 35,
|
146
|
+
"powr": 1520,
|
147
|
+
"enwh": 127
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"end_at": 1428335400,
|
151
|
+
"devices_reporting": 35,
|
152
|
+
"powr": 1561,
|
153
|
+
"enwh": 130
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"end_at": 1428335700,
|
157
|
+
"devices_reporting": 35,
|
158
|
+
"powr": 1651,
|
159
|
+
"enwh": 138
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"end_at": 1428336000,
|
163
|
+
"devices_reporting": 35,
|
164
|
+
"powr": 1778,
|
165
|
+
"enwh": 148
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"end_at": 1428336300,
|
169
|
+
"devices_reporting": 35,
|
170
|
+
"powr": 1915,
|
171
|
+
"enwh": 160
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"end_at": 1428336600,
|
175
|
+
"devices_reporting": 35,
|
176
|
+
"powr": 2025,
|
177
|
+
"enwh": 169
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"end_at": 1428336900,
|
181
|
+
"devices_reporting": 35,
|
182
|
+
"powr": 2085,
|
183
|
+
"enwh": 174
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"end_at": 1428337200,
|
187
|
+
"devices_reporting": 35,
|
188
|
+
"powr": 2236,
|
189
|
+
"enwh": 186
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"end_at": 1428337500,
|
193
|
+
"devices_reporting": 35,
|
194
|
+
"powr": 2417,
|
195
|
+
"enwh": 201
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"end_at": 1428337800,
|
199
|
+
"devices_reporting": 35,
|
200
|
+
"powr": 2522,
|
201
|
+
"enwh": 210
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"end_at": 1428338100,
|
205
|
+
"devices_reporting": 35,
|
206
|
+
"powr": 2526,
|
207
|
+
"enwh": 211
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"end_at": 1428338400,
|
211
|
+
"devices_reporting": 35,
|
212
|
+
"powr": 2533,
|
213
|
+
"enwh": 211
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"end_at": 1428338700,
|
217
|
+
"devices_reporting": 35,
|
218
|
+
"powr": 2567,
|
219
|
+
"enwh": 214
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"end_at": 1428339000,
|
223
|
+
"devices_reporting": 35,
|
224
|
+
"powr": 2620,
|
225
|
+
"enwh": 218
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"end_at": 1428339300,
|
229
|
+
"devices_reporting": 35,
|
230
|
+
"powr": 2688,
|
231
|
+
"enwh": 224
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"end_at": 1428339600,
|
235
|
+
"devices_reporting": 35,
|
236
|
+
"powr": 2822,
|
237
|
+
"enwh": 235
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"end_at": 1428339900,
|
241
|
+
"devices_reporting": 35,
|
242
|
+
"powr": 2949,
|
243
|
+
"enwh": 246
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"end_at": 1428340200,
|
247
|
+
"devices_reporting": 35,
|
248
|
+
"powr": 3129,
|
249
|
+
"enwh": 261
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"end_at": 1428340500,
|
253
|
+
"devices_reporting": 35,
|
254
|
+
"powr": 3189,
|
255
|
+
"enwh": 266
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"end_at": 1428340800,
|
259
|
+
"devices_reporting": 35,
|
260
|
+
"powr": 3417,
|
261
|
+
"enwh": 285
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"end_at": 1428341100,
|
265
|
+
"devices_reporting": 35,
|
266
|
+
"powr": 3702,
|
267
|
+
"enwh": 309
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"end_at": 1428341400,
|
271
|
+
"devices_reporting": 35,
|
272
|
+
"powr": 3911,
|
273
|
+
"enwh": 326
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"end_at": 1428341700,
|
277
|
+
"devices_reporting": 35,
|
278
|
+
"powr": 3971,
|
279
|
+
"enwh": 331
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"end_at": 1428342000,
|
283
|
+
"devices_reporting": 35,
|
284
|
+
"powr": 3922,
|
285
|
+
"enwh": 327
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"end_at": 1428342300,
|
289
|
+
"devices_reporting": 35,
|
290
|
+
"powr": 4258,
|
291
|
+
"enwh": 355
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"end_at": 1428342600,
|
295
|
+
"devices_reporting": 35,
|
296
|
+
"powr": 3119,
|
297
|
+
"enwh": 260
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"end_at": 1428342900,
|
301
|
+
"devices_reporting": 35,
|
302
|
+
"powr": 3446,
|
303
|
+
"enwh": 287
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"end_at": 1428343200,
|
307
|
+
"devices_reporting": 35,
|
308
|
+
"powr": 3484,
|
309
|
+
"enwh": 290
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"end_at": 1428343500,
|
313
|
+
"devices_reporting": 35,
|
314
|
+
"powr": 2955,
|
315
|
+
"enwh": 246
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"end_at": 1428343800,
|
319
|
+
"devices_reporting": 35,
|
320
|
+
"powr": 2044,
|
321
|
+
"enwh": 170
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"end_at": 1428344100,
|
325
|
+
"devices_reporting": 35,
|
326
|
+
"powr": 2127,
|
327
|
+
"enwh": 177
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"end_at": 1428344400,
|
331
|
+
"devices_reporting": 35,
|
332
|
+
"powr": 2233,
|
333
|
+
"enwh": 186
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"end_at": 1428344700,
|
337
|
+
"devices_reporting": 35,
|
338
|
+
"powr": 2809,
|
339
|
+
"enwh": 234
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"end_at": 1428345000,
|
343
|
+
"devices_reporting": 35,
|
344
|
+
"powr": 3147,
|
345
|
+
"enwh": 262
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"end_at": 1428345300,
|
349
|
+
"devices_reporting": 35,
|
350
|
+
"powr": 3100,
|
351
|
+
"enwh": 258
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"end_at": 1428345600,
|
355
|
+
"devices_reporting": 35,
|
356
|
+
"powr": 1958,
|
357
|
+
"enwh": 163
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"end_at": 1428345900,
|
361
|
+
"devices_reporting": 35,
|
362
|
+
"powr": 1269,
|
363
|
+
"enwh": 106
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"end_at": 1428346200,
|
367
|
+
"devices_reporting": 35,
|
368
|
+
"powr": 1933,
|
369
|
+
"enwh": 161
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"end_at": 1428346500,
|
373
|
+
"devices_reporting": 35,
|
374
|
+
"powr": 1915,
|
375
|
+
"enwh": 160
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"end_at": 1428346800,
|
379
|
+
"devices_reporting": 35,
|
380
|
+
"powr": 1479,
|
381
|
+
"enwh": 123
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"end_at": 1428347100,
|
385
|
+
"devices_reporting": 35,
|
386
|
+
"powr": 1682,
|
387
|
+
"enwh": 140
|
388
|
+
},
|
389
|
+
{
|
390
|
+
"end_at": 1428347400,
|
391
|
+
"devices_reporting": 35,
|
392
|
+
"powr": 1819,
|
393
|
+
"enwh": 152
|
394
|
+
},
|
395
|
+
{
|
396
|
+
"end_at": 1428347700,
|
397
|
+
"devices_reporting": 35,
|
398
|
+
"powr": 1911,
|
399
|
+
"enwh": 159
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"end_at": 1428348000,
|
403
|
+
"devices_reporting": 35,
|
404
|
+
"powr": 1794,
|
405
|
+
"enwh": 150
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"end_at": 1428348300,
|
409
|
+
"devices_reporting": 35,
|
410
|
+
"powr": 1743,
|
411
|
+
"enwh": 145
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"end_at": 1428348600,
|
415
|
+
"devices_reporting": 35,
|
416
|
+
"powr": 2894,
|
417
|
+
"enwh": 241
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"end_at": 1428348900,
|
421
|
+
"devices_reporting": 35,
|
422
|
+
"powr": 2782,
|
423
|
+
"enwh": 232
|
424
|
+
},
|
425
|
+
{
|
426
|
+
"end_at": 1428349200,
|
427
|
+
"devices_reporting": 35,
|
428
|
+
"powr": 2209,
|
429
|
+
"enwh": 184
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"end_at": 1428349500,
|
433
|
+
"devices_reporting": 35,
|
434
|
+
"powr": 3242,
|
435
|
+
"enwh": 270
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"end_at": 1428349800,
|
439
|
+
"devices_reporting": 35,
|
440
|
+
"powr": 4852,
|
441
|
+
"enwh": 404
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"end_at": 1428350100,
|
445
|
+
"devices_reporting": 35,
|
446
|
+
"powr": 4595,
|
447
|
+
"enwh": 383
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"end_at": 1428350400,
|
451
|
+
"devices_reporting": 35,
|
452
|
+
"powr": 4837,
|
453
|
+
"enwh": 403
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"end_at": 1428350700,
|
457
|
+
"devices_reporting": 35,
|
458
|
+
"powr": 4975,
|
459
|
+
"enwh": 415
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"end_at": 1428351000,
|
463
|
+
"devices_reporting": 35,
|
464
|
+
"powr": 4462,
|
465
|
+
"enwh": 372
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"end_at": 1428351300,
|
469
|
+
"devices_reporting": 35,
|
470
|
+
"powr": 4850,
|
471
|
+
"enwh": 404
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"end_at": 1428351600,
|
475
|
+
"devices_reporting": 35,
|
476
|
+
"powr": 4830,
|
477
|
+
"enwh": 403
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"end_at": 1428351900,
|
481
|
+
"devices_reporting": 35,
|
482
|
+
"powr": 4857,
|
483
|
+
"enwh": 405
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"end_at": 1428352200,
|
487
|
+
"devices_reporting": 35,
|
488
|
+
"powr": 5142,
|
489
|
+
"enwh": 429
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"end_at": 1428352500,
|
493
|
+
"devices_reporting": 35,
|
494
|
+
"powr": 5231,
|
495
|
+
"enwh": 436
|
496
|
+
},
|
497
|
+
{
|
498
|
+
"end_at": 1428352800,
|
499
|
+
"devices_reporting": 35,
|
500
|
+
"powr": 4758,
|
501
|
+
"enwh": 397
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"end_at": 1428353100,
|
505
|
+
"devices_reporting": 35,
|
506
|
+
"powr": 3482,
|
507
|
+
"enwh": 290
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"end_at": 1428353400,
|
511
|
+
"devices_reporting": 35,
|
512
|
+
"powr": 3732,
|
513
|
+
"enwh": 311
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"end_at": 1428353700,
|
517
|
+
"devices_reporting": 35,
|
518
|
+
"powr": 3985,
|
519
|
+
"enwh": 332
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"end_at": 1428354000,
|
523
|
+
"devices_reporting": 35,
|
524
|
+
"powr": 2545,
|
525
|
+
"enwh": 212
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"end_at": 1428354300,
|
529
|
+
"devices_reporting": 35,
|
530
|
+
"powr": 1685,
|
531
|
+
"enwh": 140
|
532
|
+
},
|
533
|
+
{
|
534
|
+
"end_at": 1428354600,
|
535
|
+
"devices_reporting": 35,
|
536
|
+
"powr": 1823,
|
537
|
+
"enwh": 152
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"end_at": 1428354900,
|
541
|
+
"devices_reporting": 35,
|
542
|
+
"powr": 2059,
|
543
|
+
"enwh": 172
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"end_at": 1428355200,
|
547
|
+
"devices_reporting": 35,
|
548
|
+
"powr": 2394,
|
549
|
+
"enwh": 200
|
550
|
+
},
|
551
|
+
{
|
552
|
+
"end_at": 1428355500,
|
553
|
+
"devices_reporting": 35,
|
554
|
+
"powr": 3928,
|
555
|
+
"enwh": 327
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"end_at": 1428355800,
|
559
|
+
"devices_reporting": 35,
|
560
|
+
"powr": 4327,
|
561
|
+
"enwh": 361
|
562
|
+
},
|
563
|
+
{
|
564
|
+
"end_at": 1428356100,
|
565
|
+
"devices_reporting": 35,
|
566
|
+
"powr": 3737,
|
567
|
+
"enwh": 311
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"end_at": 1428356400,
|
571
|
+
"devices_reporting": 35,
|
572
|
+
"powr": 3306,
|
573
|
+
"enwh": 276
|
574
|
+
},
|
575
|
+
{
|
576
|
+
"end_at": 1428356700,
|
577
|
+
"devices_reporting": 35,
|
578
|
+
"powr": 2294,
|
579
|
+
"enwh": 191
|
580
|
+
},
|
581
|
+
{
|
582
|
+
"end_at": 1428357000,
|
583
|
+
"devices_reporting": 35,
|
584
|
+
"powr": 2693,
|
585
|
+
"enwh": 224
|
586
|
+
},
|
587
|
+
{
|
588
|
+
"end_at": 1428357300,
|
589
|
+
"devices_reporting": 35,
|
590
|
+
"powr": 4078,
|
591
|
+
"enwh": 340
|
592
|
+
},
|
593
|
+
{
|
594
|
+
"end_at": 1428357600,
|
595
|
+
"devices_reporting": 35,
|
596
|
+
"powr": 4518,
|
597
|
+
"enwh": 377
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"end_at": 1428357900,
|
601
|
+
"devices_reporting": 35,
|
602
|
+
"powr": 4295,
|
603
|
+
"enwh": 358
|
604
|
+
},
|
605
|
+
{
|
606
|
+
"end_at": 1428358200,
|
607
|
+
"devices_reporting": 35,
|
608
|
+
"powr": 3773,
|
609
|
+
"enwh": 314
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"end_at": 1428358500,
|
613
|
+
"devices_reporting": 35,
|
614
|
+
"powr": 3536,
|
615
|
+
"enwh": 295
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"end_at": 1428358800,
|
619
|
+
"devices_reporting": 35,
|
620
|
+
"powr": 3579,
|
621
|
+
"enwh": 298
|
622
|
+
},
|
623
|
+
{
|
624
|
+
"end_at": 1428359100,
|
625
|
+
"devices_reporting": 35,
|
626
|
+
"powr": 2883,
|
627
|
+
"enwh": 240
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"end_at": 1428359400,
|
631
|
+
"devices_reporting": 35,
|
632
|
+
"powr": 2297,
|
633
|
+
"enwh": 191
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"end_at": 1428359700,
|
637
|
+
"devices_reporting": 35,
|
638
|
+
"powr": 2308,
|
639
|
+
"enwh": 192
|
640
|
+
},
|
641
|
+
{
|
642
|
+
"end_at": 1428360000,
|
643
|
+
"devices_reporting": 35,
|
644
|
+
"powr": 2343,
|
645
|
+
"enwh": 195
|
646
|
+
},
|
647
|
+
{
|
648
|
+
"end_at": 1428360300,
|
649
|
+
"devices_reporting": 35,
|
650
|
+
"powr": 2657,
|
651
|
+
"enwh": 221
|
652
|
+
},
|
653
|
+
{
|
654
|
+
"end_at": 1428360600,
|
655
|
+
"devices_reporting": 35,
|
656
|
+
"powr": 2792,
|
657
|
+
"enwh": 233
|
658
|
+
},
|
659
|
+
{
|
660
|
+
"end_at": 1428360900,
|
661
|
+
"devices_reporting": 35,
|
662
|
+
"powr": 2534,
|
663
|
+
"enwh": 211
|
664
|
+
},
|
665
|
+
{
|
666
|
+
"end_at": 1428361200,
|
667
|
+
"devices_reporting": 35,
|
668
|
+
"powr": 2164,
|
669
|
+
"enwh": 180
|
670
|
+
},
|
671
|
+
{
|
672
|
+
"end_at": 1428361500,
|
673
|
+
"devices_reporting": 35,
|
674
|
+
"powr": 1861,
|
675
|
+
"enwh": 155
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"end_at": 1428361800,
|
679
|
+
"devices_reporting": 35,
|
680
|
+
"powr": 1613,
|
681
|
+
"enwh": 134
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"end_at": 1428362100,
|
685
|
+
"devices_reporting": 35,
|
686
|
+
"powr": 1759,
|
687
|
+
"enwh": 147
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"end_at": 1428362400,
|
691
|
+
"devices_reporting": 35,
|
692
|
+
"powr": 2344,
|
693
|
+
"enwh": 195
|
694
|
+
},
|
695
|
+
{
|
696
|
+
"end_at": 1428362700,
|
697
|
+
"devices_reporting": 35,
|
698
|
+
"powr": 1909,
|
699
|
+
"enwh": 159
|
700
|
+
}
|
701
|
+
]
|
702
|
+
}
|