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