From 76c40c84704be716cfd65d7ae289202cba9cc646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 10 Jun 2025 13:25:20 +0200 Subject: [PATCH] no message --- Ansteuerung_Askoheat/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ansteuerung_Askoheat/module.php b/Ansteuerung_Askoheat/module.php index 38b4a5d..720f75a 100644 --- a/Ansteuerung_Askoheat/module.php +++ b/Ansteuerung_Askoheat/module.php @@ -132,7 +132,7 @@ class Ansteuerung_Askoheat extends IPSModule // Methode zum Setzen des aktuellen Stromverbrauchs public function SetAktuelle_Leistung(int $power) { - RequestAction($this->ReadPropertyInteger("Variable_Leistung"), $power); + RequestAction($this->ReadPropertyInteger("Variable_Leistung"), $power/7); // Prüfe auf Änderung der Power im Vergleich zur letzten Einstellung $lastPower = GetValue($this->GetIDForIdent("Aktuelle_Leistung"));