Handle the number of connectors in metervalues generator.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
CommitLineData
2e6f5966
JB
1{
2 "authorizationFile": "./src/assets/authorization-tags.json",
3 "baseName": "CS-ABB",
34dcb3b5 4 "chargePointModel": "MD_TERRA_53",
2e6f5966 5 "chargePointVendor": "ABB",
34dcb3b5 6 "firmwareVersion": "4.0.4.22",
2e6f5966 7 "power": 50000,
6ecb15e4 8 "powerSharedByConnectors": true,
2e6f5966
JB
9 "powerUnit": "W",
10 "numberOfConnectors": 2,
34dcb3b5 11 "useConnectorId0": false,
2e6f5966 12 "randomConnectors": false,
0a60c33c 13 "resetTime": "30",
2e6f5966
JB
14 "Configuration": {
15 "configurationKey": [
6ecb15e4
JB
16 {
17 "key": "MeterValuesSampledData",
18 "readonly": false,
19 "value": "SoC,Energy.Active.Import.Register,Voltage"
20 },
2e6f5966
JB
21 {
22 "key": "MeterValueSampleInterval",
23 "readonly": false,
24 "value": 30
25 },
26 {
27 "key": "SupportedFeatureProfiles",
28 "readonly": true,
29 "value": "Core,LocalAuthListManagement"
30 },
31 {
32 "key": "LocalAuthListEnabled",
33 "readonly": false,
7de604f9 34 "value": "false"
2e6f5966
JB
35 },
36 {
37 "key": "AuthorizeRemoteTxRequests",
38 "readonly": false,
7de604f9 39 "value": "false"
facd8ebd
JB
40 },
41 {
42 "key": "VendorKey",
43 "readonly": false,
44 "value": "VendorValue",
7d887a1b
JB
45 "visible": false,
46 "reboot": true
2e6f5966
JB
47 }
48 ]
49 },
50 "AutomaticTransactionGenerator": {
34dcb3b5 51 "enable": true,
2e6f5966
JB
52 "minDuration": 60,
53 "maxDuration": 80,
0bbcb3dc
JB
54 "minDelayBetweenTwoTransactions": 15,
55 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 56 "probabilityOfStart": 1,
34dcb3b5
JB
57 "stopAfterHours": 0.3,
58 "stopOnConnectionFailure": true
2e6f5966
JB
59 },
60 "Connectors": {
61 "0": {},
62 "1": {
63 "MeterValues": [
64 {
65 "unit": "Percent",
66 "context": "Sample.Periodic",
67 "measurand": "SoC",
68 "location": "EV"
69 },
0a60c33c
JB
70 {
71 "unit": "V",
72 "context": "Sample.Periodic",
73 "measurand": "Voltage"
74 },
2e6f5966
JB
75 {
76 "unit": "Wh",
77 "context": "Sample.Periodic"
78 }
79 ]
80 },
81 "2": {
82 "MeterValues": [
83 {
84 "unit": "Percent",
85 "context": "Sample.Periodic",
86 "measurand": "SoC",
87 "location": "EV"
88 },
0a60c33c
JB
89 {
90 "unit": "V",
91 "context": "Sample.Periodic",
92 "measurand": "Voltage"
93 },
2e6f5966
JB
94 {
95 "unit": "Wh",
96 "context": "Sample.Periodic"
97 }
98 ]
99 }
100 }
101}