X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fabb-atg.station-template.json;h=d9921ebbd332cff999edc9a7f2bc15b3c6b31ef7;hb=0b1828224edf798044ef54672ddfc69598cd99a5;hp=7fca2daf9b4fe630c9928ec9c80a3a7b23c02467;hpb=6af9012e5b9ef2ed6f4fe8a9696b40ac0e8da4d0;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/abb-atg.station-template.json b/src/assets/station-templates/abb-atg.station-template.json index 7fca2daf..d9921ebb 100644 --- a/src/assets/station-templates/abb-atg.station-template.json +++ b/src/assets/station-templates/abb-atg.station-template.json @@ -1,16 +1,17 @@ { - "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", "useConnectorId0": true, "randomConnectors": false, - "resetTime": "60", + "resetTime": 60, "enableStatistics": false, "voltageOut": 400, "Configuration": { @@ -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": false + "requireAuthorize": true }, "Connectors": { "0": {},