fix: ensure the ATG is properly restored after disconnection to CSMS
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / evlink.station-template.json
CommitLineData
2e6f5966 1{
073bd098
JB
2 "supervisionUrlOcppConfiguration": true,
3 "supervisionUrlOcppKey": "ocppcentraladdress",
e302df1d 4 "idTagsFile": "idtags.json",
2e6f5966 5 "baseName": "CS-EVLINK",
9b25a525
JB
6 "chargePointModel": "MONOBLOCK",
7 "chargePointVendor": "Schneider Electric",
fda4af57 8 "chargeBoxSerialNumberPrefix": "EV.2S7P04",
b25b8684 9 "firmwareVersionPattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$",
6958152c
JB
10 "firmwareVersion": "3.3.0.10",
11 "power": 7360,
2e6f5966 12 "powerUnit": "W",
9e530879 13 "numberOfPhases": 1,
2e6f5966
JB
14 "numberOfConnectors": 1,
15 "randomConnectors": false,
fee83021 16 "voltageOut": 231,
cc6e8ab5 17 "amperageLimitationOcppKey": "maxintensitysocket",
2e6f5966
JB
18 "Configuration": {
19 "configurationKey": [
6ecb15e4
JB
20 {
21 "key": "MeterValuesSampledData",
22 "readonly": false,
68cb8b91 23 "value": "Energy.Active.Import.Register,Current.Import,Voltage"
6ecb15e4 24 },
2e6f5966
JB
25 {
26 "key": "MeterValueSampleInterval",
27 "readonly": false,
55e89ef8 28 "value": "30"
2e6f5966
JB
29 },
30 {
31 "key": "SupportedFeatureProfiles",
32 "readonly": true,
24578c31 33 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation"
2e6f5966
JB
34 },
35 {
36 "key": "LocalAuthListEnabled",
37 "readonly": false,
7de604f9 38 "value": "false"
2e6f5966
JB
39 },
40 {
41 "key": "AuthorizeRemoteTxRequests",
42 "readonly": false,
433ee2bb 43 "value": "false"
7874b0b1
JB
44 },
45 {
46 "key": "WebSocketPingInterval",
47 "readonly": false,
48 "value": "60"
24578c31
JB
49 },
50 {
51 "key": "ReserveConnectorZeroSupported",
52 "readonly": false,
66dd3447 53 "value": "false"
2e6f5966
JB
54 }
55 ]
56 },
57 "AutomaticTransactionGenerator": {
58 "enable": false,
59 "minDuration": 60,
60 "maxDuration": 80,
0bbcb3dc
JB
61 "minDelayBetweenTwoTransactions": 15,
62 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 63 "probabilityOfStart": 1,
34dcb3b5 64 "stopAfterHours": 0.3,
e644918b 65 "requireAuthorize": true
2e6f5966
JB
66 },
67 "Connectors": {
593cf3f9 68 "0": {},
2e6f5966
JB
69 "1": {
70 "MeterValues": [
71 {
72 "unit": "Wh",
b7927f61
JB
73 "context": "Sample.Periodic",
74 "value": 0
2e6f5966
JB
75 }
76 ]
77 }
78 }
79}