-
This commit is contained in:
@@ -126,14 +126,15 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
|
|||||||
} else {
|
} else {
|
||||||
$boilerFuehlerPT1ID = $this->ReadPropertyInteger("Boilerfuehler_PT1");
|
$boilerFuehlerPT1ID = $this->ReadPropertyInteger("Boilerfuehler_PT1");
|
||||||
$boilerPT1 = GetValue($boilerFuehlerPT1ID);
|
$boilerPT1 = GetValue($boilerFuehlerPT1ID);
|
||||||
IPS_LogMessage("Boiler", "Keine Gkättung, Boilertemperatur:$boilerPT1");
|
IPS_LogMessage("Boiler", "Keine Glättung, Boilertemperatur:$boilerPT1");
|
||||||
$this->SetValue("Boilertemperatur", $boilerPT1);
|
$this->SetValue("Boilertemperatur", $boilerPT1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$boilerTemp = $this->GetValue("Boilertemperatur");
|
||||||
|
IPS_LogMessage("Boiler", "Boilertemperatur:$boilerPT1");
|
||||||
$minTemp = $this->GetValue("Mindesttemperatur");
|
$minTemp = $this->GetValue("Mindesttemperatur");
|
||||||
$maxTemp = $this->GetValue("Maximaltemperatur");
|
$maxTemp = $this->GetValue("Maximaltemperatur");
|
||||||
$LegioTemp = $this->GetValue("Legionellentemperatur");
|
$LegioTemp = $this->GetValue("Legionellentemperatur");
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.271",
|
"version": "0.272",
|
||||||
|
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
|
|||||||
Reference in New Issue
Block a user