From 8e74cd803bb1751699ae80878ec038a6c79c4e14 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; }