Noch kleiner Bug in Hauptmanager -> Wenn batterie entladen sollte bei z.b. sollwert -20000, dann springt sie manchmal auf max - ladeleistung

This commit is contained in:
2025-08-06 16:20:39 +02:00
parent 7d846e2c6a
commit 656eb6307d

View File

@@ -415,7 +415,6 @@ class Manager extends IPSModule
return $a["step"] <=> $b["step"]; return $a["step"] <=> $b["step"];
}); });
$remainingPower = $remainingPower *-1; $remainingPower = $remainingPower *-1;
// Iteriere durch alle Schritte // Iteriere durch alle Schritte
foreach ($allSteps as $entry) { foreach ($allSteps as $entry) {