From 434039afd098c367006332a883d2350d4cc8ba11 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Mon, 12 Apr 2021 22:01:09 +0000 Subject: [PATCH] 76_SolarForecast.pm: contrib 0.35.0 git-svn-id: https://svn.fhem.de/fhem/trunk@24232 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index de2f18749..6e266b797 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -1554,7 +1554,7 @@ sub _additionalActivities { next if(!defined $nhts || !defined $nhfc); my ($dt, $h) = $nhts =~ /([\w-]+)\s(\d{2})/xs; - push @$daref, "PVforecast<>".$nhfc." Wh<>".$dt." ".$h.":59:59"; + push @$daref, "AllPVforecastsToEvent<>".$nhfc." Wh<>".$dt." ".$h.":59:59"; # addCHANGED ($hash, "PVforecast: ".$nhfc, $dt." ".$h.":59:59"); }