Initial commit
[e-mobility-charging-stations-simulator.git] / src / assets / station / schneider.station
1 {
2 "authorizationFile": "./src/assets/templateAuthorization.auth",
3 "baseName": "CS-SCHNEIDER",
4 "chargePointModel": "SCHNEIDERXX213",
5 "chargePointVendor": "SCHNEIDER",
6 "power": 44000,
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": 20},
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 "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 }