This commit is contained in:
mh
2025-01-03 07:03:21 +01:00
parent 599d27f405
commit c0cd51c79e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -99,8 +99,8 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
$boilerTemp = GetValue($this->ReadPropertyInteger("Boilertemperatur"));
$boilerPT1 = GetValue($this->ReadPropertyInteger("Boilerfuehler_PT1"));
$boilerPT1Filtered = $this->ReadVariableInteger("Boilerfuehler_PT1_Filtered");
// PT1
$boilerPT1Filtered = $this->GetValue("Boilerfuehler_PT1_Filtered");
// PT
$time_constant = 120; // Zeitkonstante in Sekunden (1 Minute)
$delta_t = 30; // Zeitdifferenz zwischen den Messungen (30 Sekunden)
$alpha = $delta_t / ($time_constant + $delta_t);