From 2460d6046864e8f4b475f0524e5f85c9cb4e6aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 10 Jun 2025 13:31:31 +0200 Subject: [PATCH] no message --- Ansteuerung_Askoheat/form.json | 8 +------- Ansteuerung_Askoheat/module.php | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Ansteuerung_Askoheat/form.json b/Ansteuerung_Askoheat/form.json index 9097e63..7c4b6b8 100644 --- a/Ansteuerung_Askoheat/form.json +++ b/Ansteuerung_Askoheat/form.json @@ -25,13 +25,7 @@ { "type": "SelectVariable", "name": "Variable_Leistung", - "caption": "Variable mit der Nennleistung", - "test": true - }, - { - "type": "SelectVariable", - "name": "Variable_Temperatur", - "caption": "Variable mit der Solltemperatur Boiler", + "caption": "Variable mit der Heizstufe", "test": true }, { diff --git a/Ansteuerung_Askoheat/module.php b/Ansteuerung_Askoheat/module.php index ea569c6..50bfc7c 100644 --- a/Ansteuerung_Askoheat/module.php +++ b/Ansteuerung_Askoheat/module.php @@ -15,7 +15,6 @@ class Ansteuerung_Askoheat extends IPSModule $this->RegisterPropertyInteger("BoilerLeistung", 4400); // Standardwert für Volllast $this->RegisterPropertyInteger("Interval", 5); // Recheninterval $this->RegisterPropertyInteger("Variable_Leistung", 0); // Recheninterval - $this->RegisterPropertyInteger("Variable_Temperatur", 0); // Recheninterval $this->RegisterPropertyInteger("Variable_Temperatur_Ist", 0); // Recheninterval // Variabeln für Kommunkation mit Manager