From dfa4f29ea6084efd05236010576d5272c6ae877f Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 31 Dec 2024 11:14:45 +0100 Subject: [PATCH] boiler PT1 --- Boiler_2_Stufig_Mit_Fueler/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Boiler_2_Stufig_Mit_Fueler/module.php b/Boiler_2_Stufig_Mit_Fueler/module.php index 9a8b604..adf6895 100644 --- a/Boiler_2_Stufig_Mit_Fueler/module.php +++ b/Boiler_2_Stufig_Mit_Fueler/module.php @@ -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 = $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp); - $this->SetValue("Boilertemperatur_nacht_PT1", $newBoilerTemp); + $this->SetValue("Boilerfuehler_PT1", $newBoilerTemp); //$this->SetValue("Boilertemperatur", $boilerTemp + $alpha * ($boilerPT1 - $boilerTemp )); diff --git a/library.json b/library.json index 4af3a99..5a9edfc 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.240", + "version": "0.241", "build": 0, "date": 0