This commit is contained in:
2025-03-21 16:24:01 +01:00
parent 07fff1cbb3
commit e07711f5f6
2 changed files with 6 additions and 6 deletions

View File

@@ -344,12 +344,7 @@ class Ladestation_Universal extends IPSModule
IPS_LogMessage("Lades", "Hier4");
if($this->GetValue("Power_Count")>$timeout){
$maxLeistung = 1.05 * $this->GetValue("Ladeleistung_Effektiv");
IPS_LogMessage("Lades", "Hier5");
}
// Array für die Powersteps initialisieren
@@ -373,7 +368,12 @@ class Ladestation_Universal extends IPSModule
} elseif ($solarladen && $Peak) {
$powerSteps = [0];
} else {
if($this->GetValue("Power_Count")>$timeout){
$maxLeistung = 1.05 * $this->GetValue("Ladeleistung_Effektiv");
IPS_LogMessage("Lades", "Hier5");
}
$powerSteps += $this->getRangeLimits(
$minLeistung,