Make the station worker self contained.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
1 {
2 "authorizationFile": "./src/assets/authorization-tags.json",
3 "baseName": "CS-ABB",
4 "chargePointModel": "ABB 5678",
5 "chargePointVendor": "ABB",
6 "power": 50000,
7 "powerUnit": "W",
8 "numberOfConnectors": 2,
9 "randomConnectors": false,
10 "Configuration": {
11 "configurationKey": [
12 {
13 "key": "NumberOfConnectors",
14 "readonly": true,
15 "value": 2
16 },
17 {
18 "key": "MeterValueSampleInterval",
19 "readonly": false,
20 "value": 30
21 },
22 {
23 "key": "SupportedFeatureProfiles",
24 "readonly": true,
25 "value": "Core,LocalAuthListManagement"
26 },
27 {
28 "key": "LocalAuthListEnabled",
29 "readonly": false,
30 "value": false
31 },
32 {
33 "key": "AuthorizeRemoteTxRequests",
34 "readonly": false,
35 "value": false
36 }
37 ]
38 },
39 "AutomaticTransactionGenerator": {
40 "enable": false,
41 "minDuration": 60,
42 "maxDuration": 80,
43 "minDelayBetweenTwoTransaction": 15,
44 "maxDelayBetweenTwoTransaction": 30,
45 "probabilityOfStart": 1,
46 "stopAutomaticTransactionGeneratorAfterHours": 0.3
47 },
48 "Connectors": {
49 "0": {},
50 "1": {
51 "MeterValues": [
52 {
53 "unit": "Percent",
54 "context": "Sample.Periodic",
55 "measurand": "SoC",
56 "location": "EV"
57 },
58 {
59 "unit": "Wh",
60 "context": "Sample.Periodic"
61 }
62 ]
63 },
64 "2": {
65 "MeterValues": [
66 {
67 "unit": "Percent",
68 "context": "Sample.Periodic",
69 "measurand": "SoC",
70 "location": "EV"
71 },
72 {
73 "unit": "Wh",
74 "context": "Sample.Periodic"
75 }
76 ]
77 }
78 }
79 }