From f11255b0711e6581be132ea9ac6ff18dd5a75dd2 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 11 Feb 2026 16:10:28 +0100 Subject: [PATCH] no message --- Bat_EV_SDL _V2/module.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Bat_EV_SDL _V2/module.php b/Bat_EV_SDL _V2/module.php index 01b00dc..c35d0c3 100644 --- a/Bat_EV_SDL _V2/module.php +++ b/Bat_EV_SDL _V2/module.php @@ -625,11 +625,7 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array foreach ($batteriesRaw as $bat) { $totalPower_ist += GetValue($bat->register_bat_power); - $this->SendDebug( - "Aktuelle Batterieleistung " . ($index + 1), - "Register ID: " . $bat->register_bat_power . " | Power: " . $power, - 0 - ); + }