Skip to content

Commit

Permalink
Added protocol demodulation for EKX1BE sender #91
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Jul 20, 2016
1 parent a003779 commit 2666ebd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 17 deletions.
16 changes: 15 additions & 1 deletion FHEM/00_SIGNALduino.pm
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,21 @@ my %ProtocolListSIGNALduino = (
modulematch => '^i......', # not used now
length_min => '24',
},

"46" =>
{
name => 'EKX1BE',
id => '46',
one => [1,-8],
zero => [8,-1],
clockabs => 250, # -1=auto
format => 'twostate', # not used now
preamble => 'u#46',
clientmodule => '', # not used now
#modulematch => '', # not used now
length_min => '16',
length_max => '18',

},


);
Expand Down
29 changes: 13 additions & 16 deletions controls_signalduino.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ DEL FHEM/14_SIGNALduino_un.pm
DEL FHEM/firmware/SIGNALduino_nano328.hex
DEL FHEM/firmware/SIGNALduino_promini328.hex
DEL FHEM/firmware/SIGNALduino_uno.hex
UPD 2016_08_06_23:04:17 54022 FHEM/firmware/SIGNALduino_nano328.hex
UPD 2016_08_06_23:04:17 54022 FHEM/firmware/SIGNALduino_promini328.hex
UPD 2016_08_06_23:04:17 54022 FHEM/firmware/SIGNALduino_uno.hex
UPD 2016_08_06_23:19:27 109012 FHEM/00_SIGNALduino.pm
UPD 2016_14_07_18:36:30 13931 FHEM/14_Hideki.pm
UPD 2016_11_02_23:47:30 15366 FHEM/90_SIGNALduino_un.pm
UPD 2016_11_02_23:47:30 7824 FHEM/14_SIGNALduino_RSL.pm
UPD 2016_11_02_23:47:30 9837 FHEM/14_SD_AS.pm
UPD 2016_14_07_18:37:50 9031 FHEM/14_SD_WS07.pm
UPD 2016_11_05_22:42:50 19274 FHEM/14_SD_WS09.pm
UPD 2016_11_05_22:42:50 33945 FHEM/41_OREGON.pm
UPD 2016_11_05_22:42:50 40272 FHEM/98_Dooya.pm
UPD 2016_14_07_18:35:00 9167 FHEM/14_SD_WS.pm



UPD 2016_11_07_23:18:17 33945 FHEM/41_OREGON.pm
UPD 2016_11_07_23:18:17 7824 FHEM/14_SIGNALduino_RSL.pm
UPD 2016_11_07_23:18:17 9837 FHEM/14_SD_AS.pm
UPD 2016_11_07_23:18:18 15366 FHEM/90_SIGNALduino_un.pm
UPD 2016_11_07_23:18:18 40272 FHEM/98_Dooya.pm
UPD 2016_20_07_22:19:18 19274 FHEM/14_SD_WS09.pm
UPD 2016_20_07_22:19:18 54022 FHEM/firmware/SIGNALduino_nano328.hex
UPD 2016_20_07_22:19:18 54022 FHEM/firmware/SIGNALduino_promini328.hex
UPD 2016_20_07_22:19:18 54022 FHEM/firmware/SIGNALduino_uno.hex
UPD 2016_20_07_22:22:56 109391 FHEM/00_SIGNALduino.pm
UPD 2016_20_07_22:29:16 13931 FHEM/14_Hideki.pm
UPD 2016_20_07_22:29:16 9031 FHEM/14_SD_WS07.pm
UPD 2016_20_07_22:29:16 9167 FHEM/14_SD_WS.pm

0 comments on commit 2666ebd

Please sign in to comment.