This commit is contained in:
belevo\mh
2025-01-20 16:37:06 +01:00
parent d1f5d12034
commit 7437154164
2 changed files with 4 additions and 3 deletions

View File

@@ -126,14 +126,15 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
} else {
$boilerFuehlerPT1ID = $this->ReadPropertyInteger("Boilerfuehler_PT1");
$boilerPT1 = GetValue($boilerFuehlerPT1ID);
IPS_LogMessage("Boiler", "Keine Gkättung, Boilertemperatur:$boilerPT1");
IPS_LogMessage("Boiler", "Keine Glättung, Boilertemperatur:$boilerPT1");
$this->SetValue("Boilertemperatur", $boilerPT1);
}
$boilerTemp = $this->GetValue("Boilertemperatur");
IPS_LogMessage("Boiler", "Boilertemperatur:$boilerPT1");
$minTemp = $this->GetValue("Mindesttemperatur");
$maxTemp = $this->GetValue("Maximaltemperatur");
$LegioTemp = $this->GetValue("Legionellentemperatur");