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:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user