X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fabb.station-template.json;h=81f2d099c7a3b17c7be589205bdcf3e3b3dc8a1f;hb=dbd54e98c369aa3032a76a066c9ff9828ef5a742;hp=155526efb29141bee22f78e19d60310c9eb3959d;hpb=fee830211b36e79b9d89d4c0d689d02bc6da4156;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 155526ef..81f2d099 100644 --- a/src/assets/station-templates/abb.station-template.json +++ b/src/assets/station-templates/abb.station-template.json @@ -1,5 +1,5 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "authorizationFile": "authorization-tags.json", "baseName": "CS-ABB", "chargePointModel": "MD_TERRA_53", "chargePointVendor": "ABB", @@ -7,11 +7,11 @@ "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 +23,12 @@ { "key": "MeterValueSampleInterval", "readonly": false, - "value": 30 + "value": "30" }, { "key": "SupportedFeatureProfiles", "readonly": true, - "value": "Core,LocalAuthListManagement" + "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger" }, { "key": "LocalAuthListEnabled", @@ -41,23 +41,22 @@ "value": "false" }, { - "key": "VendorKey", + "key": "WebSocketPingInterval", "readonly": false, - "value": "VendorValue", - "visible": false, - "reboot": true + "value": "60" } ] }, "AutomaticTransactionGenerator": { - "enable": true, + "enable": false, "minDuration": 60, "maxDuration": 80, "minDelayBetweenTwoTransactions": 15, "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": true + "stopOnConnectionFailure": true, + "requireAuthorize": true }, "Connectors": { "0": {},