From 4f7ecf1aaece4abaaf69aad4d5a6bfd1af437a01 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 11 Feb 2026 15:57:36 +0100 Subject: [PATCH] no message --- Bat_EV_SDL _V2/module.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Bat_EV_SDL _V2/module.php b/Bat_EV_SDL _V2/module.php index 2594e0f..f73160b 100644 --- a/Bat_EV_SDL _V2/module.php +++ b/Bat_EV_SDL _V2/module.php @@ -625,6 +625,11 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array foreach ($batteriesRaw as $bat) { $totalPower_ist += GetValue($bat->register_bat_power); + $this->SendDebug( + "Battery " . ($index + 1), + "Register ID: " . $bat->register_bat_power . " | Power: " . $power, + 0 + ); }