X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fabb.station-template.json;h=6faab07844774f38a1cc56cc30bf53f78a7ab41c;hb=7d887a1b6453278a1afa38a882d4c38042ddee25;hp=161febe4c3ffb37626b6e8a59d5b5b2fb3ec0eaf;hpb=2e6f5966ecbefada47d60b1b53d21fe49be439a5;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 161febe4..6faab078 100644 --- a/src/assets/station-templates/abb.station-template.json +++ b/src/assets/station-templates/abb.station-template.json @@ -1,19 +1,16 @@ { "authorizationFile": "./src/assets/authorization-tags.json", "baseName": "CS-ABB", - "chargePointModel": "ABB 5678", + "chargePointModel": "MD_TERRA_53", "chargePointVendor": "ABB", + "firmwareVersion": "4.0.4.22", "power": 50000, "powerUnit": "W", "numberOfConnectors": 2, + "useConnectorId0": false, "randomConnectors": false, "Configuration": { "configurationKey": [ - { - "key": "NumberOfConnectors", - "readonly": true, - "value": 2 - }, { "key": "MeterValueSampleInterval", "readonly": false, @@ -33,17 +30,25 @@ "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": false + }, + { + "key": "VendorKey", + "readonly": false, + "value": "VendorValue", + "visible": false, + "reboot": true } ] }, "AutomaticTransactionGenerator": { - "enable": false, + "enable": true, "minDuration": 60, "maxDuration": 80, - "minDelayBetweenTwoTransaction": 15, - "maxDelayBetweenTwoTransaction": 30, + "minDelayBetweenTwoTransactions": 15, + "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, - "stopAutomaticTransactionGeneratorAfterHours": 0.3 + "stopAfterHours": 0.3, + "stopOnConnectionFailure": true }, "Connectors": { "0": {},