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