6c0e3437269f4fd3790c4d5d9ddd50a0a7b73487
[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,Reservation"
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 "key": "ReserveConnectorZeroSupported",
49 "readonly": false,
50 "value": "false"
51 }
52 ]
53 },
54 "AutomaticTransactionGenerator": {
55 "enable": false,
56 "minDuration": 30,
57 "maxDuration": 60,
58 "minDelayBetweenTwoTransactions": 15,
59 "maxDelayBetweenTwoTransactions": 30,
60 "probabilityOfStart": 1,
61 "stopAfterHours": 0.3,
62 "stopOnConnectionFailure": false,
63 "requireAuthorize": true
64 },
65 "Connectors": {
66 "0": {},
67 "1": {
68 "MeterValues": [
69 {
70 "unit": "V",
71 "measurand": "Voltage"
72 },
73 {
74 "unit": "W",
75 "measurand": "Power.Active.Import"
76 },
77 {
78 "unit": "A",
79 "measurand": "Current.Import"
80 },
81 {
82 "unit": "Wh"
83 }
84 ]
85 },
86 "2": {
87 "MeterValues": [
88 {
89 "unit": "V",
90 "measurand": "Voltage"
91 },
92 {
93 "unit": "W",
94 "measurand": "Power.Active.Import"
95 },
96 {
97 "unit": "A",
98 "measurand": "Current.Import"
99 },
100 {
101 "unit": "Wh"
102 }
103 ]
104 }
105 }
106 }