This commit is contained in:
belevo\mh
2025-01-03 07:10:40 +01:00
parent 596734a20e
commit a9fbf5438e
2 changed files with 3 additions and 3 deletions

View File

@@ -98,12 +98,12 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
$boilerPT1 = GetValue($this->ReadPropertyInteger("Boilerfuehler_PT1"));
$boilerPT1Filtered = $this->GetValue("Boilertemperatur");
$boilerTemp = $this->GetValue("Boilertemperatur");
// 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);
$newBoilerTemp = $boilerPT1Filtered + $alpha * ($boilerPT1 - $boilerPT1Filtered);
$newBoilerTemp = $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp);
$this->SetValue("Boilertemperatur", $newBoilerTemp);
//$this->SetValue("Boilertemperatur", $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp ));

View File

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