-
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user