Initial commit
[e-mobility-charging-stations-simulator.git] / src / assets / station / siemens.mougins69.station
1 {
2 "authorizationFile": "./src/assets/templateAuthorization.auth",
3 "baseName": "SAP-Mougins-69",
4 "fixedName": true,
5 "chargePointModel": "SiemensXX213",
6 "chargePointVendor": "SIEMENS",
7 "power": 44000,
8 "powerUnit": "W",
9 "numberOfConnectors": 2,
10 "randomConnectors": false,
11 "Configuration": { "configurationKey": [
12 { "key": "NumberOfConnectors", "readonly": true, "value": 2},
13 { "key": "param1", "readonly": false, "value": "test"},
14 { "key": "meterValueInterval", "readonly": false, "value": 30},
15 { "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": false}
16 ]
17 },
18 "AutomaticTransactionGenerator": {
19 "enable": false,
20 "minDuration": 60,
21 "maxDuration": 80,
22 "minDelayBetweenTwoTransaction": 15,
23 "maxDelayBetweenTwoTransaction": 30,
24 "probabilityOfStart": 1,
25 "stopAutomaticTransactionGeneratorAfterHours": 0.3
26 },
27 "Connectors": {
28 "1": {
29 "bootStatus": "Unavailable",
30 "MeterValues": [ {
31 "unit": "Wh",
32 "context": "Sample.Periodic"
33 }
34 ]
35 },
36 "2": {
37 "MeterValues": [{
38 "context": "Sample.Periodic",
39 "format": "Raw",
40 "measurand": "Energey.Active.Import.Register",
41 "unit": "Wh"
42 }]
43 }
44 }
45 }