2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

FBAHA: Using "right" client Version in REGISTER to get the temperature.

git-svn-id: https://svn.fhem.de/fhem/trunk@6396 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-08-12 17:00:23 +00:00
parent a235039268
commit 502835b535

View File

@ -92,7 +92,7 @@ FBAHA_Set($@)
if($type eq "reregister") {
# Release seems to be deadly on the 546e
FBAHA_Write($hash, "02", "") if($hash->{HANDLE}); # RELEASE
FBAHA_Write($hash, "00", "00010001"); # REGISTER
FBAHA_Write($hash, "00", "00022005"); # REGISTER
my ($err, $data) = FBAHA_ReadAnswer($hash, "REGISTER", "^01");
if($err) {
Log3 $name, 1, $err;