0b8e1506e081a6f3f2ddcc1ac09c4cf07cb3f725
[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 "key": "WebSocketPingInterval",
43 "readonly": false,
44 "value": "60"
45 }
46 ]
47 },
48 "AutomaticTransactionGenerator": {
49 "enable": false,
50 "minDuration": 60,
51 "maxDuration": 80,
52 "minDelayBetweenTwoTransactions": 15,
53 "maxDelayBetweenTwoTransactions": 30,
54 "probabilityOfStart": 1,
55 "stopAfterHours": 0.3,
56 "stopOnConnectionFailure": false,
57 "requireAuthorize": true
58 },
59 "Connectors": {
60 "0": {},
61 "1": {
62 "MeterValues": [
63 {
64 "unit": "Wh",
65 "context": "Sample.Periodic",
66 "value": 0
67 }
68 ]
69 }
70 }
71 }