This commit is contained in:
belevo\mh
2025-01-03 06:56:33 +01:00
parent d83f8a5767
commit c871af33e6
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
$delta_t = 30; // Zeitdifferenz zwischen den Messungen (30 Sekunden)
$alpha = $delta_t / ($time_constant + $delta_t);
$newBoilerTemp = $boilerPT1Filtered + $alpha * ($boilerPT1 - $boilerPT1Filtered);
$this->SetValue("Boilertemperatur_nacht_PT1", $newBoilerTemp);
$this->SetValue("Boilerfuehler_PT1_Filtered", $newBoilerTemp);
//$this->SetValue("Boilertemperatur", $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp ));