From 62f6d522ebc6f460400f937c14e5bf414d9482d6 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Thu, 25 Sep 2025 13:12:38 +0200 Subject: [PATCH] no message --- Puffer/module.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Puffer/module.php b/Puffer/module.php index cd2dc3e..e4443b0 100644 --- a/Puffer/module.php +++ b/Puffer/module.php @@ -182,6 +182,8 @@ class Puffer extends IPSModule IPS_LogMessage("Puffer", "at: ".$at); IPS_LogMessage("Puffer", "Property Aussentemp: " . $this->ReadPropertyInteger("Aussentemp")); IPS_LogMessage("Puffer", "Variable Aussentemperatur: " . $this->GetValue("Aussentemperatur")); + + IPS_LogMessage("Puffer", "Puffer Leistung : " . $this->ReadPropertyInteger("Heizkontakt_Puffer")); $boilerTemp = $this->GetValue("Boilertemperatur"); $pufferLeistung = $this->ReadPropertyInteger("PufferLeistung");