diff --git a/Batterie/module.php b/Batterie/module.php index 4cd131b..4d36728 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -219,7 +219,7 @@ public function RequestAction($Ident, $Value) } else { $dummy_array[] = 0; $this->SetValue("PowerSteps", json_encode($dummy_array)); - IPS_LogMessage("Batterie", ": peak: Keine Hysterese"); + IPS_LogMessage("Batterie", ": peak: Kein Fall"); } } @@ -235,6 +235,7 @@ public function RequestAction($Ident, $Value) return $value < 0; }); $this->SetValue("PowerSteps", json_encode($filtered_powersteps_entladen)); + IPS_LogMessage("Batterie", ": Solar über 100%" ); } if ($batterieladezustand < $aufdasnachladen) { diff --git a/library.json b/library.json index 5223e4f..95a123b 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.232", + "version": "1.233", "build": 0, "date": 0 } \ No newline at end of file