From d20a15e77c8d0fbe07eee2b802378d5cb77f82f1 Mon Sep 17 00:00:00 2001 From: heikoranft Date: Thu, 3 Jul 2014 16:11:22 +0000 Subject: [PATCH] small changes git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6192 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/89_HEATRONIC.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/89_HEATRONIC.pm b/fhem/FHEM/89_HEATRONIC.pm index 0d6707710..3a060b901 100644 --- a/fhem/FHEM/89_HEATRONIC.pm +++ b/fhem/FHEM/89_HEATRONIC.pm @@ -36,7 +36,7 @@ # interval_dhw_Tcylinder, minDiff_ch_Tflow_measured # 2014-06-29 logging messages 9000ff00 # 2014-07-03 found the reason for some weird controller data: the short message -# with 9 Bytes accidentally has the correct CRC with length of 11 Bytes +# with 9 Bytes accidentally has the correct CRC with length of 17 Bytes # -> fixed problem @@ -587,7 +587,7 @@ HEATRONIC_DecodeMsg_HC($$$) elsif($type == 112) { $prefix = "hc2_"; } elsif($type == 114) { $prefix = "hc3_"; } elsif($type == 116) { $prefix = "hc4_"; } - else { return undef; } + elsif($type == 211) { return 1; } if ($length != 9) {