d2ff814a8e5fd7569f08b2ae8175d3cb21cb78be
[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 "powerSharedByConnectors": true,
9 "powerOutType": "DC",
10 "numberOfConnectors": 3,
11 "randomConnectors": false,
12 "Configuration": {
13 "configurationKey": [
14 {
15 "key": "MeterValuesSampledData",
16 "readonly": false,
17 "value": "SoC,Energy.Active.Import.Register,Voltage"
18 },
19 {
20 "key": "MeterValueSampleInterval",
21 "readonly": false,
22 "value": "30"
23 },
24 {
25 "key": "SupportedFeatureProfiles",
26 "readonly": true,
27 "value": "Core,LocalAuthListManagement"
28 },
29 {
30 "key": "LocalAuthListEnabled",
31 "readonly": false,
32 "value": "false"
33 },
34 {
35 "key": "AuthorizeRemoteTxRequests",
36 "readonly": false,
37 "value": "false"
38 }
39 ]
40 },
41 "AutomaticTransactionGenerator": {
42 "enable": false,
43 "minDuration": 60,
44 "maxDuration": 80,
45 "minDelayBetweenTwoTransactions": 15,
46 "maxDelayBetweenTwoTransactions": 30,
47 "probabilityOfStart": 1,
48 "stopAfterHours": 0.3,
49 "stopOnConnectionFailure": false
50 },
51 "Connectors": {
52 "0": {},
53 "1": {
54 "bootStatus": "Available",
55 "MeterValues": [
56 {
57 "unit": "Percent",
58 "context": "Sample.Periodic",
59 "measurand": "SoC",
60 "location": "EV"
61 },
62 {
63 "unit": "Wh",
64 "context": "Sample.Periodic"
65 }
66 ]
67 },
68 "2": {
69 "bootStatus": "Preparing",
70 "MeterValues": [
71 {
72 "unit": "Percent",
73 "context": "Sample.Periodic",
74 "measurand": "SoC",
75 "location": "EV"
76 },
77 {
78 "unit": "Wh",
79 "context": "Sample.Periodic"
80 }
81 ]
82 },
83 "3": {
84 "bootStatus": "Faulted",
85 "MeterValues": [
86 {
87 "unit": "Percent",
88 "context": "Sample.Periodic",
89 "measurand": "SoC",
90 "location": "EV"
91 },
92 {
93 "unit": "Wh",
94 "context": "Sample.Periodic"
95 }
96 ]
97 }
98 }
99 }