Initial commit
[e-mobility-charging-stations-simulator.git] / src / assets / station / keba.station
1 {
2 "authorizationFile": "./src/assets/templateAuthorization.auth",
3 "baseName": "CS-keba",
4 "chargePointModel": "keba 4321",
5 "chargePointVendor": "keba",
6 "power": 14000,
7 "powerUnit": "W",
8 "numberOfConnectors": 1,
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": 30,
20 "maxDuration": 60,
21 "minDelayBetweenTwoTransaction": 15,
22 "maxDelayBetweenTwoTransaction": 30,
23 "probabilityOfStart": 1,
24 "stopAutomaticTransactionGeneratorAfterHours": 0.3
25 },
26 "Connectors": {
27 "1": {
28 "MeterValues": [ {
29 "unit": "Wh",
30 "context": "Sample.Periodic"
31 }
32 ]
33 },
34 "2": {
35 "MeterValues": [ {
36 "unit": "Wh",
37 "context": "Sample.Periodic"
38 }
39 ]
40 }
41 }
42 }