no message

This commit is contained in:
belevo\mh
2026-02-11 16:07:31 +01:00
parent 4f7ecf1aae
commit 1e23489346

View File

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