-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
61 lines (55 loc) · 1.81 KB
/
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
54
55
56
57
58
59
60
61
{
"bridge": {
"name": "Solaredge",
"username": "EE:AF:AF:A3:CE:AA",
"port": 51826,
"pin": "031-45-124"
},
"accessories": [
{
"name": "Grid KW",
"manufacturer": "name of your provider",
"model": "type of contract",
"serial": "numbero of contract",
"site_id": "your Solaredge site ID, can be found accessing their portal",
"api_key": "your Solaredge API, can be found accessing their portal",
"accessory": "SolarEdge GRID"
},
{
"name": "Production KW",
"manufacturer": "SolarEdge",
"model": "model of your production inverter",
"serial": "serial of your production inverter",
"site_id": "your Solaredge site ID, can be found accessing their portal",
"api_key": "your Solaredge API, can be found accessing their portal",
"accessory": "SolarEdge PV"
},
{
"name": "Home KW",
"manufacturer": "field available",
"model": "field available",
"serial": "your zip codee",
"site_id": "your Solaredge site ID, can be found accessing their portal",
"api_key": "your Solaredge API, can be found accessing their portal",
"accessory": "SolarEdge HOUSE"
},
{
"name": "Inverter KW",
"manufacturer": "Solaredge",
"model": "Inverter model associated with your battery",
"serial": "Inverter S/N associated with your battery",
"site_id": "your Solaredge site ID, can be found accessing their portal",
"api_key": "your Solaredge API, can be found accessing their portal",
"accessory": "SolarEdge BATTERYINV"
},
{
"name": "Battery",
"manufacturer": "Battery manufacture",
"model": "Battery model",
"serial": "Battery s/n",
"site_id": "935902",
"api_key": "your Solaredge site ID, can be found accessing their portal",
"accessory": "your Solaredge API, can be found accessing their portal"
}
]
}