verbessert

This commit is contained in:
belevo\mh
2025-01-07 10:47:50 +01:00
parent bf73d0a478
commit 6f33018cf8
2 changed files with 4 additions and 1 deletions

View File

@@ -17,8 +17,11 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
// Boiler spezifische Variablen // Boiler spezifische Variablen
$this->RegisterVariableProfile("Boiler.Temperature", 1, "°C"); $this->RegisterVariableProfile("Boiler.Temperature", 1, "°C");
$this->RegisterVariableInteger("Mindesttemperatur","Mindesttemperatur","Boiler.Temperature",45); $this->RegisterVariableInteger("Mindesttemperatur","Mindesttemperatur","Boiler.Temperature",45);
$this->EnableAction("Mindesttemperatur");
$this->RegisterVariableInteger("Maximaltemperatur","Maximaltemperatur","Boiler.Temperature",60); $this->RegisterVariableInteger("Maximaltemperatur","Maximaltemperatur","Boiler.Temperature",60);
$this->EnableAction("Maximaltemperatur");
$this->RegisterVariableInteger("Legionellentemperatur","Legionellentemperatur","Boiler.Temperature",65); $this->RegisterVariableInteger("Legionellentemperatur","Legionellentemperatur","Boiler.Temperature",65);
$this->EnableAction("Legionellentemperatur");
$this->RegisterVariableInteger("LegioCounter", "LegioCounter", "", 0); $this->RegisterVariableInteger("LegioCounter", "LegioCounter", "", 0);
//$this->RegisterVariableInteger("Boilertemperatur", "Boilertemperatur", "", 0); //$this->RegisterVariableInteger("Boilertemperatur", "Boilertemperatur", "", 0);
$this->RegisterVariableInteger("Boilertemperatur", "Boilertemperatur", "Boiler.Temperature", 0); $this->RegisterVariableInteger("Boilertemperatur", "Boilertemperatur", "Boiler.Temperature", 0);

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.263", "version": "0.264",
"build": 0, "build": 0,
"date": 0 "date": 0