From 9519291c3cce176130ff359a2232869bb73cff3c Mon Sep 17 00:00:00 2001 From: DanielHaefliger Date: Tue, 19 May 2026 11:00:23 +0200 Subject: [PATCH] no message --- Batterie/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index c23b1ae..7772751 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -53,8 +53,8 @@ class Batterie extends IPSModule break; case 1: // Goodwe $this->MaintainVariable("Goodwe_EntLadeleistung", "Goodwe_EntLadeleistung", VARIABLETYPE_FLOAT, "", 10, true); - $this->MaintainVariable("Ladeleistung", "Ladeleistung", VARIABLETYPE_FLOAT, "", 11, true); - $this->MaintainVariable("Entladeleistung", "Entladeleistung", VARIABLETYPE_FLOAT, "", 13, true); + $this->MaintainVariable("Ladeleistung", "Ladeleistung", VARIABLETYPE_FLOAT, "", 11, false); + $this->MaintainVariable("Entladeleistung", "Entladeleistung", VARIABLETYPE_FLOAT, "", 13, false); break; case 2: // Solaredge $this->MaintainVariable("Goodwe_EntLadeleistung", "Goodwe_EntLadeleistung", VARIABLETYPE_FLOAT, "", 10, false);