From 3470ecb60659d19e5e21b99aedb545b08d16fc06 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Fri, 21 Nov 2025 10:05:16 +0100 Subject: [PATCH] no message --- Batterie_2/form.json | 5 ----- Batterie_2/module.php | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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);