From 936a7ab46e2102e2bcb449cdda4693e537e16911 Mon Sep 17 00:00:00 2001 From: DanielHaefliger Date: Thu, 5 Feb 2026 17:27:33 +0100 Subject: [PATCH] no message --- Bat_EV_SDL _V2/module.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Bat_EV_SDL _V2/module.php b/Bat_EV_SDL _V2/module.php index 19b1984..63fad1d 100644 --- a/Bat_EV_SDL _V2/module.php +++ b/Bat_EV_SDL _V2/module.php @@ -618,14 +618,8 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array $batteriesRaw = json_decode($this->ReadPropertyString("Batteries")); $totalPower_ist = 0; - print_r($batteriesRaw); - print_r("\N"); foreach ($batteriesRaw as $bat) { - print_r($bat); - print_r("\N"); - print_r(GetValue($bat->register_bat_power)); - print_r("\N"); $totalPower_ist += GetValue($bat->register_bat_power); }