diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 9f25278f2..4339a31ad 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -2372,6 +2372,8 @@ sub listPVHistory { my $type = $hash->{TYPE}; my $pvhh = $data{$type}{$name}{pvhist}; + Log3 ($name, 5, "$name - PV History content: ".Dumper $pvhh); + my $sub = sub { my $day = shift; my $ret;