This commit is contained in:
belevo\mh
2024-12-24 09:23:22 +01:00
parent 8eb70cab40
commit 8522ea8748
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
$time_constant = 120; // Zeitkonstante in Sekunden (1 Minute) $time_constant = 120; // Zeitkonstante in Sekunden (1 Minute)
$delta_t = 30; // Zeitdifferenz zwischen den Messungen (30 Sekunden) $delta_t = 30; // Zeitdifferenz zwischen den Messungen (30 Sekunden)
$alpha = $delta_t / ($time_constant + $delta_t); $alpha = $delta_t / ($time_constant + $delta_t);
SetValue($boilerTemp , $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp )); $this->SetValue("Boilertemperatur ", $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp ));
$minTemp = $this->GetValue("Mindesttemperatur"); $minTemp = $this->GetValue("Mindesttemperatur");
$maxTemp = $this->GetValue("Maximaltemperatur"); $maxTemp = $this->GetValue("Maximaltemperatur");

View File

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