X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fassets%2Fstation-templates%2Fkeba.station-template.json;h=a76741d99f195f12c3f5002f63aa5cf5e741d4a5;hb=65554cc3fc240ee17d57c57ec60a2a0da4d757ba;hp=8c00f7cc767ab2217d46aafeccd858a9f47fd024;hpb=2e6f5966ecbefada47d60b1b53d21fe49be439a5;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 8c00f7cc..a76741d9 100644 --- a/src/assets/station-templates/keba.station-template.json +++ b/src/assets/station-templates/keba.station-template.json @@ -1,38 +1,46 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "authorizationFile": "authorization-tags.json", "baseName": "CS-KEBA", "chargePointModel": "KC-P30-ESS400C2-E0R", "chargePointVendor": "Keba AG", - "power": 22000, + "firmwareVersion": "1.10.1", + "power": 22080, "powerUnit": "W", "numberOfConnectors": 1, "randomConnectors": false, + "amperageLimitationOcppKey": "MaxAvailableCurrent", + "amperageLimitationUnit": "mA", "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", "readonly": true, - "value": "Core,LocalAuthListManagement" + "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger" }, { "key": "LocalAuthListEnabled", "readonly": false, - "value": false + "value": "false" }, { "key": "AuthorizeRemoteTxRequests", "readonly": false, - "value": false + "value": "false" + }, + { + "key": "WebSocketPingInterval", + "readonly": false, + "value": "60" } ] }, @@ -40,25 +48,50 @@ "enable": false, "minDuration": 30, "maxDuration": 60, - "minDelayBetweenTwoTransaction": 15, - "maxDelayBetweenTwoTransaction": 30, + "minDelayBetweenTwoTransactions": 15, + "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, - "stopAutomaticTransactionGeneratorAfterHours": 0.3 + "stopAfterHours": 0.3, + "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" } ] }