no message

This commit is contained in:
belevo\mh
2026-04-17 11:57:31 +02:00
parent 9334d3aac3
commit b8bf4b0028

View File

@@ -664,7 +664,7 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array
// aktuelle - SDL_SOLL = aktuelle EV
// ----------------------------
$this->SetValue("Aktuelle_Leistung_SDL", $totalPower_ist - $pEvW);
$this->SetValue("Aktuelle_Leistung_EV", $totalPower_ist - $pSdlW);
$this->SetValue("Aktuelle_Leistung_EV", $pEvW);
return $finalOutput;
}