From a0b17f1eec137c29004fada0dc701a42ab156f5f Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 5 Mar 2025 10:57:54 +0100 Subject: [PATCH] logg --- Batterie/module.php | 3 ++- library.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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