00_THZ.pm: three firmware supported 2.06 4.39 5.39

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7536 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
immiimmi
2015-01-11 22:04:31 +00:00
parent 5f2556c7ee
commit a834073cc8

View File

@@ -1229,11 +1229,11 @@ sub THZ_debugread($){
($err, $msg) = THZ_ReadAnswer($hash);
# send request
THZ_Write($hash, $cmdHex2);
select(undef, undef, undef, 0.015);
select(undef, undef, undef, 0.05);
($err, $msg) = THZ_ReadAnswer($hash);
# ack datatranfer and read from the heatpump
THZ_Write($hash, "10");
select(undef, undef, undef, 0.10);
select(undef, undef, undef, 0.01);
($err, $msg) = THZ_ReadAnswer($hash);
THZ_Write($hash, "10");
@@ -1248,7 +1248,7 @@ sub THZ_debugread($){
close (MYFILE);
Log3 $hash->{NAME}, 3, "$cmd - $msg";
}
select(undef, undef, undef, 0.150); #equivalent to sleep 150ms
select(undef, undef, undef, 0.250); #equivalent to sleep 250ms
}
}