X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fchargex.station-template.json;h=fca570940e21de8fa7206c78592e3d930cd9ffbf;hb=8cc482a9324a0989516b6eb6db85a16258c4b4d1;hp=057d25df40a5c171b53c5cd5a93c983209039330;hpb=65554cc3fc240ee17d57c57ec60a2a0da4d757ba;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/chargex.station-template.json b/src/assets/station-templates/chargex.station-template.json index 057d25df..fca57094 100644 --- a/src/assets/station-templates/chargex.station-template.json +++ b/src/assets/station-templates/chargex.station-template.json @@ -1,8 +1,9 @@ { - "authorizationFile": "authorization-tags.json", + "idTagsFile": "idtags.json", "baseName": "CS-CHARGEX", "chargePointModel": "Aqueduct 1.0", "chargePointVendor": "ChargeX GmbH", + "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*)\\]$", "firmwareVersion": "MCC 1.2.0; SCC [0.12.0, 0.13.0]", "power": 22080, "powerUnit": "W", @@ -10,9 +11,13 @@ "voltageOut": 230, "beginEndMeterValues": true, "outOfOrderEndMeterValues": true, + "firmwareUpgrade": { + "versionUpgrade": { + "patternGroup": 3 + } + }, "commandsSupport": { "incomingCommands": { - "Authorize": true, "Reset": true, "GetConfiguration": true, "ChangeConfiguration": true, @@ -27,6 +32,11 @@ "TriggerMessage": false } }, + "messageTriggerSupport": { + "BootNotification": true, + "Heartbeat": true, + "StatusNotification": false + }, "Configuration": { "configurationKey": [ { @@ -59,6 +69,11 @@ { "key": "TransactionMessageRetryInterval", "value": "20" + }, + { + "key": "ReserveConnectorZeroSupported", + "readonly": false, + "value": "false" } ] },