Make the build app self contained.
[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 },
40 "AutomaticTransactionGenerator": {
41 "enable": false,
42 "minDuration": 30,
43 "maxDuration": 60,
44 "minDelayBetweenTwoTransactions": 15,
45 "maxDelayBetweenTwoTransactions": 30,
46 "probabilityOfStart": 1,
47 "stopAfterHours": 0.3,
48 "stopOnConnectionFailure": false,
49 "requireAuthorize": false
50 },
51 "Connectors": {
52 "0": {},
53 "1": {
54 "MeterValues": [
55 {
56 "unit": "V",
57 "measurand": "Voltage"
58 },
59 {
60 "unit": "W",
61 "measurand": "Power.Active.Import"
62 },
63 {
64 "unit": "A",
65 "measurand": "Current.Import"
66 },
67 {
68 "unit": "Wh"
69 }
70 ]
71 },
72 "2": {
73 "MeterValues": [
74 {
75 "unit": "V",
76 "measurand": "Voltage"
77 },
78 {
79 "unit": "W",
80 "measurand": "Power.Active.Import"
81 },
82 {
83 "unit": "A",
84 "measurand": "Current.Import"
85 },
86 {
87 "unit": "Wh"
88 }
89 ]
90 }
91 }
92 }