refactor: applied changes for pull request
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / siemens.station-template.json
CommitLineData
2e6f5966 1{
e302df1d 2 "idTagsFile": "idtags.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,
fee83021 11 "voltageOut": 240,
2e6f5966
JB
12 "Configuration": {
13 "configurationKey": [
6ecb15e4
JB
14 {
15 "key": "MeterValuesSampledData",
16 "readonly": false,
17 "value": "Energy.Active.Import.Register"
18 },
2e6f5966
JB
19 {
20 "key": "MeterValueSampleInterval",
21 "readonly": false,
55e89ef8 22 "value": "30"
2e6f5966
JB
23 },
24 {
25 "key": "SupportedFeatureProfiles",
26 "readonly": true,
24578c31 27 "value": "Core,LocalAuthListManagement,Reservation"
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"
24578c31
JB
43 },
44 {
45 "key": "ReserveConnectorZeroSupported",
46 "readonly": false,
66dd3447 47 "value": "false"
2e6f5966
JB
48 }
49 ]
50 },
51 "AutomaticTransactionGenerator": {
52 "enable": false,
53 "minDuration": 60,
54 "maxDuration": 80,
0bbcb3dc
JB
55 "minDelayBetweenTwoTransactions": 15,
56 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 57 "probabilityOfStart": 1,
34dcb3b5 58 "stopAfterHours": 0.3,
5fdab605 59 "stopOnConnectionFailure": false,
e644918b 60 "requireAuthorize": true
2e6f5966
JB
61 },
62 "Connectors": {
593cf3f9 63 "0": {},
2e6f5966
JB
64 "1": {
65 "bootStatus": "Unavailable",
66 "MeterValues": [
67 {
68 "unit": "Wh",
69 "context": "Sample.Periodic"
70 }
71 ]
72 },
73 "2": {
74 "MeterValues": [
75 {
76 "context": "Sample.Periodic",
2e6f5966
JB
77 "unit": "Wh"
78 }
79 ]
80 }
81 }
82}