99_MyUtils: Hysterese auch fuer Aussentemperatur

This commit is contained in:
2016-09-19 08:43:17 +02:00
committed by Marc Hoppe
parent 5629996203
commit 14bd06d7ab

View File

@@ -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;
}