From c278b53e5dfd51b8ad2679beaccba62b5346068f Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 24 Nov 2025 09:38:55 +0100 Subject: [PATCH] no message --- Batterie_3/module.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Batterie_3/module.php b/Batterie_3/module.php index 83c4299..ce2b067 100644 --- a/Batterie_3/module.php +++ b/Batterie_3/module.php @@ -145,11 +145,13 @@ public function RequestAction($Ident, $Value) if ($batterieManagement == 1 && ($batterietyp == 1 || $batterietyp == 2)) { $this->SetValue("Entladeleistung", 0); $this->SetValue("Ladeleistung", 0); + $this->SetValue("Batteriemanagement_Variabel", 1); return; - } elseif ($batterieManagement == 0 && $batterietyp == 3) { + } elseif ($batterieManagement == 1 && $batterietyp == 3) { $this->SetValue("Entladeleistung", 0); $this->SetValue("Ladeleistung", 0); + $this->SetValue("Batteriemanagement_Variabel", 0); return; }