-
Notifications
You must be signed in to change notification settings - Fork 1
/
mbpv_config.json
53 lines (53 loc) · 1.1 KB
/
mbpv_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
49
50
51
52
53
{
"Unit": {
"startUp": "2019-02-27",
"location": {
"longitude": 6.0838868,
"latitude": 50.7753455
},
"expectedYieldKWHperKWP": 925,
"peakOutputInWP": 6270
},
"Inverters": [
"SB30",
"SB36"
],
"SB30": {
"inverter": {
"maxOutput": 3000,
"host": "sunny-boy-30",
"port": 502,
"name": "SUNNY BOY 3.0"
},
"currentState": "ok",
"internalTemperature": 0.0,
"dayYield": 4717,
"currentOutput": 0,
"totalYieldLastYear": 2822876,
"totalYield": 2954072,
"maxPeakTime": "13:21",
"totalYieldCurrYear": 131196,
"maxPeakOutputDay": 2630
},
"SB36": {
"inverter": {
"maxOutput": 3600,
"host": "sunny-boy-36",
"port": 502,
"name": "SUNNY BOY 3.6"
},
"currentState": "ok",
"internalTemperature": 0.0,
"dayYield": 5219,
"currentOutput": 0,
"totalYieldLastYear": 3093473,
"totalYield": 3231736,
"maxPeakTime": "13:21",
"totalYieldCurrYear": 138263,
"maxPeakOutputDay": 2892
},
"PVOutput.org": {
"apiKey": "secret-api-key",
"systemId": 1234567890
}
}