no message

This commit is contained in:
belevo\mh
2026-02-11 16:10:28 +01:00
parent 1e23489346
commit f11255b071

View File

@@ -625,11 +625,7 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array
foreach ($batteriesRaw as $bat) { foreach ($batteriesRaw as $bat) {
$totalPower_ist += GetValue($bat->register_bat_power); $totalPower_ist += GetValue($bat->register_bat_power);
$this->SendDebug(
"Aktuelle Batterieleistung " . ($index + 1),
"Register ID: " . $bat->register_bat_power . " | Power: " . $power,
0
);
} }