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