Web UI: configuration namespace cleanup
[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,
cc6e8ab5 15 "amperageLimitationOcppKey": "maxintensitysocket",
2e6f5966
JB
16 "Configuration": {
17 "configurationKey": [
6ecb15e4
JB
18 {
19 "key": "MeterValuesSampledData",
20 "readonly": false,
fee83021 21 "value": "Energy.Active.Import.Register,Current.Import,Voltage"
6ecb15e4 22 },
2e6f5966
JB
23 {
24 "key": "MeterValueSampleInterval",
25 "readonly": false,
55e89ef8 26 "value": "30"
2e6f5966
JB
27 },
28 {
29 "key": "SupportedFeatureProfiles",
30 "readonly": true,
68cb8b91 31 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger"
2e6f5966
JB
32 },
33 {
34 "key": "LocalAuthListEnabled",
35 "readonly": false,
7de604f9 36 "value": "false"
2e6f5966
JB
37 },
38 {
39 "key": "AuthorizeRemoteTxRequests",
40 "readonly": false,
7de604f9 41 "value": "false"
136c90ba
JB
42 },
43 {
44 "key": "WebSocketPingInterval",
45 "readonly": false,
46 "value": "60"
2e6f5966
JB
47 }
48 ]
49 },
50 "AutomaticTransactionGenerator": {
51 "enable": false,
52 "minDuration": 60,
53 "maxDuration": 80,
0bbcb3dc
JB
54 "minDelayBetweenTwoTransactions": 15,
55 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 56 "probabilityOfStart": 1,
34dcb3b5 57 "stopAfterHours": 0.3,
5fdab605 58 "stopOnConnectionFailure": false,
e644918b 59 "requireAuthorize": true
2e6f5966
JB
60 },
61 "Connectors": {
593cf3f9 62 "0": {},
2e6f5966
JB
63 "1": {
64 "MeterValues": [
65 {
fee83021
JB
66 "unit": "V",
67 "measurand": "Voltage"
68 },
69 {
70 "unit": "A",
71 "measurand": "Current.Import"
72 },
73 {
74 "unit": "Wh"
2e6f5966
JB
75 }
76 ]
77 },
78 "2": {
79 "MeterValues": [
80 {
fee83021
JB
81 "unit": "V",
82 "measurand": "Voltage"
83 },
84 {
85 "unit": "A",
86 "measurand": "Current.Import"
87 },
88 {
89 "unit": "Wh"
2e6f5966
JB
90 }
91 ]
92 }
93 }
94}