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