no message

This commit is contained in:
belevo\mh
2026-05-05 14:55:14 +02:00
parent d4edb78d37
commit b14bfd2035
+1 -1
View File
@@ -144,7 +144,7 @@ class Bat_EV_SDL_V4 extends IPSModule
$this->SetIdentValue("CalcJSON", json_encode($calcRounded, JSON_PRETTY_PRINT));
$totalBat = $this->GetTotalBatteryPowerIstW();
$this->SetIdentValue("Aktuelle_Leistung_Batterien", round($totalBat * -1, 0));
$this->SetIdentValue("Aktuelle_Leistung_Batterien", round($totalBat, 0));
} catch (Throwable $e) {
$this->SendDebug("Update ERROR", $e->getMessage() . " @ " . $e->getFile() . ":" . $e->getLine(), 0);