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