X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fassets%2Fstation-templates%2Fabb.station-template.json;h=f0da9b4b7fb8933b275d5a9cc8d2a70f6d731571;hb=6ecb15e433167b2dae32d54bf7bed72c2d1369a6;hp=f256c37e61d059141b4dded5b081140076985ee4;hpb=34dcb3b54b6b7825adb8aa8129709febd2cf96ac;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 f256c37e..f0da9b4b 100644 --- a/src/assets/station-templates/abb.station-template.json +++ b/src/assets/station-templates/abb.station-template.json @@ -5,16 +5,18 @@ "chargePointVendor": "ABB", "firmwareVersion": "4.0.4.22", "power": 50000, + "powerSharedByConnectors": true, "powerUnit": "W", "numberOfConnectors": 2, "useConnectorId0": false, "randomConnectors": false, + "resetTime": "30", "Configuration": { "configurationKey": [ { - "key": "NumberOfConnectors", - "readonly": true, - "value": 2 + "key": "MeterValuesSampledData", + "readonly": false, + "value": "SoC,Energy.Active.Import.Register,Voltage" }, { "key": "MeterValueSampleInterval", @@ -29,12 +31,19 @@ { "key": "LocalAuthListEnabled", "readonly": false, - "value": false + "value": "false" }, { "key": "AuthorizeRemoteTxRequests", "readonly": false, - "value": false + "value": "false" + }, + { + "key": "VendorKey", + "readonly": false, + "value": "VendorValue", + "visible": false, + "reboot": true } ] }, @@ -42,8 +51,8 @@ "enable": true, "minDuration": 60, "maxDuration": 80, - "minDelayBetweenTwoTransaction": 15, - "maxDelayBetweenTwoTransaction": 30, + "minDelayBetweenTwoTransactions": 15, + "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, "stopOnConnectionFailure": true @@ -58,6 +67,11 @@ "measurand": "SoC", "location": "EV" }, + { + "unit": "V", + "context": "Sample.Periodic", + "measurand": "Voltage" + }, { "unit": "Wh", "context": "Sample.Periodic" @@ -72,6 +86,11 @@ "measurand": "SoC", "location": "EV" }, + { + "unit": "V", + "context": "Sample.Periodic", + "measurand": "Voltage" + }, { "unit": "Wh", "context": "Sample.Periodic"