Fix StopTransaction.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / siemens.mougins69.station-template.json
CommitLineData
2e6f5966
JB
1{
2 "authorizationFile": "./src/assets/authorization-tags.json",
3 "baseName": "SAP-Mougins-69",
4 "fixedName": true,
5 "chargePointModel": "SiemensXX213",
6 "chargePointVendor": "SIEMENS",
6958152c 7 "power": 44160,
2e6f5966
JB
8 "powerUnit": "W",
9 "numberOfConnectors": 2,
10 "randomConnectors": false,
11 "Configuration": {
12 "configurationKey": [
2e6f5966
JB
13 {
14 "key": "MeterValueSampleInterval",
15 "readonly": false,
16 "value": 30
17 },
18 {
19 "key": "SupportedFeatureProfiles",
20 "readonly": true,
21 "value": "Core,LocalAuthListManagement"
22 },
23 {
24 "key": "LocalAuthListEnabled",
25 "readonly": false,
7de604f9 26 "value": "false"
2e6f5966
JB
27 },
28 {
29 "key": "AuthorizeRemoteTxRequests",
30 "readonly": false,
7de604f9 31 "value": "false"
2e6f5966
JB
32 }
33 ]
34 },
35 "AutomaticTransactionGenerator": {
36 "enable": false,
37 "minDuration": 60,
38 "maxDuration": 80,
0bbcb3dc
JB
39 "minDelayBetweenTwoTransactions": 15,
40 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 41 "probabilityOfStart": 1,
34dcb3b5
JB
42 "stopAfterHours": 0.3,
43 "stopOnConnectionFailure": false
2e6f5966
JB
44 },
45 "Connectors": {
46 "1": {
47 "bootStatus": "Unavailable",
48 "MeterValues": [
49 {
50 "unit": "Wh",
51 "context": "Sample.Periodic"
52 }
53 ]
54 },
55 "2": {
56 "MeterValues": [
57 {
58 "context": "Sample.Periodic",
59 "format": "Raw",
60 "measurand": "Energey.Active.Import.Register",
61 "unit": "Wh"
62 }
63 ]
64 }
65 }
66}