diff --git a/Batterie_2/form.json b/Batterie_2/form.json index 26e26f7..2c95e0e 100644 --- a/Batterie_2/form.json +++ b/Batterie_2/form.json @@ -81,11 +81,6 @@ "type": "SelectVariable", "name": "Netzbezug", "caption": "Variable mit dem zu regelnden Netzbezug" - }, - { - "type": "SelectVariable", - "name": "Batterieleistung_Effektiv", - "caption": "Effektive, aktuelle Batterieleistung" } ] } diff --git a/Batterie_2/module.php b/Batterie_2/module.php index c56fa0a..fbb9c63 100644 --- a/Batterie_2/module.php +++ b/Batterie_2/module.php @@ -17,7 +17,7 @@ class Batterie_2 extends IPSModule $this->RegisterPropertyInteger("MaxNachladen",0); $this->RegisterPropertyInteger("Netzbezug", 0); // Initialisierung mit 0 $this->RegisterPropertyInteger("Interval", 2); // Recheninterval - $this->RegisterPropertyInteger("Batterieleistung_Effektiv", 0); // Recheninterval + // Variabeln für Kommunkation mit Manager $this->RegisterVariableFloat("Entladeleistung","Entladeleistung", "",0);