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