X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fkeba.station-template.json;h=72ac62c42094552bb74553fe7d8fe98612a03535;hb=7874b0b1fbf94d34e8c65ed3e669f1c97f74dd1d;hp=9366edd38d4b760a33c35fde2a42ba84fcd845be;hpb=34dcb3b54b6b7825adb8aa8129709febd2cf96ac;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/keba.station-template.json b/src/assets/station-templates/keba.station-template.json index 9366edd3..72ac62c4 100644 --- a/src/assets/station-templates/keba.station-template.json +++ b/src/assets/station-templates/keba.station-template.json @@ -1,24 +1,24 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "authorizationFile": "authorization-tags.json", "baseName": "CS-KEBA", "chargePointModel": "KC-P30-ESS400C2-E0R", "chargePointVendor": "Keba AG", "firmwareVersion": "1.10.1", - "power": 22000, + "power": 22080, "powerUnit": "W", "numberOfConnectors": 1, "randomConnectors": false, "Configuration": { "configurationKey": [ { - "key": "NumberOfConnectors", - "readonly": true, - "value": 2 + "key": "MeterValuesSampledData", + "readonly": false, + "value": "Energy.Active.Import.Register,Power.Active.Import,Current.Import,Voltage" }, { "key": "MeterValueSampleInterval", "readonly": false, - "value": 30 + "value": "30" }, { "key": "SupportedFeatureProfiles", @@ -28,12 +28,17 @@ { "key": "LocalAuthListEnabled", "readonly": false, - "value": false + "value": "false" }, { "key": "AuthorizeRemoteTxRequests", "readonly": false, - "value": false + "value": "false" + }, + { + "key": "WebSocketPingInterval", + "readonly": false, + "value": "60" } ] }, @@ -41,26 +46,50 @@ "enable": false, "minDuration": 30, "maxDuration": 60, - "minDelayBetweenTwoTransaction": 15, - "maxDelayBetweenTwoTransaction": 30, + "minDelayBetweenTwoTransactions": 15, + "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false + "stopOnConnectionFailure": false, + "requireAuthorize": true }, "Connectors": { + "0": {}, "1": { "MeterValues": [ { - "unit": "Wh", - "context": "Sample.Periodic" + "unit": "V", + "measurand": "Voltage" + }, + { + "unit": "W", + "measurand": "Power.Active.Import" + }, + { + "unit": "A", + "measurand": "Current.Import" + }, + { + "unit": "Wh" } ] }, "2": { "MeterValues": [ { - "unit": "Wh", - "context": "Sample.Periodic" + "unit": "V", + "measurand": "Voltage" + }, + { + "unit": "W", + "measurand": "Power.Active.Import" + }, + { + "unit": "A", + "measurand": "Current.Import" + }, + { + "unit": "Wh" } ] }