feat: add initial support to evses handling
[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,
30 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger"
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"
46 }
47 ]
48 },
49 "AutomaticTransactionGenerator": {
50 "enable": true,
51 "minDuration": 60,
52 "maxDuration": 80,
53 "minDelayBetweenTwoTransactions": 15,
54 "maxDelayBetweenTwoTransactions": 30,
55 "probabilityOfStart": 1,
56 "stopAfterHours": 0.3,
57 "stopOnConnectionFailure": false,
58 "requireAuthorize": true,
59 "idTagDistribution": "round-robin"
60 },
61 "Evses": {
28e78158
JB
62 "0": {
63 "Connectors": {
64 "0": {}
65 }
66 },
d5575b17
JB
67 "1": {
68 "Connectors": {
69 "1": {
70 "MeterValues": [
71 {
72 "unit": "V",
73 "measurand": "Voltage"
74 },
75 {
76 "unit": "A",
77 "measurand": "Current.Import"
78 },
79 {
80 "unit": "Wh"
81 }
82 ]
83 }
84 }
85 },
86 "2": {
87 "Connectors": {
88 "2": {
89 "MeterValues": [
90 {
91 "unit": "V",
92 "measurand": "Voltage"
93 },
94 {
95 "unit": "A",
96 "measurand": "Current.Import"
97 },
98 {
99 "unit": "Wh"
100 }
101 ]
102 }
103 }
104 }
105 }
106}