Make the station worker self contained.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual-simple.station-template.json
1 {
2 "authorizationFile": "./src/assets/authorization-tags.json",
3 "baseName": "CS-BASIC",
4 "chargePointModel": "Simulator simple",
5 "chargePointVendor": "Ovomaltin",
6 "power": 50000,
7 "powerUnit": "W",
8 "numberOfConnectors": 3,
9 "randomConnectors": false,
10 "Configuration": {
11 "configurationKey": [
12 {
13 "key": "NumberOfConnectors",
14 "readonly": true,
15 "value": 3
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 "bootStatus": "Available",
52 "MeterValues": [
53 {
54 "unit": "Percent",
55 "context": "Sample.Periodic",
56 "measurand": "SoC",
57 "location": "EV"
58 },
59 {
60 "unit": "Wh",
61 "context": "Sample.Periodic"
62 }
63 ]
64 },
65 "2": {
66 "bootStatus": "Preparing",
67 "MeterValues": [
68 {
69 "unit": "Percent",
70 "context": "Sample.Periodic",
71 "measurand": "SoC",
72 "location": "EV"
73 },
74 {
75 "unit": "Wh",
76 "context": "Sample.Periodic"
77 }
78 ]
79 },
80 "3": {
81 "bootStatus": "Faulted",
82 "MeterValues": [
83 {
84 "unit": "Percent",
85 "context": "Sample.Periodic",
86 "measurand": "SoC",
87 "location": "EV"
88 },
89 {
90 "unit": "Wh",
91 "context": "Sample.Periodic"
92 }
93 ]
94 }
95 }
96 }