diff --git a/Batterie/module.php b/Batterie/module.php index b765409..c1e9d59 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -214,7 +214,7 @@ public function RequestAction($Ident, $Value) }); $this->SetValue("PowerSteps", json_encode($filtered_powersteps_entladen)); - }elseif($batterieladezustand>=$aufdasnachladen && $hyst==false){ + }elseif($batterieladezustand>=$aufdasnachladen && $hyst==true){ $this->SetValue("PowerSteps", json_encode($array_powersteps)); IPS_LogMessage("Batterie", "im 2"); diff --git a/library.json b/library.json index b7ab3be..287fa61 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.253", + "version": "1.254", "build": 0, "date": 0 } \ No newline at end of file