From 268076c51cbd34084c880af8c3571c3f7b9ec6b9 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Thu, 16 Oct 2025 15:09:45 +0200 Subject: [PATCH] no message --- Batterie_Deye/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Batterie_Deye/module.php b/Batterie_Deye/module.php index f84d12a..92a9994 100644 --- a/Batterie_Deye/module.php +++ b/Batterie_Deye/module.php @@ -25,7 +25,7 @@ class Batterie_Deye extends IPSModule $this->RegisterVariableInteger("Batteriemanagement_Variabel","Batteriemanagement_Variabel", "",0); $this->RegisterVariableInteger("Ladestrom","Ladestrom", "",0); $this->RegisterVariableInteger("Entladestrom","Entladestrom", "",0); - $this->RegisterVariableFloat("Batteriespannung_laden_entladen",0); + $this->RegisterPropertyInteger("Batteriespannung_laden_entladen","Batteriespannung_laden_entladen",0); $this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0); $this->RegisterVariableString("PowerSteps", "PowerSteps");