leistungsdelta eingefügt.

This commit is contained in:
2025-03-19 14:08:52 +01:00
parent 213976e6cd
commit 6a2ae9913b
8 changed files with 17 additions and 10 deletions

View File

@@ -38,6 +38,7 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
$this->RegisterVariableString("PowerSteps", "PowerSteps");
$this->RegisterVariableInteger("Power", "Power", '', 0);
$this->RegisterVariableBoolean("Is_Peak_Shaving", "Is_Peak_Shaving", "", true);
$this->RegisterVariableInteger("Leistung_Delta", "Leistung_Delta", "", 0);
// Hilfsvariabeln für Idle zustand
$this->RegisterPropertyInteger("IdleCounterMax", 2);