fix: ensure the ATG is properly restored after disconnection to CSMS
[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,
24578c31 32 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation"
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"
24578c31
JB
48 },
49 {
50 "key": "ReserveConnectorZeroSupported",
51 "readonly": false,
66dd3447 52 "value": "false"
6af9012e
JB
53 }
54 ]
55 },
56 "AutomaticTransactionGenerator": {
57 "enable": true,
58 "minDuration": 120,
59 "maxDuration": 360,
60 "minDelayBetweenTwoTransactions": 15,
61 "maxDelayBetweenTwoTransactions": 30,
62 "probabilityOfStart": 1,
63 "stopAfterHours": 0.3,
d392bb75 64 "requireAuthorize": true
6af9012e
JB
65 },
66 "Connectors": {
67 "0": {},
68 "1": {
69 "MeterValues": [
70 {
71 "unit": "Percent",
72 "context": "Sample.Periodic",
73 "measurand": "SoC",
74 "location": "EV"
75 },
76 {
77 "unit": "V",
78 "context": "Sample.Periodic",
79 "measurand": "Voltage"
80 },
81 {
82 "unit": "W",
83 "measurand": "Power.Active.Import"
84 },
85 {
86 "unit": "A",
87 "context": "Sample.Periodic",
88 "measurand": "Current.Import"
89 },
90 {
91 "unit": "Wh"
92 }
93 ]
94 },
95 "2": {
96 "MeterValues": [
97 {
98 "unit": "Percent",
99 "context": "Sample.Periodic",
100 "measurand": "SoC",
101 "location": "EV"
102 },
103 {
104 "unit": "V",
105 "context": "Sample.Periodic",
106 "measurand": "Voltage"
107 },
108 {
109 "unit": "W",
110 "measurand": "Power.Active.Import"
111 },
112 {
113 "unit": "A",
114 "context": "Sample.Periodic",
115 "measurand": "Current.Import"
116 },
117 {
118 "unit": "Wh"
119 }
120 ]
121 }
122 }
123}