Add template section to list OCPP commands supported (#129)
[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 "Authorize": true,
16 "Reset": true,
17 "GetConfiguration": true,
18 "ChangeConfiguration": true,
19 "ClearCache": true,
20 "ChangeAvailability": false,
21 "UnlockConnector": true,
22 "SetChargingProfile": false,
23 "ClearChargingProfile": false,
24 "RemoteStartTransaction": true,
25 "RemoteStopTransaction": true,
26 "GetDiagnostics": false,
27 "TriggerMessage": false
28 }
29 },
30 "Configuration": {
31 "configurationKey": [
32 {
33 "key": "AllowOfflineTxForUnknownId",
34 "value": "True"
35 },
36 {
37 "key": "AuthorizeRemoteTxRequests",
38 "value": "True",
39 "readonly": true
40 },
41 {
42 "key": "LocalAuthListEnabled",
43 "value": "False",
44 "readonly": true
45 },
46 {
47 "key": "LocalPreAuthorize",
48 "value": "False",
49 "readonly": true
50 },
51 {
52 "key": "MeterValueSampleInterval",
53 "value": "300"
54 },
55 {
56 "key": "TransactionMessageAttempts",
57 "value": "3"
58 },
59 {
60 "key": "TransactionMessageRetryInterval",
61 "value": "20"
62 }
63 ]
64 },
65 "AutomaticTransactionGenerator": {
66 "enable": false,
67 "minDuration": 60,
68 "maxDuration": 80,
69 "minDelayBetweenTwoTransactions": 15,
70 "maxDelayBetweenTwoTransactions": 30,
71 "probabilityOfStart": 1,
72 "stopAfterHours": 0.3,
73 "stopOnConnectionFailure": false,
74 "requireAuthorize": true
75 },
76 "Connectors": {
77 "0": {},
78 "1": {
79 "MeterValues": [
80 {
81 "unit": "Wh"
82 }
83 ]
84 }
85 }
86 }