From 1cf6eafe13c71c3d9d10c8b79239c5eaa61fa1a8 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 12 Nov 2025 10:27:15 +0100 Subject: [PATCH] no message --- Puffer_Speicher/module.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Puffer_Speicher/module.php b/Puffer_Speicher/module.php index 060f088..00c4fd8 100644 --- a/Puffer_Speicher/module.php +++ b/Puffer_Speicher/module.php @@ -195,6 +195,7 @@ class Puffer_Speicher extends IPSModule }*/ // PT + $boilerTemp = $this->GetValue("Boilertemperatur"); $time_constant= $this->ReadPropertyInteger("ZeitKonstante"); $delta_t = 5; // Zeitdifferenz zwischen den Messungen (30 Sekunden) $alpha = $delta_t / ($time_constant + $delta_t);