Initial commit
[e-mobility-charging-stations-simulator.git] / src / assets / station / abb.station
1 {
2 "authorizationFile": "./src/assets/templateAuthorization.auth",
3 "baseName": "CS-ABB",
4 "chargePointModel": "ABB 5678",
5 "chargePointVendor": "ABB",
6 "power": 50000,
7 "powerUnit": "W",
8 "numberOfConnectors": 2,
9 "randomConnectors": false,
10 "Configuration": { "configurationKey": [
11 { "key": "NumberOfConnectors", "readonly": true, "value": 2},
12 { "key": "param1", "readonly": false, "value": "test"},
13 { "key": "meterValueInterval", "readonly": false, "value": 30},
14 { "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": false}
15 ]
16 },
17 "AutomaticTransactionGenerator": {
18 "enable": false,
19 "minDuration": 60,
20 "maxDuration": 80,
21 "minDelayBetweenTwoTransaction": 15,
22 "maxDelayBetweenTwoTransaction": 30,
23 "probabilityOfStart": 1,
24 "stopAutomaticTransactionGeneratorAfterHours": 0.3
25 },
26 "Connectors": {
27 "0": {
28
29 },
30 "1": {
31 "MeterValues": [ {
32 "unit": "Percent",
33 "context": "Sample.Periodic",
34 "measurand": "SoC",
35 "location": "EV"
36 },
37 {
38 "unit": "Wh",
39 "context": "Sample.Periodic"
40 }
41 ]
42 },
43 "2": {
44 "MeterValues": [ {
45 "unit": "Percent",
46 "context": "Sample.Periodic",
47 "measurand": "SoC",
48 "location": "EV"
49 },
50 {
51 "unit": "Wh",
52 "context": "Sample.Periodic"
53 }
54 ]
55 }
56 }
57 }