no message

This commit is contained in:
belevo\mh
2025-09-25 14:07:17 +02:00
parent 33b0cfd0bf
commit 69032e6694

View File

@@ -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