From b14bfd2035c48eeb7735f64915e5a0e4eba7672f Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 5 May 2026 14:55:14 +0200 Subject: [PATCH] no message --- Bat_EV_SDL_V4/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bat_EV_SDL_V4/module.php b/Bat_EV_SDL_V4/module.php index 8efc895..5e5c968 100644 --- a/Bat_EV_SDL_V4/module.php +++ b/Bat_EV_SDL_V4/module.php @@ -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);