From 230e8bd8902f31fbbb8f87d13125a7fb80b16bbc Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Thu, 22 Jan 2026 14:55:18 +0100 Subject: [PATCH] no message --- Bat_EV_SDL/module.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Bat_EV_SDL/module.php b/Bat_EV_SDL/module.php index 88ff178..cd58223 100644 --- a/Bat_EV_SDL/module.php +++ b/Bat_EV_SDL/module.php @@ -19,14 +19,14 @@ class Bat_EV_SDL extends IPSModule $this->EnableAction("State"); // ---- Ergebnisse (Gesamt) ---- - $this->RegisterVariableFloat("kWh_SDL", "Energie SDL (kWh)", "", 10); - $this->RegisterVariableFloat("kWh_EV", "Energie EV (kWh)", "", 11); + $this->RegisterVariableFloat("kWh_SDL", "Energie SDL (kWh)", "", 20); + $this->RegisterVariableFloat("kWh_EV", "Energie EV (kWh)", "", 21); $this->RegisterVariableFloat("SoC_SDL", "SoC SDL (%)", "", 12); $this->RegisterVariableFloat("SoC_EV", "SoC EV (%)", "", 13); - $this->RegisterVariableFloat("SDL_max", "P SDL max (W)", "", 20); - $this->RegisterVariableFloat("EV_max", "P EV max (W)", "", 21); + $this->RegisterVariableFloat("P_SDL_max", "SDL max (W)", "", 10); + $this->RegisterVariableFloat("P_EV_max", "EV max (W)", "", 11); $this->RegisterVariableFloat("P_EV_laden", "P EV laden max (W)", "", 22); $this->RegisterVariableFloat("P_EV_entladen", "P EV entladen max (W)", "", 23);