no message

This commit is contained in:
2025-06-10 13:31:31 +02:00
parent c8dd2c553a
commit 2460d60468
2 changed files with 1 additions and 8 deletions

View File

@@ -25,13 +25,7 @@
{ {
"type": "SelectVariable", "type": "SelectVariable",
"name": "Variable_Leistung", "name": "Variable_Leistung",
"caption": "Variable mit der Nennleistung", "caption": "Variable mit der Heizstufe",
"test": true
},
{
"type": "SelectVariable",
"name": "Variable_Temperatur",
"caption": "Variable mit der Solltemperatur Boiler",
"test": true "test": true
}, },
{ {

View File

@@ -15,7 +15,6 @@ class Ansteuerung_Askoheat extends IPSModule
$this->RegisterPropertyInteger("BoilerLeistung", 4400); // Standardwert für Volllast $this->RegisterPropertyInteger("BoilerLeistung", 4400); // Standardwert für Volllast
$this->RegisterPropertyInteger("Interval", 5); // Recheninterval $this->RegisterPropertyInteger("Interval", 5); // Recheninterval
$this->RegisterPropertyInteger("Variable_Leistung", 0); // Recheninterval $this->RegisterPropertyInteger("Variable_Leistung", 0); // Recheninterval
$this->RegisterPropertyInteger("Variable_Temperatur", 0); // Recheninterval
$this->RegisterPropertyInteger("Variable_Temperatur_Ist", 0); // Recheninterval $this->RegisterPropertyInteger("Variable_Temperatur_Ist", 0); // Recheninterval
// Variabeln für Kommunkation mit Manager // Variabeln für Kommunkation mit Manager