diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 9ff5af8cc..73c71b428 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -730,7 +730,7 @@ sub _setwriteHistory { ## no critic "not used" my $paref = shift; my $hash = $paref->{hash}; - my $ret = writeHistoryToFile ($hash); + my $ret = periodicWriteHistFile ($hash); return $ret; }