99my: Rolladenrunter:Aussentemp-Differenz auf 3 verringert
This commit is contained in:
@@ -297,7 +297,7 @@ sub RollCheck() {
|
|||||||
|
|
||||||
# Raum zu warm und aussentemp hoch ?
|
# Raum zu warm und aussentemp hoch ?
|
||||||
$temp=ReadingsVal($r->{temp},"measured-temp", 99);
|
$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;
|
$tempH=1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user