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