From 731725e2d8d01d05ad0d271e809614fe662baa08 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 25 Feb 2025 09:32:02 +0100 Subject: [PATCH] kleine verbesserung --- Batterie/module.php | 2 ++ library.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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