X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fabb.station-template.json;h=e3df2ba7c861640c255eea0b39e6f9b4c0203955;hb=HEAD;hp=c92c76fdfc4068407542421741d42b8fdcdb33a6;hpb=79411696950027e95be93a5cdccf91b4e8e34de5;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 c92c76fd..e3df2ba7 100644 --- a/src/assets/station-templates/abb.station-template.json +++ b/src/assets/station-templates/abb.station-template.json @@ -1,17 +1,18 @@ { - "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": false, + "useConnectorId0": true, "randomConnectors": false, - "resetTime": "30", + "resetTime": 30, "enableStatistics": false, "Configuration": { "configurationKey": [ @@ -23,12 +24,12 @@ { "key": "MeterValueSampleInterval", "readonly": false, - "value": 30 + "value": "30" }, { "key": "SupportedFeatureProfiles", "readonly": true, - "value": "Core,LocalAuthListManagement" + "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation" }, { "key": "LocalAuthListEnabled", @@ -41,11 +42,14 @@ "value": "false" }, { - "key": "VendorKey", + "key": "WebSocketPingInterval", "readonly": false, - "value": "VendorValue", - "visible": false, - "reboot": true + "value": "60" + }, + { + "key": "ReserveConnectorZeroSupported", + "readonly": false, + "value": "false" } ] }, @@ -57,7 +61,7 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": true + "requireAuthorize": true }, "Connectors": { "0": {},