build(simulator): features for reserve-now and cancel-reservation support added
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual-simple-atg.station-template.json
1 {
2 "idTagsFile": "idtags.json",
3 "baseName": "CS-BASIC",
4 "chargePointModel": "Simulator simple",
5 "chargePointVendor": "Ovomaltin",
6 "power": 75000,
7 "powerUnit": "W",
8 "powerSharedByConnectors": true,
9 "currentOutType": "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,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation"
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 "key": "WebSocketPingInterval",
41 "readonly": false,
42 "value": "60"
43 },
44 {
45 "key": "ReserveConnectorZeroSupported",
46 "readonly": false,
47 "value": "false"
48 }
49 ]
50 },
51 "AutomaticTransactionGenerator": {
52 "enable": true,
53 "minDuration": 60,
54 "maxDuration": 80,
55 "minDelayBetweenTwoTransactions": 15,
56 "maxDelayBetweenTwoTransactions": 30,
57 "probabilityOfStart": 1,
58 "stopAfterHours": 0.3,
59 "stopOnConnectionFailure": false,
60 "requireAuthorize": true
61 },
62 "Connectors": {
63 "0": {},
64 "1": {
65 "bootStatus": "Available",
66 "MeterValues": [
67 {
68 "unit": "Percent",
69 "context": "Sample.Periodic",
70 "measurand": "SoC",
71 "location": "EV"
72 },
73 {
74 "unit": "Wh",
75 "context": "Sample.Periodic"
76 }
77 ]
78 },
79 "2": {
80 "bootStatus": "Preparing",
81 "MeterValues": [
82 {
83 "unit": "Percent",
84 "context": "Sample.Periodic",
85 "measurand": "SoC",
86 "location": "EV"
87 },
88 {
89 "unit": "Wh",
90 "context": "Sample.Periodic"
91 }
92 ]
93 },
94 "3": {
95 "bootStatus": "Faulted",
96 "MeterValues": [
97 {
98 "unit": "Percent",
99 "context": "Sample.Periodic",
100 "measurand": "SoC",
101 "location": "EV"
102 },
103 {
104 "unit": "Wh",
105 "context": "Sample.Periodic"
106 }
107 ]
108 }
109 }
110 }