From 4141f4d73011e9333c34a824447ff0e1e398aa9f Mon Sep 17 00:00:00 2001 From: sidey79 Date: Tue, 21 Nov 2017 23:34:50 +0000 Subject: [PATCH] 00_SIGNALduino.pm: fixed to small max length for perl th sensor (forum #msg719499) git-svn-id: https://svn.fhem.de/fhem/trunk@15471 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 +- fhem/FHEM/00_SIGNALduino.pm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index e57079319..f99b1c5aa 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,6 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. - - fix: 00_SIGNALduino: Fix Bresser Sensor + - fix: 00_SIGNALduino: Fix Bresser Sensor and perl sensor max length was to short (Forum #79929) - gugfix: 74_GardenaSmartBridge: change state to connected - bugfix: 74_XiaomiFlowerSens: fix change InternalTimer now diff --git a/fhem/FHEM/00_SIGNALduino.pm b/fhem/FHEM/00_SIGNALduino.pm index 767cb7032..218470d65 100644 --- a/fhem/FHEM/00_SIGNALduino.pm +++ b/fhem/FHEM/00_SIGNALduino.pm @@ -186,7 +186,7 @@ my %ProtocolListSIGNALduino = ( clientmodule => 'CUL_TCM97001', # not used now #modulematch => '^s[A-Fa-f0-9]+', # not used now length_min => '24', - length_max => '42', + length_max => '46', paddingbits => '8', # pad up to 8 bits, default is 4 }, "1" => @@ -1054,7 +1054,7 @@ my %ProtocolListSIGNALduino = ( length_max => '48', }, "51" => - { + { # MS;P0=-16046;P1=552;P2=-1039;P3=983;P5=-7907;P6=-1841;P7=-4129;D=15161716171616161717171716161616161617161717171717171617171617161716161616161616171032323232;CP=1;SP=5;O; name => 'weather51', # Logilink, NC, WS, TCM97001 etc. comment => 'IAN 275901 Wetterstation Lidl', id => '51', @@ -1068,7 +1068,7 @@ my %ProtocolListSIGNALduino = ( clientmodule => 'SD_WS', modulematch => '^W51#.*', length_min => '40', - length_max => '40', + length_max => '45', }, "52" => ## Oregon PIR Protocol {