fix: ensure the ATG is properly restored after disconnection to CSMS
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / keba.station-template.json
CommitLineData
2e6f5966 1{
6a37362a
JB
2 "supervisionUrlOcppConfiguration": true,
3 "supervisionUrlOcppKey": "CentralSystemAddress",
e302df1d 4 "idTagsFile": "idtags.json",
2e6f5966
JB
5 "baseName": "CS-KEBA",
6 "chargePointModel": "KC-P30-ESS400C2-E0R",
7 "chargePointVendor": "Keba AG",
34dcb3b5 8 "firmwareVersion": "1.10.1",
6958152c 9 "power": 22080,
2e6f5966
JB
10 "powerUnit": "W",
11 "numberOfConnectors": 1,
12 "randomConnectors": false,
cc6e8ab5
JB
13 "amperageLimitationOcppKey": "MaxAvailableCurrent",
14 "amperageLimitationUnit": "mA",
2e6f5966
JB
15 "Configuration": {
16 "configurationKey": [
6ecb15e4
JB
17 {
18 "key": "MeterValuesSampledData",
19 "readonly": false,
fee83021 20 "value": "Energy.Active.Import.Register,Power.Active.Import,Current.Import,Voltage"
6ecb15e4 21 },
2e6f5966
JB
22 {
23 "key": "MeterValueSampleInterval",
24 "readonly": false,
55e89ef8 25 "value": "30"
2e6f5966
JB
26 },
27 {
28 "key": "SupportedFeatureProfiles",
29 "readonly": true,
24578c31 30 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation"
2e6f5966
JB
31 },
32 {
33 "key": "LocalAuthListEnabled",
34 "readonly": false,
7de604f9 35 "value": "false"
2e6f5966
JB
36 },
37 {
38 "key": "AuthorizeRemoteTxRequests",
39 "readonly": false,
7de604f9 40 "value": "false"
7874b0b1
JB
41 },
42 {
43 "key": "WebSocketPingInterval",
44 "readonly": false,
45 "value": "60"
24578c31
JB
46 },
47 {
48 "key": "ReserveConnectorZeroSupported",
49 "readonly": false,
50 "value": "false"
2e6f5966
JB
51 }
52 ]
53 },
54 "AutomaticTransactionGenerator": {
55 "enable": false,
56 "minDuration": 30,
57 "maxDuration": 60,
0bbcb3dc
JB
58 "minDelayBetweenTwoTransactions": 15,
59 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 60 "probabilityOfStart": 1,
34dcb3b5 61 "stopAfterHours": 0.3,
e644918b 62 "requireAuthorize": true
2e6f5966
JB
63 },
64 "Connectors": {
593cf3f9 65 "0": {},
2e6f5966
JB
66 "1": {
67 "MeterValues": [
68 {
b2acff85
JB
69 "unit": "V",
70 "measurand": "Voltage"
71 },
fee83021
JB
72 {
73 "unit": "W",
74 "measurand": "Power.Active.Import"
75 },
b2acff85
JB
76 {
77 "unit": "A",
78 "measurand": "Current.Import"
79 },
80 {
81 "unit": "Wh"
2e6f5966
JB
82 }
83 ]
84 },
85 "2": {
86 "MeterValues": [
87 {
b2acff85
JB
88 "unit": "V",
89 "measurand": "Voltage"
90 },
fee83021
JB
91 {
92 "unit": "W",
93 "measurand": "Power.Active.Import"
94 },
b2acff85
JB
95 {
96 "unit": "A",
97 "measurand": "Current.Import"
98 },
99 {
100 "unit": "Wh"
2e6f5966
JB
101 }
102 ]
103 }
104 }
105}