Initial commit
[e-mobility-charging-stations-simulator.git] / src / assets / station / evlink.station
1 {
2 "authorizationFile": "./src/assets/templateAuthorization.auth",
3 "baseName": "CS-EVLINK",
4 "chargePointModel": "EVLINKXX213",
5 "chargePointVendor": "SCHNEIDER",
6 "power": 7340,
7 "powerUnit": "W",
8 "numberOfConnectors": 1,
9 "randomConnectors": false,
10 "Configuration": { "configurationKey": [
11 { "key": "NumberOfConnectors", "readonly": true, "value": 1},
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 }
35 }