99my: Rolladenrunter:Aussentemp-Differenz auf 3 verringert

This commit is contained in:
2014-11-30 18:03:11 +01:00
committed by Marc Hoppe
parent a6da419531
commit 1ddf56ab91

View File

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