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