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