diff --git a/Batterie/module.php b/Batterie/module.php index 07a8133..2ff59f0 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -97,6 +97,8 @@ public function RequestAction($Ident, $Value) $batterieManagement = $this->ReadPropertyInteger("Batteriemanagement"); // Wechselrichter steuert das Laden/Entladen der Batterie if ($batterieManagement == 1) { + $this->SetValue("Entladeleistung", 0); + $this->SetValue("Ladeleistung", 0); return; } diff --git a/library.json b/library.json index a4945ee..f7c0a01 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.075", + "version": "1.076", "build": 0, "date": 0 } \ No newline at end of file