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