boiler PT1

This commit is contained in:
mh
2024-12-31 11:14:45 +01:00
parent 23ba4ea95e
commit dfa4f29ea6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
$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);
$newBoilerTemp = $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp); $newBoilerTemp = $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp);
$this->SetValue("Boilertemperatur_nacht_PT1", $newBoilerTemp); $this->SetValue("Boilerfuehler_PT1", $newBoilerTemp);
//$this->SetValue("Boilertemperatur", $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp )); //$this->SetValue("Boilertemperatur", $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp ));
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.240", "version": "0.241",
"build": 0, "build": 0,
"date": 0 "date": 0