no message

This commit is contained in:
belevo\mh
2025-10-02 10:54:03 +02:00
parent 160ff3e072
commit ec0e42c46c

View File

@@ -2,7 +2,7 @@
class Puffer_Speicher extends IPSModule
{
private array $leistungArray = [0];
private array $leistungArray = [];
public function Create()
{
@@ -182,10 +182,7 @@ class Puffer_Speicher extends IPSModule
// Methode zum Abrufen der aktuellen Daten
public function GetCurrentData(bool $Peak)
{
if (empty($this->leistungArray)) {
$this->LadeUndSortiereLeistungen();
}
$boilertemperatur_glätten = $this->ReadPropertyBoolean("Puffertemperatur_glätten");
if ($boilertemperatur_glätten) {