From c050bdc7bf3b928252e9e9b365292c48fe38e51f Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 25 Feb 2025 15:02:44 +0100 Subject: [PATCH] =?UTF-8?q?logging=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Batterie/module.php | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Batterie/module.php b/Batterie/module.php index ae718b5..d24efd0 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -181,6 +181,7 @@ public function RequestAction($Ident, $Value) // Hier Modul auf Wechselrichter 1 stellen elseif ($batterieladezustand >= $aufdasnachladen) { $dummy_array[] = $this->ReadPropertyInteger("Netzbezug")*(-1); + IPS_LogMessage("Batterie", "Dummy Array: " . json_encode($dummy_array)); $this->SetValue("PowerSteps", json_encode($dummy_array)); } else { diff --git a/library.json b/library.json index 57a9530..11b5086 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.077", + "version": "1.078", "build": 0, "date": 0 } \ No newline at end of file