no message

This commit is contained in:
belevo\mh
2025-11-21 10:05:16 +01:00
parent f7cb06af16
commit 3470ecb606
2 changed files with 1 additions and 6 deletions

View File

@@ -81,11 +81,6 @@
"type": "SelectVariable", "type": "SelectVariable",
"name": "Netzbezug", "name": "Netzbezug",
"caption": "Variable mit dem zu regelnden Netzbezug" "caption": "Variable mit dem zu regelnden Netzbezug"
},
{
"type": "SelectVariable",
"name": "Batterieleistung_Effektiv",
"caption": "Effektive, aktuelle Batterieleistung"
} }
] ]
} }

View File

@@ -17,7 +17,7 @@ class Batterie_2 extends IPSModule
$this->RegisterPropertyInteger("MaxNachladen",0); $this->RegisterPropertyInteger("MaxNachladen",0);
$this->RegisterPropertyInteger("Netzbezug", 0); // Initialisierung mit 0 $this->RegisterPropertyInteger("Netzbezug", 0); // Initialisierung mit 0
$this->RegisterPropertyInteger("Interval", 2); // Recheninterval $this->RegisterPropertyInteger("Interval", 2); // Recheninterval
$this->RegisterPropertyInteger("Batterieleistung_Effektiv", 0); // Recheninterval
// Variabeln für Kommunkation mit Manager // Variabeln für Kommunkation mit Manager
$this->RegisterVariableFloat("Entladeleistung","Entladeleistung", "",0); $this->RegisterVariableFloat("Entladeleistung","Entladeleistung", "",0);