From d190552f819e01974ddb0023b627ae860d02c2ec Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 26 Feb 2025 10:18:14 +0100 Subject: [PATCH] fehler --- Batterie/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index b00765b..f05e745 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -194,7 +194,7 @@ public function RequestAction($Ident, $Value) $this->SetValue("In_Hystere", 1); IPS_LogMessage("Batterie", "Peak: hysterese" ); - } elseif ($batterieladezustand <= $aufdasnachladen && $batterieladezustand > $minimumentladen == false) { + } elseif ($batterieladezustand <= $aufdasnachladen && $batterieladezustand > $minimumentladen && $inhystere == false) { $this->SetValue("PowerSteps", json_encode($array_powersteps)); $this->SetValue("In_Hystere", 0); IPS_LogMessage("Batterie", "Peak: normal" ); diff --git a/library.json b/library.json index b7a904f..77e0262 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.092", + "version": "1.093", "build": 0, "date": 0 } \ No newline at end of file