diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 6bacce3c5..5437d7bfb 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -14141,7 +14141,7 @@ END0 ###################### my ($smicon, $smtxt); - my $don = NexthoursVal ($hash, 'NextHour00', 'DoN', 1); # Tag oder Nacht + my $don = NexthoursVal ($hash, 'NextHour00', 'DoN', 0); # Tag oder Nacht if ($don) { my $suncolor = $cpv ? 'orange' : 'grey';