no message

This commit is contained in:
belevo\mh
2025-09-25 13:12:38 +02:00
parent 4b55a46e2c
commit 62f6d522eb

View File

@@ -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");