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