Make the build app self contained.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual-simple.station-template.json
CommitLineData
2e6f5966 1{
bf1866b2 2 "authorizationFile": "authorization-tags.json",
2e6f5966
JB
3 "baseName": "CS-BASIC",
4 "chargePointModel": "Simulator simple",
5 "chargePointVendor": "Ovomaltin",
6 "power": 50000,
7 "powerUnit": "W",
b2acff85
JB
8 "powerSharedByConnectors": true,
9 "powerOutType": "DC",
2e6f5966
JB
10 "numberOfConnectors": 3,
11 "randomConnectors": false,
12 "Configuration": {
13 "configurationKey": [
6ecb15e4
JB
14 {
15 "key": "MeterValuesSampledData",
16 "readonly": false,
17 "value": "SoC,Energy.Active.Import.Register,Voltage"
18 },
2e6f5966
JB
19 {
20 "key": "MeterValueSampleInterval",
21 "readonly": false,
55e89ef8 22 "value": "30"
2e6f5966
JB
23 },
24 {
25 "key": "SupportedFeatureProfiles",
26 "readonly": true,
27 "value": "Core,LocalAuthListManagement"
28 },
29 {
30 "key": "LocalAuthListEnabled",
31 "readonly": false,
7de604f9 32 "value": "false"
2e6f5966
JB
33 },
34 {
35 "key": "AuthorizeRemoteTxRequests",
36 "readonly": false,
7de604f9 37 "value": "false"
2e6f5966
JB
38 }
39 ]
40 },
41 "AutomaticTransactionGenerator": {
42 "enable": false,
43 "minDuration": 60,
44 "maxDuration": 80,
0bbcb3dc
JB
45 "minDelayBetweenTwoTransactions": 15,
46 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 47 "probabilityOfStart": 1,
34dcb3b5 48 "stopAfterHours": 0.3,
5fdab605
JB
49 "stopOnConnectionFailure": false,
50 "requireAuthorize": false
2e6f5966
JB
51 },
52 "Connectors": {
53 "0": {},
54 "1": {
55 "bootStatus": "Available",
56 "MeterValues": [
57 {
58 "unit": "Percent",
59 "context": "Sample.Periodic",
60 "measurand": "SoC",
61 "location": "EV"
62 },
63 {
64 "unit": "Wh",
65 "context": "Sample.Periodic"
66 }
67 ]
68 },
69 "2": {
70 "bootStatus": "Preparing",
71 "MeterValues": [
72 {
73 "unit": "Percent",
74 "context": "Sample.Periodic",
75 "measurand": "SoC",
76 "location": "EV"
77 },
78 {
79 "unit": "Wh",
80 "context": "Sample.Periodic"
81 }
82 ]
83 },
84 "3": {
85 "bootStatus": "Faulted",
86 "MeterValues": [
87 {
88 "unit": "Percent",
89 "context": "Sample.Periodic",
90 "measurand": "SoC",
91 "location": "EV"
92 },
93 {
94 "unit": "Wh",
95 "context": "Sample.Periodic"
96 }
97 ]
98 }
99 }
100}