refactor: applied changes for pull request
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / chargex.station-template.json
1 {
2 "idTagsFile": "idtags.json",
3 "baseName": "CS-CHARGEX",
4 "chargePointModel": "Aqueduct 1.0",
5 "chargePointVendor": "ChargeX GmbH",
6 "firmwareVersionPattern": "^MCC (0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*); SCC \\[(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*), (0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\]$",
7 "firmwareVersion": "MCC 1.2.0; SCC [0.12.0, 0.13.0]",
8 "power": 22080,
9 "powerUnit": "W",
10 "numberOfConnectors": 1,
11 "voltageOut": 230,
12 "beginEndMeterValues": true,
13 "outOfOrderEndMeterValues": true,
14 "firmwareUpgrade": {
15 "versionUpgrade": {
16 "patternGroup": 3
17 }
18 },
19 "commandsSupport": {
20 "incomingCommands": {
21 "Reset": true,
22 "GetConfiguration": true,
23 "ChangeConfiguration": true,
24 "ClearCache": true,
25 "ChangeAvailability": false,
26 "UnlockConnector": true,
27 "SetChargingProfile": false,
28 "ClearChargingProfile": false,
29 "RemoteStartTransaction": true,
30 "RemoteStopTransaction": true,
31 "GetDiagnostics": false,
32 "TriggerMessage": false
33 }
34 },
35 "messageTriggerSupport": {
36 "BootNotification": true,
37 "Heartbeat": true,
38 "StatusNotification": false
39 },
40 "Configuration": {
41 "configurationKey": [
42 {
43 "key": "AllowOfflineTxForUnknownId",
44 "value": "True"
45 },
46 {
47 "key": "AuthorizeRemoteTxRequests",
48 "value": "True",
49 "readonly": true
50 },
51 {
52 "key": "LocalAuthListEnabled",
53 "value": "False",
54 "readonly": true
55 },
56 {
57 "key": "LocalPreAuthorize",
58 "value": "False",
59 "readonly": true
60 },
61 {
62 "key": "MeterValueSampleInterval",
63 "value": "300"
64 },
65 {
66 "key": "TransactionMessageAttempts",
67 "value": "3"
68 },
69 {
70 "key": "TransactionMessageRetryInterval",
71 "value": "20"
72 },
73 {
74 "key": "ReserveConnectorZeroSupported",
75 "readonly": false,
76 "value": "false"
77 }
78 ]
79 },
80 "AutomaticTransactionGenerator": {
81 "enable": false,
82 "minDuration": 60,
83 "maxDuration": 80,
84 "minDelayBetweenTwoTransactions": 15,
85 "maxDelayBetweenTwoTransactions": 30,
86 "probabilityOfStart": 1,
87 "stopAfterHours": 0.3,
88 "stopOnConnectionFailure": false,
89 "requireAuthorize": true
90 },
91 "Connectors": {
92 "0": {},
93 "1": {
94 "MeterValues": [
95 {
96 "unit": "Wh"
97 }
98 ]
99 }
100 }
101 }