refactor: applied changes for pull request
[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"
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,
62 "stopOnConnectionFailure": false,
63 "requireAuthorize": true,
64 "idTagDistribution": "round-robin"
65 },
66 "Evses": {
28e78158
JB
67 "0": {
68 "Connectors": {
69 "0": {}
70 }
71 },
d5575b17
JB
72 "1": {
73 "Connectors": {
74 "1": {
75 "MeterValues": [
76 {
77 "unit": "V",
78 "measurand": "Voltage"
79 },
80 {
81 "unit": "A",
82 "measurand": "Current.Import"
83 },
84 {
85 "unit": "Wh"
86 }
87 ]
88 }
89 }
90 },
91 "2": {
92 "Connectors": {
93 "2": {
94 "MeterValues": [
95 {
96 "unit": "V",
97 "measurand": "Voltage"
98 },
99 {
100 "unit": "A",
101 "measurand": "Current.Import"
102 },
103 {
104 "unit": "Wh"
105 }
106 ]
107 }
108 }
109 }
110 }
111}