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