From b8bf4b0028758b42f7144fee8a03af52d928c124 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Fri, 17 Apr 2026 11:57:31 +0200 Subject: [PATCH] no message --- Bat_EV_SDL _V2/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bat_EV_SDL _V2/module.php b/Bat_EV_SDL _V2/module.php index 95359d7..3d215f3 100644 --- a/Bat_EV_SDL _V2/module.php +++ b/Bat_EV_SDL _V2/module.php @@ -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; }