no message

This commit is contained in:
belevo\mh
2025-10-02 11:07:24 +02:00
parent ec0e42c46c
commit 8b296d43f3

View File

@@ -95,6 +95,7 @@ class Puffer_Speicher extends IPSModule
}
}
}
}
public function RequestAction($Ident, $Value)
@@ -183,7 +184,7 @@ class Puffer_Speicher extends IPSModule
public function GetCurrentData(bool $Peak)
{
$this->LadeUndSortiereLeistungen();
$boilertemperatur_glätten = $this->ReadPropertyBoolean("Puffertemperatur_glätten");
if ($boilertemperatur_glätten) {
// Wenn Glättung aktiviert ist, führe das Glätten durch
@@ -251,6 +252,7 @@ class Puffer_Speicher extends IPSModule
}
IPS_LogMessage("LeistungArray_Get", json_encode($this->leistungArray));
if ($Peak) {
$this->SetValue( "PowerSteps", json_encode([0]) );
} else {