Various initialization fixes.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / keba.station-template.json
1 {
2 "authorizationFile": "./src/assets/authorization-tags.json",
3 "baseName": "CS-KEBA",
4 "chargePointModel": "KC-P30-ESS400C2-E0R",
5 "chargePointVendor": "Keba AG",
6 "firmwareVersion": "1.10.1",
7 "power": 22000,
8 "powerUnit": "W",
9 "numberOfConnectors": 1,
10 "randomConnectors": false,
11 "Configuration": {
12 "configurationKey": [
13 {
14 "key": "NumberOfConnectors",
15 "readonly": true,
16 "value": 2
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 },
40 "AutomaticTransactionGenerator": {
41 "enable": false,
42 "minDuration": 30,
43 "maxDuration": 60,
44 "minDelayBetweenTwoTransaction": 15,
45 "maxDelayBetweenTwoTransaction": 30,
46 "probabilityOfStart": 1,
47 "stopAfterHours": 0.3,
48 "stopOnConnectionFailure": false
49 },
50 "Connectors": {
51 "1": {
52 "MeterValues": [
53 {
54 "unit": "Wh",
55 "context": "Sample.Periodic"
56 }
57 ]
58 },
59 "2": {
60 "MeterValues": [
61 {
62 "unit": "Wh",
63 "context": "Sample.Periodic"
64 }
65 ]
66 }
67 }
68 }