refactor: rename a template key to a more sensible name
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb-atg.station-template.json
CommitLineData
6af9012e 1{
e302df1d 2 "idTagsFile": "idtags.json",
6af9012e
JB
3 "baseName": "CS-ABB",
4 "chargePointModel": "MD_TERRA_53",
5 "chargePointVendor": "ABB",
b25b8684 6 "firmwareVersionPattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$",
6af9012e
JB
7 "firmwareVersion": "4.0.4.22",
8 "power": 50000,
9 "powerSharedByConnectors": true,
10 "powerUnit": "W",
7decf1b6 11 "currentOutType": "DC",
6af9012e
JB
12 "useConnectorId0": true,
13 "randomConnectors": false,
9ac86a7e 14 "resetTime": 60,
6af9012e
JB
15 "enableStatistics": false,
16 "voltageOut": 400,
17 "Configuration": {
18 "configurationKey": [
19 {
20 "key": "MeterValuesSampledData",
21 "readonly": false,
22 "value": "SoC,Energy.Active.Import.Register,Power.Active.Import,Current.Import,Voltage"
23 },
24 {
25 "key": "MeterValueSampleInterval",
26 "readonly": false,
55e89ef8 27 "value": "30"
6af9012e
JB
28 },
29 {
30 "key": "SupportedFeatureProfiles",
31 "readonly": true,
68cb8b91 32 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger"
6af9012e
JB
33 },
34 {
35 "key": "LocalAuthListEnabled",
36 "readonly": false,
37 "value": "false"
38 },
39 {
40 "key": "AuthorizeRemoteTxRequests",
41 "readonly": false,
42 "value": "false"
43 },
136c90ba
JB
44 {
45 "key": "WebSocketPingInterval",
46 "readonly": false,
47 "value": "60"
6af9012e
JB
48 }
49 ]
50 },
51 "AutomaticTransactionGenerator": {
52 "enable": true,
53 "minDuration": 120,
54 "maxDuration": 360,
55 "minDelayBetweenTwoTransactions": 15,
56 "maxDelayBetweenTwoTransactions": 30,
57 "probabilityOfStart": 1,
58 "stopAfterHours": 0.3,
5fdab605 59 "stopOnConnectionFailure": false,
d392bb75 60 "requireAuthorize": true
6af9012e
JB
61 },
62 "Connectors": {
63 "0": {},
64 "1": {
65 "MeterValues": [
66 {
67 "unit": "Percent",
68 "context": "Sample.Periodic",
69 "measurand": "SoC",
70 "location": "EV"
71 },
72 {
73 "unit": "V",
74 "context": "Sample.Periodic",
75 "measurand": "Voltage"
76 },
77 {
78 "unit": "W",
79 "measurand": "Power.Active.Import"
80 },
81 {
82 "unit": "A",
83 "context": "Sample.Periodic",
84 "measurand": "Current.Import"
85 },
86 {
87 "unit": "Wh"
88 }
89 ]
90 },
91 "2": {
92 "MeterValues": [
93 {
94 "unit": "Percent",
95 "context": "Sample.Periodic",
96 "measurand": "SoC",
97 "location": "EV"
98 },
99 {
100 "unit": "V",
101 "context": "Sample.Periodic",
102 "measurand": "Voltage"
103 },
104 {
105 "unit": "W",
106 "measurand": "Power.Active.Import"
107 },
108 {
109 "unit": "A",
110 "context": "Sample.Periodic",
111 "measurand": "Current.Import"
112 },
113 {
114 "unit": "Wh"
115 }
116 ]
117 }
118 }
119}