Improve debug logging.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider-imredd.station-template.json
1 {
2 "authorizationFile": "./src/assets/authorization-tags.json",
3 "baseName": "CS-SCHNEIDER",
4 "chargePointModel": "SCHNEIDERXX213",
5 "chargePointVendor": "SCHNEIDER",
6 "power": 44160,
7 "powerUnit": "W",
8 "numberOfConnectors": 2,
9 "randomConnectors": false,
10 "Configuration": {
11 "configurationKey": [
12 {
13 "key": "MeterValueSampleInterval",
14 "readonly": false,
15 "value": 20
16 },
17 {
18 "key": "SupportedFeatureProfiles",
19 "readonly": true,
20 "value": "Core,LocalAuthListManagement"
21 },
22 {
23 "key": "LocalAuthListEnabled",
24 "readonly": false,
25 "value": "false"
26 },
27 {
28 "key": "AuthorizeRemoteTxRequests",
29 "readonly": false,
30 "value": "false"
31 }
32 ]
33 },
34 "AutomaticTransactionGenerator": {
35 "enable": false,
36 "minDuration": 60,
37 "maxDuration": 80,
38 "minDelayBetweenTwoTransactions": 15,
39 "maxDelayBetweenTwoTransactions": 30,
40 "probabilityOfStart": 1,
41 "stopAfterHours": 0.3,
42 "stopOnConnectionFailure": false
43 },
44 "Connectors": {
45 "1": {
46 "MeterValues": [
47 {
48 "unit": "Wh",
49 "context": "Sample.Periodic"
50 }
51 ]
52 },
53 "2": {
54 "MeterValues": [
55 {
56 "unit": "Wh",
57 "context": "Sample.Periodic"
58 }
59 ]
60 }
61 }
62 }