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"); }