76_SolarForecast.pm: contrib 0.47.0

git-svn-id: https://svn.fhem.de/fhem/trunk@24523 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2021-05-27 20:35:27 +00:00
parent 60d760ee22
commit 8d7374d2cb

View File

@@ -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") {