From 532ecff90b6210cdb7faa096eee0fd220429226c Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Sat, 10 Apr 2021 08:31:37 +0000 Subject: [PATCH] 76_SolarForecast.pm: contrib 0.34.0 git-svn-id: https://svn.fhem.de/fhem/trunk@24205 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 06e4ba4b4..250f46439 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -117,7 +117,7 @@ BEGIN { # Versions History intern my %vNotesIntern = ( - "0.34.0" => "10.04.2021 only hours with the same cloud cover range are considered for pvCorrection ", + "0.34.0" => "10.04.2021 only hours with the same cloud cover range are considered for pvCorrection, some fixes ", "0.33.0" => "09.04.2021 new setter currentBatteryDev, bugfix in _transferMeterValues ", "0.32.0" => "09.04.2021 currentMeterDev can have: gcon=-gfeedin ", "0.31.1" => "07.04.2021 write new values to pvhistory, change CO to Current_Consumption in graphic ", @@ -1553,7 +1553,7 @@ sub _additionalActivities { $gcon = ReadingsNum($name, "Today_Hour24_GridConsumption", 0); push @$daref, "LastHourGridconsumptionReal<>".$gcon."<>".$ts1; - deleteReadingspec ($hash, "Today_Hour.*_GridConsumption"); + deleteReadingspec ($hash, "Today_Hour.*_Grid.*"); deleteReadingspec ($hash, "Today_Hour.*_PV.*"); deleteReadingspec ($hash, "powerTrigger_.*");