99my: Rolladenrunter:Aussentemp-Differenz auf 3 verringert

This commit is contained in:
2014-11-30 18:03:11 +01:00
parent 5af4b07651
commit a2f9bc6dfc

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