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