Add AC/DC charging stations handling.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / siemens.station-template.json
CommitLineData
2e6f5966
JB
1{
2 "authorizationFile": "./src/assets/authorization-tags.json",
9b25a525 3 "baseName": "CS-SIEMENS",
2e6f5966 4 "fixedName": true,
9b25a525 5 "chargePointModel": "SIEMENSXX213",
2e6f5966 6 "chargePointVendor": "SIEMENS",
6958152c 7 "power": 44160,
2e6f5966
JB
8 "powerUnit": "W",
9 "numberOfConnectors": 2,
10 "randomConnectors": false,
11 "Configuration": {
12 "configurationKey": [
6ecb15e4
JB
13 {
14 "key": "MeterValuesSampledData",
15 "readonly": false,
16 "value": "Energy.Active.Import.Register"
17 },
2e6f5966
JB
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,
7de604f9 31 "value": "false"
2e6f5966
JB
32 },
33 {
34 "key": "AuthorizeRemoteTxRequests",
35 "readonly": false,
7de604f9 36 "value": "false"
2e6f5966
JB
37 }
38 ]
39 },
40 "AutomaticTransactionGenerator": {
41 "enable": false,
42 "minDuration": 60,
43 "maxDuration": 80,
0bbcb3dc
JB
44 "minDelayBetweenTwoTransactions": 15,
45 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 46 "probabilityOfStart": 1,
34dcb3b5
JB
47 "stopAfterHours": 0.3,
48 "stopOnConnectionFailure": false
2e6f5966
JB
49 },
50 "Connectors": {
51 "1": {
52 "bootStatus": "Unavailable",
53 "MeterValues": [
54 {
55 "unit": "Wh",
56 "context": "Sample.Periodic"
57 }
58 ]
59 },
60 "2": {
61 "MeterValues": [
62 {
63 "context": "Sample.Periodic",
64 "format": "Raw",
65 "measurand": "Energey.Active.Import.Register",
66 "unit": "Wh"
67 }
68 ]
69 }
70 }
71}