refactor: rename a template key to a more sensible name
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual-simple-atg.station-template.json
CommitLineData
2e6f5966 1{
e302df1d 2 "idTagsFile": "idtags.json",
2e6f5966
JB
3 "baseName": "CS-BASIC",
4 "chargePointModel": "Simulator simple",
5 "chargePointVendor": "Ovomaltin",
6 "power": 75000,
7 "powerUnit": "W",
b2acff85 8 "powerSharedByConnectors": true,
7decf1b6 9 "currentOutType": "DC",
2e6f5966
JB
10 "numberOfConnectors": 3,
11 "randomConnectors": false,
12 "Configuration": {
13 "configurationKey": [
6ecb15e4
JB
14 {
15 "key": "MeterValuesSampledData",
16 "readonly": false,
68cb8b91 17 "value": "SoC,Energy.Active.Import.Register,Voltage"
6ecb15e4 18 },
2e6f5966
JB
19 {
20 "key": "MeterValueSampleInterval",
21 "readonly": false,
55e89ef8 22 "value": "30"
2e6f5966
JB
23 },
24 {
25 "key": "SupportedFeatureProfiles",
26 "readonly": true,
68cb8b91 27 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger"
2e6f5966
JB
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"
7874b0b1
JB
38 },
39 {
40 "key": "WebSocketPingInterval",
41 "readonly": false,
42 "value": "60"
2e6f5966
JB
43 }
44 ]
45 },
46 "AutomaticTransactionGenerator": {
47 "enable": true,
48 "minDuration": 60,
49 "maxDuration": 80,
0bbcb3dc
JB
50 "minDelayBetweenTwoTransactions": 15,
51 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 52 "probabilityOfStart": 1,
34dcb3b5 53 "stopAfterHours": 0.3,
5fdab605 54 "stopOnConnectionFailure": false,
e644918b 55 "requireAuthorize": true
2e6f5966
JB
56 },
57 "Connectors": {
58 "0": {},
59 "1": {
60 "bootStatus": "Available",
61 "MeterValues": [
62 {
63 "unit": "Percent",
64 "context": "Sample.Periodic",
65 "measurand": "SoC",
66 "location": "EV"
67 },
68 {
69 "unit": "Wh",
70 "context": "Sample.Periodic"
71 }
72 ]
73 },
74 "2": {
75 "bootStatus": "Preparing",
76 "MeterValues": [
77 {
78 "unit": "Percent",
79 "context": "Sample.Periodic",
80 "measurand": "SoC",
81 "location": "EV"
82 },
83 {
84 "unit": "Wh",
85 "context": "Sample.Periodic"
86 }
87 ]
88 },
89 "3": {
90 "bootStatus": "Faulted",
91 "MeterValues": [
92 {
93 "unit": "Percent",
94 "context": "Sample.Periodic",
95 "measurand": "SoC",
96 "location": "EV"
97 },
98 {
99 "unit": "Wh",
100 "context": "Sample.Periodic"
101 }
102 ]
103 }
104 }
105}