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