From 69032e6694fe144313a489bf0038057c9e528114 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Thu, 25 Sep 2025 14:07:17 +0200 Subject: [PATCH] no message --- Puffer/module.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Puffer/module.php b/Puffer/module.php index 7cbf4c6..3c018c0 100644 --- a/Puffer/module.php +++ b/Puffer/module.php @@ -62,6 +62,7 @@ class Puffer extends IPSModule $minAT = $this->ReadPropertyInteger("MinAT_Temp"); // z.B. 0 $m = ($maxVT - $minVT) / ($minAT - $maxAT); + IPS_LogMessage("Puffer", "Steigung: " . $m); $this->SetValue("Steigung", $m); @@ -164,6 +165,8 @@ class Puffer extends IPSModule $at = GetValue($this->ReadPropertyInteger("Aussentemp")); $this->SetValue("Aussentemperatur", $at); + IPS_LogMessage("Puffer", "Property Aussentemp: " . $this->ReadPropertyInteger("Aussentemp")); + IPS_LogMessage("Puffer", "Variable Aussentemperatur: " . $this->GetValue("Aussentemperatur")); $m = $this->GetValue("Steigung"); $minVT = $this->ReadPropertyInteger("MinVT_Temp"); // z.B. 20 $maxVT = $this->ReadPropertyInteger("MaxVT_Temp"); // z.B. 80