Update Insomnia UI REST API requests collection
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / chargex.station-template.json
CommitLineData
65554cc3
JB
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": {
65554cc3
JB
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 },
c60ed4b8
JB
29 "messageTriggerSupport": {
30 "BootNotification": true,
31 "Heartbeat": true,
32 "StatusNotification": false
33 },
65554cc3
JB
34 "Configuration": {
35 "configurationKey": [
36 {
37 "key": "AllowOfflineTxForUnknownId",
38 "value": "True"
39 },
40 {
41 "key": "AuthorizeRemoteTxRequests",
42 "value": "True",
43 "readonly": true
44 },
45 {
46 "key": "LocalAuthListEnabled",
47 "value": "False",
48 "readonly": true
49 },
50 {
51 "key": "LocalPreAuthorize",
52 "value": "False",
53 "readonly": true
54 },
55 {
56 "key": "MeterValueSampleInterval",
57 "value": "300"
58 },
59 {
60 "key": "TransactionMessageAttempts",
61 "value": "3"
62 },
63 {
64 "key": "TransactionMessageRetryInterval",
65 "value": "20"
66 }
67 ]
68 },
69 "AutomaticTransactionGenerator": {
70 "enable": false,
71 "minDuration": 60,
72 "maxDuration": 80,
73 "minDelayBetweenTwoTransactions": 15,
74 "maxDelayBetweenTwoTransactions": 30,
75 "probabilityOfStart": 1,
76 "stopAfterHours": 0.3,
77 "stopOnConnectionFailure": false,
78 "requireAuthorize": true
79 },
80 "Connectors": {
81 "0": {},
82 "1": {
83 "MeterValues": [
84 {
85 "unit": "Wh"
86 }
87 ]
88 }
89 }
90}