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