Allow to specify a serial number prefix.
[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",
4 "chargePointModel": "EVLINKXX213",
5 "chargePointVendor": "SCHNEIDER",
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": [
14 {
15 "key": "NumberOfConnectors",
16 "readonly": true,
17 "value": 1
18 },
19 {
20 "key": "MeterValueSampleInterval",
21 "readonly": false,
22 "value": 20
23 },
24 {
25 "key": "SupportedFeatureProfiles",
26 "readonly": true,
27 "value": "Core,LocalAuthListManagement"
28 },
29 {
30 "key": "LocalAuthListEnabled",
31 "readonly": false,
32 "value": false
33 },
34 {
35 "key": "AuthorizeRemoteTxRequests",
36 "readonly": false,
37 "value": false
38 }
39 ]
40 },
41 "AutomaticTransactionGenerator": {
42 "enable": false,
43 "minDuration": 60,
44 "maxDuration": 80,
0bbcb3dc
JB
45 "minDelayBetweenTwoTransactions": 15,
46 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 47 "probabilityOfStart": 1,
34dcb3b5
JB
48 "stopAfterHours": 0.3,
49 "stopOnConnectionFailure": false
2e6f5966
JB
50 },
51 "Connectors": {
52 "1": {
53 "MeterValues": [
54 {
55 "unit": "Wh",
56 "context": "Sample.Periodic"
57 }
58 ]
59 }
60 }
61}