no message

This commit is contained in:
belevo\mh
2025-11-12 10:30:54 +01:00
parent 1cf6eafe13
commit 4c6f2a4211

View File

@@ -195,7 +195,7 @@ class Puffer_Speicher extends IPSModule
}*/ }*/
// PT // PT
$boilerTemp = $this->GetValue("Boilertemperatur"); $boilerTemp = $this->GetValue("Puffertemperatur");
$time_constant= $this->ReadPropertyInteger("ZeitKonstante"); $time_constant= $this->ReadPropertyInteger("ZeitKonstante");
$delta_t = 5; // Zeitdifferenz zwischen den Messungen (30 Sekunden) $delta_t = 5; // Zeitdifferenz zwischen den Messungen (30 Sekunden)
$alpha = $delta_t / ($time_constant + $delta_t); $alpha = $delta_t / ($time_constant + $delta_t);