From 8d7374d2cb2ac8556d3ca2ed12cbbf8a3ba653f5 Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Thu, 27 May 2021 20:35:27 +0000 Subject: [PATCH] 76_SolarForecast.pm: contrib 0.47.0 git-svn-id: https://svn.fhem.de/fhem/trunk@24523 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index cc0d42db5..080e4d2f8 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -1081,8 +1081,10 @@ sub _setreset { ## no critic "not used" if($prop eq "currentBatteryDev") { readingsDelete($hash, "Current_PowerBatIn"); readingsDelete($hash, "Current_PowerBatOut"); + readingsDelete($hash, "Current_BatCharge"); delete $data{$type}{$name}{current}{powerbatout}; delete $data{$type}{$name}{current}{powerbatin}; + delete $data{$type}{$name}{current}{batcharge}; } if($prop eq "currentInverterDev") {