From 980effb074fd09ab52a67ec46797663f6f7d6ae0 Mon Sep 17 00:00:00 2001 From: sidey79 Date: Fri, 19 Jul 2019 18:16:55 +0000 Subject: [PATCH] 90_SIGNALduino_un.pm: support tracing geiger rohrmotor signals git-svn-id: https://svn.fhem.de/fhem/trunk@19858 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/90_SIGNALduino_un.pm | 29 ----------------------------- 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 9f98afd6c..9bd3c61c3 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +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. + - feature: 90_SIGNALduino_un.pm: support tracing geiger rohrmotor signals - change: 00_SIGNALduino.pm: v3.4.0 Option to reconstruct last bit of transmission in MU and MS signals if there is enough data to detect it. diff --git a/fhem/FHEM/90_SIGNALduino_un.pm b/fhem/FHEM/90_SIGNALduino_un.pm index 948cd56cd..b2d1d40e4 100644 --- a/fhem/FHEM/90_SIGNALduino_un.pm +++ b/fhem/FHEM/90_SIGNALduino_un.pm @@ -166,35 +166,6 @@ SIGNALduino_un_Parse($$) Log3 $hash, 4, "$name decoded protocolid: 7 ($SensorTyp / type=$type) mode=$sendMode, sensor id=$id, channel=$channel, temp=$temp, bat=$bat\n" ; - } elsif ($protocol == "78" && length($bitData)>=14) ## geiger rohrmotor - { - my %bintotristate=( - "00" => "0", - "10" => "F", - "11" => "1" - ); - - my $tscode; - for (my $n=0; $n "hoch", - "1001" => "runter", - "1000" => "stop" - ); - - Log3 $hash, 4, "$name: Roto shutter - Serialbits=$serial Serial=".oct( "0b$serial" )." Buttonbits=$buttonbits Button=$buttons{$buttonbits}"; } ##############################################################################################