From b90ea44b2f1f062b4ffdcf9d21e1f029bf4f5c1a Mon Sep 17 00:00:00 2001 From: Marc Hoppe Date: Sun, 30 Nov 2014 18:03:11 +0100 Subject: [PATCH] 99my: Rolladenrunter:Aussentemp-Differenz auf 3 verringert --- fhem/FHEM/99_MyUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/99_MyUtils.pm b/fhem/FHEM/99_MyUtils.pm index 1d8c6946e..3cca9c544 100644 --- a/fhem/FHEM/99_MyUtils.pm +++ b/fhem/FHEM/99_MyUtils.pm @@ -297,7 +297,7 @@ sub RollCheck() { # Raum zu warm und aussentemp hoch ? $temp=ReadingsVal($r->{temp},"measured-temp", 99); - if($temp > $r->{tempS} && $tempOut > ($r->{tempS}-5)) { + if($temp > $r->{tempS} && $tempOut > ($r->{tempS}-3)) { $tempH=1; }