-
Notifications
You must be signed in to change notification settings - Fork 1
/
cS.json
68 lines (68 loc) · 1.58 KB
/
cS.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
{
"servers":{
"server0":{
"protocol":"http",
"hostname":"10.42.255.10",
"portnumber":"5005",
"path":"/write",
"username":"",
"password":"",
"certificate":""
},
"server1":{
"protocol":"mysql",
"hostname":"",
"portnumber":"3306",
"username":"root",
"password":"",
"databasename":"soreva"
}
},
"measurementSets":{
"measurementSet0":{
"variable0":"currentGrid",
"variable1":"powerGrid",
"variable2":"frequencyGrid",
"variable3":"pfGrid",
"variable4":"reactivepowerGrid",
"variable5":"voltagePV",
"variable6":"currentPV",
"variable7":"powerPV",
"variable8":"temperatureInverter",
"variable9":"modeInverter",
"variable10":"uptimeInverter",
"variable11":"electricityGeneration",
"variable12":"kiloGeneration",
"variable13":"megaGeneration",
"variable14":"gigaGeneration",
"variable15":"breakercountGrid",
"variable16":"breakercountPV",
"variableAlternate0":"temperatureInverter"
},
"measurementSet1":{
"variable0":"current1",
"variable1":"current2",
"variable2":"current3",
"variable3":"current4",
"variable4":"current5",
"variable5":"current6",
"variable6":"current7",
"variable7":"current8",
"variable8":"current9",
"variable9":"current10",
"variable10":"current11",
"variable11":"current12",
"variable12":"voltage_DC",
"variable13":"status_spd",
"variable14":"status_switch",
"variable15":"temperature_scb",
"variableAlternate0":"temperature_scb"
}
},
"combinations":{
"combination0":{
"server":"server0",
"measurementSet":"measurementSet0"
}
}
}