diff --git a/Bat_EV_SDL _V2/form.json b/Bat_EV_SDL _V2/form.json index 938b61f..93de28a 100644 --- a/Bat_EV_SDL _V2/form.json +++ b/Bat_EV_SDL _V2/form.json @@ -64,12 +64,6 @@ ] }, - { - "type": "NumberSpinner", - "name": "SDL_Leistung", - "caption": "SDL_Leistung", - "suffix": "W" - }, { "type": "NumberSpinner", "name": "SDL_Leistung_Laden", diff --git a/Bat_EV_SDL _V2/module.php b/Bat_EV_SDL _V2/module.php index 0ad09a5..79cb526 100644 --- a/Bat_EV_SDL _V2/module.php +++ b/Bat_EV_SDL _V2/module.php @@ -10,7 +10,7 @@ class Bat_EV_SDL_V2 extends IPSModule // Properties $this->RegisterPropertyString("Batteries", "[]"); - $this->RegisterPropertyInteger("SDL_Leistung", 0); + //$this->RegisterPropertyInteger("SDL_Leistung", 0); $this->RegisterPropertyInteger("SDL_Leistung_Laden", 0); $this->RegisterPropertyInteger("SDL_Leistung_Entladen", 0); // W $this->RegisterPropertyInteger("UpdateInterval", 5); // Minuten