Switch to rollup-plugin-typescript2 plugin
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / evlink.station-template.json
1 {
2 "authorizationFile": "authorization-tags.json",
3 "baseName": "CS-EVLINK",
4 "chargePointModel": "MONOBLOCK",
5 "chargePointVendor": "Schneider Electric",
6 "chargeBoxSerialNumberPrefix": "EV.2S7P04",
7 "firmwareVersion": "3.3.0.10",
8 "power": 7360,
9 "powerUnit": "W",
10 "numberOfPhases": 1,
11 "numberOfConnectors": 1,
12 "randomConnectors": false,
13 "voltageOut": 231,
14 "Configuration": {
15 "configurationKey": [
16 {
17 "key": "MeterValuesSampledData",
18 "readonly": false,
19 "value": "Energy.Active.Import.Register"
20 },
21 {
22 "key": "MeterValueSampleInterval",
23 "readonly": false,
24 "value": "30"
25 },
26 {
27 "key": "SupportedFeatureProfiles",
28 "readonly": true,
29 "value": "Core,LocalAuthListManagement"
30 },
31 {
32 "key": "LocalAuthListEnabled",
33 "readonly": false,
34 "value": "false"
35 },
36 {
37 "key": "AuthorizeRemoteTxRequests",
38 "readonly": false,
39 "value": "false"
40 }
41 ]
42 },
43 "AutomaticTransactionGenerator": {
44 "enable": false,
45 "minDuration": 60,
46 "maxDuration": 80,
47 "minDelayBetweenTwoTransactions": 15,
48 "maxDelayBetweenTwoTransactions": 30,
49 "probabilityOfStart": 1,
50 "stopAfterHours": 0.3,
51 "stopOnConnectionFailure": false,
52 "requireAuthorize": false
53 },
54 "Connectors": {
55 "0": {},
56 "1": {
57 "MeterValues": [
58 {
59 "unit": "Wh",
60 "context": "Sample.Periodic",
61 "value": 0
62 }
63 ]
64 }
65 }
66 }