This commit is contained in:
belevo\mh
2024-12-23 09:29:57 +01:00
parent 6c88777df5
commit e0632b75e6
4 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ class Batterie extends IPSModule
$this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0);
$this->RegisterVariableString("PowerSteps", "PowerSteps");
$this->RegisterVariableBoolean("Idle", "Idle", "", 0);
$this->RegisterVariableInteger("Sperre_Prio", "Sperre_Prio");
$this->RegisterVariableInteger("PV_Prio", "PV_Prio");
// Hilfsvariabeln für Idle zustand
$this->RegisterPropertyInteger("IdleCounterMax", 2);

View File

@@ -28,6 +28,12 @@
"caption": "Variable für Boilertemperatur",
"test": true
},
{
"type": "SelectVariable",
"name": "Boilerfuehler_PT1",
"caption": "Variable für Boilerfühler PT1",
"test": true
},
{
"type": "SelectVariable",
"name": "Kontakt_Teillast",

View File

@@ -10,8 +10,10 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
$this->RegisterPropertyInteger("BoilerLeistungTeillast", 3000);
$this->RegisterPropertyInteger("BoilerLeistungVolllast", 6000);
$this->RegisterPropertyInteger("Boilertemperatur", 0);
$this->RegisterPropertyInteger("Boilerfuehler_PT1", 0);
$this->RegisterPropertyInteger("Kontakt_Teillast", 0);
$this->RegisterPropertyInteger("Kontakt_Volllast", 0);
// Boiler spezifische Variablen
$this->RegisterVariableInteger("Mindesttemperatur","Mindesttemperatur","",45);

View File

@@ -6,7 +6,11 @@
"compatibility": {
"version": "7.1"
},
<<<<<<< HEAD
"version": "0.215",
=======
"version": "0.190",
>>>>>>> 556e748 (div)
"build": 0,
"date": 0
}