This commit is contained in:
belevo\mh
2025-01-20 16:25:04 +01:00
parent addb8328d4
commit 3242045211
2 changed files with 4 additions and 4 deletions

View File

@@ -141,14 +141,14 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
} else {
// Wenn Glättung nicht aktiviert ist, setze die Boilertemperatur direkt auf den Wert des Boilerfühlers
$boilerFuehlerPT1ID = $this->ReadPropertyInteger("Boilerfuehler_PT1");
/*
if (IPS_VariableExists($boilerFuehlerPT1ID)) {
$boilerPT1 = GetValue($boilerFuehlerPT1ID);
} else {
$boilerPT1 = 0.0;
}
*/
$boilerPT1 = GetValue($boilerFuehlerPT1ID);
$this->SetValue("Boilertemperatur", $boilerPT1);
}

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.269",
"version": "0.270",
"build": 0,
"date": 0