41ba8e3ebafedf9f393733b810b61234cdff1635
[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 "power": 7340,
7 "powerUnit": "W",
8 "numberOfConnectors": 1,
9 "randomConnectors": false,
10 "Configuration": {
11 "configurationKey": [
12 {
13 "key": "NumberOfConnectors",
14 "readonly": true,
15 "value": 1
16 },
17 {
18 "key": "MeterValueSampleInterval",
19 "readonly": false,
20 "value": 20
21 },
22 {
23 "key": "SupportedFeatureProfiles",
24 "readonly": true,
25 "value": "Core,LocalAuthListManagement"
26 },
27 {
28 "key": "LocalAuthListEnabled",
29 "readonly": false,
30 "value": false
31 },
32 {
33 "key": "AuthorizeRemoteTxRequests",
34 "readonly": false,
35 "value": false
36 }
37 ]
38 },
39 "AutomaticTransactionGenerator": {
40 "enable": false,
41 "minDuration": 60,
42 "maxDuration": 80,
43 "minDelayBetweenTwoTransaction": 15,
44 "maxDelayBetweenTwoTransaction": 30,
45 "probabilityOfStart": 1,
46 "stopAfterHours": 0.3,
47 "stopOnConnectionFailure": false
48 },
49 "Connectors": {
50 "1": {
51 "MeterValues": [
52 {
53 "unit": "Wh",
54 "context": "Sample.Periodic"
55 }
56 ]
57 }
58 }
59 }