This commit is contained in:
belevo\mh
2025-02-26 10:18:14 +01:00
parent 7ddd39caa7
commit d190552f81
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" );
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "1.092",
"version": "1.093",
"build": 0,
"date": 0
}