build(simulator): features for reserve-now and cancel-reservation support added
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider.station-template.json
CommitLineData
2e6f5966 1{
073bd098
JB
2 "supervisionUrlOcppConfiguration": true,
3 "supervisionUrlOcppKey": "ocppcentraladdress",
e302df1d 4 "idTagsFile": "idtags.json",
2e6f5966 5 "baseName": "CS-SCHNEIDER",
9b25a525
JB
6 "chargePointModel": "MONOBLOCK",
7 "chargePointVendor": "Schneider Electric",
fda4af57 8 "chargeBoxSerialNumberPrefix": "EV.2S22P44",
b25b8684 9 "firmwareVersionPattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$",
6ecb15e4 10 "firmwareVersion": "3.3.0.10",
6958152c 11 "power": 44160,
2e6f5966
JB
12 "powerUnit": "W",
13 "numberOfConnectors": 2,
14 "randomConnectors": false,
fee83021 15 "voltageOut": 231,
cc6e8ab5 16 "amperageLimitationOcppKey": "maxintensitysocket",
2e6f5966
JB
17 "Configuration": {
18 "configurationKey": [
6ecb15e4
JB
19 {
20 "key": "MeterValuesSampledData",
21 "readonly": false,
fee83021 22 "value": "Energy.Active.Import.Register,Current.Import,Voltage"
6ecb15e4 23 },
2e6f5966
JB
24 {
25 "key": "MeterValueSampleInterval",
26 "readonly": false,
55e89ef8 27 "value": "30"
2e6f5966
JB
28 },
29 {
30 "key": "SupportedFeatureProfiles",
31 "readonly": true,
24578c31 32 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation"
2e6f5966
JB
33 },
34 {
35 "key": "LocalAuthListEnabled",
36 "readonly": false,
7de604f9 37 "value": "false"
2e6f5966
JB
38 },
39 {
40 "key": "AuthorizeRemoteTxRequests",
41 "readonly": false,
7de604f9 42 "value": "false"
136c90ba
JB
43 },
44 {
45 "key": "WebSocketPingInterval",
46 "readonly": false,
47 "value": "60"
24578c31
JB
48 },
49 {
50 "key": "ReserveConnectorZeroSupported",
51 "readonly": false,
52 "value": "false"
2e6f5966
JB
53 }
54 ]
55 },
56 "AutomaticTransactionGenerator": {
57 "enable": false,
58 "minDuration": 60,
59 "maxDuration": 80,
0bbcb3dc
JB
60 "minDelayBetweenTwoTransactions": 15,
61 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 62 "probabilityOfStart": 1,
34dcb3b5 63 "stopAfterHours": 0.3,
5fdab605 64 "stopOnConnectionFailure": false,
e644918b 65 "requireAuthorize": true
2e6f5966
JB
66 },
67 "Connectors": {
593cf3f9 68 "0": {},
2e6f5966
JB
69 "1": {
70 "MeterValues": [
71 {
fee83021
JB
72 "unit": "V",
73 "measurand": "Voltage"
74 },
75 {
76 "unit": "A",
77 "measurand": "Current.Import"
78 },
79 {
80 "unit": "Wh"
2e6f5966
JB
81 }
82 ]
83 },
84 "2": {
85 "MeterValues": [
86 {
fee83021
JB
87 "unit": "V",
88 "measurand": "Voltage"
89 },
90 {
91 "unit": "A",
92 "measurand": "Current.Import"
93 },
94 {
95 "unit": "Wh"
2e6f5966
JB
96 }
97 ]
98 }
99 }
100}