2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 17:36:01 +00:00

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:
nasseeder1 2021-05-27 20:35:27 +00:00
parent 4539268113
commit 4f8938c7c7

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