Add persistent OCPP parameters key/value support by CS generated name
[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",
bf1866b2 4 "authorizationFile": "authorization-tags.json",
2e6f5966 5 "baseName": "CS-SCHNEIDER",
9b25a525
JB
6 "chargePointModel": "MONOBLOCK",
7 "chargePointVendor": "Schneider Electric",
fda4af57 8 "chargeBoxSerialNumberPrefix": "EV.2S22P44",
6ecb15e4 9 "firmwareVersion": "3.3.0.10",
6958152c 10 "power": 44160,
2e6f5966
JB
11 "powerUnit": "W",
12 "numberOfConnectors": 2,
13 "randomConnectors": false,
fee83021 14 "voltageOut": 231,
2e6f5966
JB
15 "Configuration": {
16 "configurationKey": [
6ecb15e4
JB
17 {
18 "key": "MeterValuesSampledData",
19 "readonly": false,
fee83021 20 "value": "Energy.Active.Import.Register,Current.Import,Voltage"
6ecb15e4 21 },
2e6f5966
JB
22 {
23 "key": "MeterValueSampleInterval",
24 "readonly": false,
55e89ef8 25 "value": "30"
2e6f5966
JB
26 },
27 {
28 "key": "SupportedFeatureProfiles",
29 "readonly": true,
30 "value": "Core,LocalAuthListManagement"
31 },
32 {
33 "key": "LocalAuthListEnabled",
34 "readonly": false,
7de604f9 35 "value": "false"
2e6f5966
JB
36 },
37 {
38 "key": "AuthorizeRemoteTxRequests",
39 "readonly": false,
7de604f9 40 "value": "false"
136c90ba
JB
41 },
42 {
43 "key": "WebSocketPingInterval",
44 "readonly": false,
45 "value": "60"
2e6f5966
JB
46 }
47 ]
48 },
49 "AutomaticTransactionGenerator": {
50 "enable": false,
51 "minDuration": 60,
52 "maxDuration": 80,
0bbcb3dc
JB
53 "minDelayBetweenTwoTransactions": 15,
54 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 55 "probabilityOfStart": 1,
34dcb3b5 56 "stopAfterHours": 0.3,
5fdab605 57 "stopOnConnectionFailure": false,
e644918b 58 "requireAuthorize": true
2e6f5966
JB
59 },
60 "Connectors": {
593cf3f9 61 "0": {},
2e6f5966
JB
62 "1": {
63 "MeterValues": [
64 {
fee83021
JB
65 "unit": "V",
66 "measurand": "Voltage"
67 },
68 {
69 "unit": "A",
70 "measurand": "Current.Import"
71 },
72 {
73 "unit": "Wh"
2e6f5966
JB
74 }
75 ]
76 },
77 "2": {
78 "MeterValues": [
79 {
fee83021
JB
80 "unit": "V",
81 "measurand": "Voltage"
82 },
83 {
84 "unit": "A",
85 "measurand": "Current.Import"
86 },
87 {
88 "unit": "Wh"
2e6f5966
JB
89 }
90 ]
91 }
92 }
93}