Improve supported OCPP commands filtering
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / chargex.station-template.json
1 {
2 "authorizationFile": "authorization-tags.json",
3 "baseName": "CS-CHARGEX",
4 "chargePointModel": "Aqueduct 1.0",
5 "chargePointVendor": "ChargeX GmbH",
6 "firmwareVersion": "MCC 1.2.0; SCC [0.12.0, 0.13.0]",
7 "power": 22080,
8 "powerUnit": "W",
9 "numberOfConnectors": 1,
10 "voltageOut": 230,
11 "beginEndMeterValues": true,
12 "outOfOrderEndMeterValues": true,
13 "commandsSupport": {
14 "incomingCommands": {
15 "Reset": true,
16 "GetConfiguration": true,
17 "ChangeConfiguration": true,
18 "ClearCache": true,
19 "ChangeAvailability": false,
20 "UnlockConnector": true,
21 "SetChargingProfile": false,
22 "ClearChargingProfile": false,
23 "RemoteStartTransaction": true,
24 "RemoteStopTransaction": true,
25 "GetDiagnostics": false,
26 "TriggerMessage": false
27 }
28 },
29 "Configuration": {
30 "configurationKey": [
31 {
32 "key": "AllowOfflineTxForUnknownId",
33 "value": "True"
34 },
35 {
36 "key": "AuthorizeRemoteTxRequests",
37 "value": "True",
38 "readonly": true
39 },
40 {
41 "key": "LocalAuthListEnabled",
42 "value": "False",
43 "readonly": true
44 },
45 {
46 "key": "LocalPreAuthorize",
47 "value": "False",
48 "readonly": true
49 },
50 {
51 "key": "MeterValueSampleInterval",
52 "value": "300"
53 },
54 {
55 "key": "TransactionMessageAttempts",
56 "value": "3"
57 },
58 {
59 "key": "TransactionMessageRetryInterval",
60 "value": "20"
61 }
62 ]
63 },
64 "AutomaticTransactionGenerator": {
65 "enable": false,
66 "minDuration": 60,
67 "maxDuration": 80,
68 "minDelayBetweenTwoTransactions": 15,
69 "maxDelayBetweenTwoTransactions": 30,
70 "probabilityOfStart": 1,
71 "stopAfterHours": 0.3,
72 "stopOnConnectionFailure": false,
73 "requireAuthorize": true
74 },
75 "Connectors": {
76 "0": {},
77 "1": {
78 "MeterValues": [
79 {
80 "unit": "Wh"
81 }
82 ]
83 }
84 }
85 }