fix: ensure the ATG is properly restored after disconnection to CSMS
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider-evses.station-template.json
CommitLineData
d5575b17
JB
1{
2 "supervisionUrlOcppConfiguration": true,
3 "supervisionUrlOcppKey": "ocppcentraladdress",
4 "idTagsFile": "idtags.json",
5 "baseName": "CS-SCHNEIDER-EVSES",
6 "chargePointModel": "MONOBLOCK",
7 "chargePointVendor": "Schneider Electric",
8 "chargeBoxSerialNumberPrefix": "EV.2S22P44",
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": 44160,
12 "powerUnit": "W",
13 "voltageOut": 231,
14 "amperageLimitationOcppKey": "maxintensitysocket",
15 "Configuration": {
16 "configurationKey": [
17 {
18 "key": "MeterValuesSampledData",
19 "readonly": false,
20 "value": "Energy.Active.Import.Register,Current.Import,Voltage"
21 },
22 {
23 "key": "MeterValueSampleInterval",
24 "readonly": false,
25 "value": "30"
26 },
27 {
28 "key": "SupportedFeatureProfiles",
29 "readonly": true,
8cc482a9 30 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation"
d5575b17
JB
31 },
32 {
33 "key": "LocalAuthListEnabled",
34 "readonly": false,
35 "value": "false"
36 },
37 {
38 "key": "AuthorizeRemoteTxRequests",
39 "readonly": false,
40 "value": "false"
41 },
42 {
43 "key": "WebSocketPingInterval",
44 "readonly": false,
45 "value": "60"
66dd3447
JB
46 },
47 {
48 "key": "ReserveConnectorZeroSupported",
49 "readonly": false,
50 "value": "false"
d5575b17
JB
51 }
52 ]
53 },
54 "AutomaticTransactionGenerator": {
55 "enable": true,
56 "minDuration": 60,
57 "maxDuration": 80,
58 "minDelayBetweenTwoTransactions": 15,
59 "maxDelayBetweenTwoTransactions": 30,
60 "probabilityOfStart": 1,
61 "stopAfterHours": 0.3,
d5575b17
JB
62 "requireAuthorize": true,
63 "idTagDistribution": "round-robin"
64 },
65 "Evses": {
28e78158
JB
66 "0": {
67 "Connectors": {
68 "0": {}
69 }
70 },
d5575b17
JB
71 "1": {
72 "Connectors": {
73 "1": {
74 "MeterValues": [
75 {
76 "unit": "V",
77 "measurand": "Voltage"
78 },
79 {
80 "unit": "A",
81 "measurand": "Current.Import"
82 },
83 {
84 "unit": "Wh"
85 }
86 ]
87 }
88 }
89 },
90 "2": {
91 "Connectors": {
92 "2": {
93 "MeterValues": [
94 {
95 "unit": "V",
96 "measurand": "Voltage"
97 },
98 {
99 "unit": "A",
100 "measurand": "Current.Import"
101 },
102 {
103 "unit": "Wh"
104 }
105 ]
106 }
107 }
108 }
109 }
110}