no message

This commit is contained in:
2025-04-14 13:55:34 +02:00
parent 22d5d8d425
commit b781781538

View File

@@ -128,6 +128,7 @@ class Verbraucher_extern extends IPSModule
public function SetAktuelle_Leistung(float $power) {
$this->SetValue("Aktuelle_Leistung", $power);
$this->SetValue("Bezogene_Energie", ($this->GetValue("Bezogene_Energie") + ($this->GetValue("Aktuelle_Leistung")*($this->ReadPropertyInteger("Interval")/3600))));
$this->CheckIdle($power);
$verbraucherListe = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true);