refactor: rename a template key to a more sensible name
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider-imredd.station-template.json
1 {
2 "supervisionUrlOcppConfiguration": true,
3 "supervisionUrlOcppKey": "ocppcentraladdress",
4 "idTagsFile": "idtags.json",
5 "baseName": "CS-SCHNEIDER",
6 "chargePointModel": "MONOBLOCK",
7 "chargePointVendor": "Schneider Electric",
8 "chargeBoxSerialNumberPrefix": "EV.2S22P04",
9 "firmwareVersionPattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$",
10 "firmwareVersion": "3.3.0.10",
11 "power": 22080,
12 "powerUnit": "W",
13 "numberOfConnectors": 1,
14 "randomConnectors": false,
15 "voltageOut": 231,
16 "amperageLimitationOcppKey": "maxintensitysocket",
17 "Configuration": {
18 "configurationKey": [
19 {
20 "key": "MeterValuesSampledData",
21 "readonly": false,
22 "value": "Energy.Active.Import.Register,Current.Import,Voltage"
23 },
24 {
25 "key": "MeterValueSampleInterval",
26 "readonly": false,
27 "value": "30"
28 },
29 {
30 "key": "SupportedFeatureProfiles",
31 "readonly": true,
32 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger"
33 },
34 {
35 "key": "LocalAuthListEnabled",
36 "readonly": false,
37 "value": "false"
38 },
39 {
40 "key": "AuthorizeRemoteTxRequests",
41 "readonly": false,
42 "value": "false"
43 },
44 {
45 "key": "WebSocketPingInterval",
46 "readonly": false,
47 "value": "60"
48 }
49 ]
50 },
51 "AutomaticTransactionGenerator": {
52 "enable": false,
53 "minDuration": 60,
54 "maxDuration": 80,
55 "minDelayBetweenTwoTransactions": 15,
56 "maxDelayBetweenTwoTransactions": 30,
57 "probabilityOfStart": 1,
58 "stopAfterHours": 0.3,
59 "stopOnConnectionFailure": false,
60 "requireAuthorize": true
61 },
62 "Connectors": {
63 "0": {},
64 "1": {
65 "MeterValues": [
66 {
67 "unit": "Wh",
68 "context": "Sample.Periodic"
69 }
70 ]
71 }
72 }
73 }