Improve debug logging.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / keba.station-template.json
CommitLineData
2e6f5966
JB
1{
2 "authorizationFile": "./src/assets/authorization-tags.json",
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,
11 "Configuration": {
12 "configurationKey": [
2e6f5966
JB
13 {
14 "key": "MeterValueSampleInterval",
15 "readonly": false,
16 "value": 30
17 },
18 {
19 "key": "SupportedFeatureProfiles",
20 "readonly": true,
21 "value": "Core,LocalAuthListManagement"
22 },
23 {
24 "key": "LocalAuthListEnabled",
25 "readonly": false,
7de604f9 26 "value": "false"
2e6f5966
JB
27 },
28 {
29 "key": "AuthorizeRemoteTxRequests",
30 "readonly": false,
7de604f9 31 "value": "false"
2e6f5966
JB
32 }
33 ]
34 },
35 "AutomaticTransactionGenerator": {
36 "enable": false,
37 "minDuration": 30,
38 "maxDuration": 60,
0bbcb3dc
JB
39 "minDelayBetweenTwoTransactions": 15,
40 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 41 "probabilityOfStart": 1,
34dcb3b5
JB
42 "stopAfterHours": 0.3,
43 "stopOnConnectionFailure": false
2e6f5966
JB
44 },
45 "Connectors": {
46 "1": {
47 "MeterValues": [
48 {
49 "unit": "Wh",
50 "context": "Sample.Periodic"
51 }
52 ]
53 },
54 "2": {
55 "MeterValues": [
56 {
57 "unit": "Wh",
58 "context": "Sample.Periodic"
59 }
60 ]
61 }
62 }
63}