diff --git a/fhem/FHEM/99_MyUtils.pm b/fhem/FHEM/99_MyUtils.pm index 924e26cd4..2c4759137 100644 --- a/fhem/FHEM/99_MyUtils.pm +++ b/fhem/FHEM/99_MyUtils.pm @@ -358,7 +358,7 @@ sub RollCheck() { # Sonne scheint ins Fenster ? if($twil>=5 && $twil<7) { # nur, wenn der Sonnenstand ueber 'weather' liegt # bei hoher Raum- und Aussentemperatur immer unten lassen - if($temp > ($tempSchalt+$tempHighOffset) && $tempOut > $tempSoll) { + if($temp > ($tempSchalt+$tempHighOffset) && $tempOut > $tempSoll+$tempHighOffset) { $sonne=1; $tempHyst=$tempHystOffset; }