X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fabb.station-template.json;h=a95517e7d67a12b65bfb4fb479a324377eea327d;hb=8cc482a9324a0989516b6eb6db85a16258c4b4d1;hp=510045e7f5d143fcc661fc76071c15c357b88428;hpb=593cf3f9c5d1b68ec8b5a034343a7cd6f0be7f38;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/abb.station-template.json b/src/assets/station-templates/abb.station-template.json index 510045e7..a95517e7 100644 --- a/src/assets/station-templates/abb.station-template.json +++ b/src/assets/station-templates/abb.station-template.json @@ -1,13 +1,14 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "idTagsFile": "idtags.json", "baseName": "CS-ABB", "chargePointModel": "MD_TERRA_53", "chargePointVendor": "ABB", + "firmwareVersionPattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$", "firmwareVersion": "4.0.4.22", "power": 50000, "powerSharedByConnectors": true, "powerUnit": "W", - "powerOutType": "DC", + "currentOutType": "DC", "numberOfConnectors": 2, "useConnectorId0": true, "randomConnectors": false, @@ -28,7 +29,7 @@ { "key": "SupportedFeatureProfiles", "readonly": true, - "value": "Core,LocalAuthListManagement" + "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation" }, { "key": "LocalAuthListEnabled", @@ -46,11 +47,9 @@ "value": "60" }, { - "key": "VendorKey", + "key": "ReserveConnectorZeroSupported", "readonly": false, - "value": "VendorValue", - "visible": false, - "reboot": true + "value": "false" } ] }, @@ -62,7 +61,8 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": true + "stopOnConnectionFailure": true, + "requireAuthorize": true }, "Connectors": { "0": {},