Fix configuration files.
[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
JB
7 "power": 50000,
8 "powerUnit": "W",
9 "numberOfConnectors": 2,
34dcb3b5 10 "useConnectorId0": false,
2e6f5966
JB
11 "randomConnectors": false,
12 "Configuration": {
13 "configurationKey": [
14 {
15 "key": "NumberOfConnectors",
16 "readonly": true,
17 "value": 2
18 },
19 {
20 "key": "MeterValueSampleInterval",
21 "readonly": false,
22 "value": 30
23 },
24 {
25 "key": "SupportedFeatureProfiles",
26 "readonly": true,
27 "value": "Core,LocalAuthListManagement"
28 },
29 {
30 "key": "LocalAuthListEnabled",
31 "readonly": false,
32 "value": false
33 },
34 {
35 "key": "AuthorizeRemoteTxRequests",
36 "readonly": false,
37 "value": false
facd8ebd
JB
38 },
39 {
40 "key": "VendorKey",
41 "readonly": false,
42 "value": "VendorValue",
43 "visible": false
2e6f5966
JB
44 }
45 ]
46 },
47 "AutomaticTransactionGenerator": {
34dcb3b5 48 "enable": true,
2e6f5966
JB
49 "minDuration": 60,
50 "maxDuration": 80,
51 "minDelayBetweenTwoTransaction": 15,
52 "maxDelayBetweenTwoTransaction": 30,
53 "probabilityOfStart": 1,
34dcb3b5
JB
54 "stopAfterHours": 0.3,
55 "stopOnConnectionFailure": true
2e6f5966
JB
56 },
57 "Connectors": {
58 "0": {},
59 "1": {
60 "MeterValues": [
61 {
62 "unit": "Percent",
63 "context": "Sample.Periodic",
64 "measurand": "SoC",
65 "location": "EV"
66 },
67 {
68 "unit": "Wh",
69 "context": "Sample.Periodic"
70 }
71 ]
72 },
73 "2": {
74 "MeterValues": [
75 {
76 "unit": "Percent",
77 "context": "Sample.Periodic",
78 "measurand": "SoC",
79 "location": "EV"
80 },
81 {
82 "unit": "Wh",
83 "context": "Sample.Periodic"
84 }
85 ]
86 }
87 }
88}