Updat the Postman requests collection for the UI services
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider-imredd.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.2S22P04",
6ecb15e4
JB
9 "firmwareVersion": "3.3.0.10",
10 "power": 22080,
2e6f5966 11 "powerUnit": "W",
6ecb15e4 12 "numberOfConnectors": 1,
2e6f5966 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,
68cb8b91 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"
7874b0b1
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 {
66 "unit": "Wh",
67 "context": "Sample.Periodic"
68 }
69 ]
2e6f5966
JB
70 }
71 }
72}