Make the build app self contained.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider-imredd.station-template.json
CommitLineData
2e6f5966 1{
bf1866b2 2 "authorizationFile": "authorization-tags.json",
2e6f5966 3 "baseName": "CS-SCHNEIDER",
9b25a525
JB
4 "chargePointModel": "MONOBLOCK",
5 "chargePointVendor": "Schneider Electric",
fda4af57 6 "chargeBoxSerialNumberPrefix": "EV.2S22P04",
6ecb15e4
JB
7 "firmwareVersion": "3.3.0.10",
8 "power": 22080,
2e6f5966 9 "powerUnit": "W",
6ecb15e4 10 "numberOfConnectors": 1,
2e6f5966 11 "randomConnectors": false,
fee83021 12 "voltageOut": 231,
2e6f5966
JB
13 "Configuration": {
14 "configurationKey": [
6ecb15e4
JB
15 {
16 "key": "MeterValuesSampledData",
17 "readonly": false,
18 "value": "Energy.Active.Import.Register"
19 },
2e6f5966
JB
20 {
21 "key": "MeterValueSampleInterval",
22 "readonly": false,
55e89ef8 23 "value": "30"
2e6f5966
JB
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"
2e6f5966
JB
39 }
40 ]
41 },
42 "AutomaticTransactionGenerator": {
43 "enable": false,
44 "minDuration": 60,
45 "maxDuration": 80,
0bbcb3dc
JB
46 "minDelayBetweenTwoTransactions": 15,
47 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 48 "probabilityOfStart": 1,
34dcb3b5 49 "stopAfterHours": 0.3,
5fdab605
JB
50 "stopOnConnectionFailure": false,
51 "requireAuthorize": false
2e6f5966
JB
52 },
53 "Connectors": {
593cf3f9 54 "0": {},
2e6f5966
JB
55 "1": {
56 "MeterValues": [
57 {
58 "unit": "Wh",
59 "context": "Sample.Periodic"
60 }
61 ]
2e6f5966
JB
62 }
63 }
64}