From 154b1ba9b8081827f18577bdc8e4aeed857f0cf1 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Thu, 16 Oct 2025 07:39:41 +0200 Subject: [PATCH] no message --- Batterie_Deye/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Batterie_Deye/module.php b/Batterie_Deye/module.php index 3be0581..6407af7 100644 --- a/Batterie_Deye/module.php +++ b/Batterie_Deye/module.php @@ -22,8 +22,8 @@ class Batterie_Deye extends IPSModule // Variabeln für Kommunkation mit Manager $this->RegisterVariableInteger("Batteriemanagement_Variabel","Batteriemanagement_Variabel", "",0); - $this->RegisterVariableFloat("Ladestrom","Ladestrom", "",0); - $this->RegisterVariableFloat("Entladestrom","Entladestrom", "",0); + $this->RegisterVariableInteger("Ladestrom","Ladestrom", "",0); + $this->RegisterVariableInteger("Entladestrom","Entladestrom", "",0); $this->RegisterVariableFloat("Batteriespannung_laden_entladen",0); $this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0);