Search found 7 matches

by jobarjo
22 Jan 2019, 10:14
Forum: ESP Easy: General Discussion
Topic: can ESPEasy be used as MQTT Gateway for RFLink ?
Replies: 11
Views: 12059

Re: can ESPEasy be used as MQTT Gateway for RFLink ?

Hi I'm using rflink with an esp12. I added a domoticz controller, and added the above rule. (enabled rflink event) It works! But: for each rflink event, I get 2 mqtt posts (one is empty): 2019-01-22 09:54:32 Topic: test Qos: 0 !RFLink# 2019-01-22 09:54:19 Topic: test Qos: 0 !RFLink#1527;ID=0a65f0;SW...
by jobarjo
02 Jun 2017, 15:39
Forum: RFLink: Unsupported devices
Topic: Remote control switch
Replies: 6
Views: 5836

Re: Remote control switch

Hi, just to say that v46 learing feature doesn't work with this remote.
I'd like to help implementing these good cheap remotes, can I have access to the source?
by jobarjo
28 Jan 2017, 14:22
Forum: RFLink: Unsupported devices
Topic: DoorBell Extel
Replies: 6
Views: 6127

Re: DoorBell Extel

Hi

I tried this:
s : < 450
l : > 450
pause: > 1000

sl > 0
ls > 1

you get this from your debug logs:

Code: Select all

ss0011010101111101
ss0011010101111101
ss0011010101111101
ss0011010101111101
you get 2 short pulse and a 16bit code.
by jobarjo
28 Jan 2017, 02:16
Forum: RFLink: Unsupported devices
Topic: Chamberlain garage door and gate opener
Replies: 9
Views: 8289

Re: Chamberlain garage door and gate opener

2 and 3 merge into - maybe should remove 1 also. 1------slsl----lsslslsllsls----lsls------ llssl--lslslssl--lslslssl--lsls----lsslsl 1------slsl----lsslslsllsls----lsls------ llssl--lslslssl--lslslssl--lsls----lsslsl 1------slsl----lsslslsllsls----lsls------ llssl--lslslssl--lslslssl--lsls----lsslsl...
by jobarjo
28 Jan 2017, 01:36
Forum: RFLink: Unsupported devices
Topic: Chamberlain garage door and gate opener
Replies: 9
Views: 8289

Re: Chamberlain garage door and gate opener

not very easy there are more than 3 pulse length instead of 8 sequences, it repeat 4 times 2 sequences. if x < 500: v='s' elif x < 700: v='1' elif x < 900: v='2' elif x < 1200: v='3' elif x < 4000: v='l' middle 1232323slsl2323lsslslsllsls3232lsls323232 llssl23lslslssl23lslslssl23lsls2323lsslsl 12323...
by jobarjo
28 Jan 2017, 00:56
Forum: RFLink: Unsupported devices
Topic: Chamberlain garage door and gate opener
Replies: 9
Views: 8289

Re: Chamberlain garage door and gate opener

Hi here are log from my 4335eml http://www.clecor-telecommandes.com/clecor_images/produits/tlo_217.jpg everytime you push a button, it outputs 8 sequences: middle button 20;6A;DEBUG;Pulses=42;Pulses(uSec)=600,750,990,780,990,810,930,330,1440,360,1410,870,900,870,900,1380,420,390,1380,390,1380,390,13...
by jobarjo
28 Jan 2017, 00:38
Forum: RFLink: Unsupported devices
Topic: Remote control switch
Replies: 6
Views: 5836

Re: Remote control switch

Hi I've the same remotes, but with 2 buttons only (on and off). rflink reports 20;F7;Doorbell;ID=4618;SWITCH=1;CMD=ON;CHIME=01; but doesn't get the button pushed. Can't know if on or off. I made some debug logs, and parsed them with a python script short pulse: < 250 long pulse: > 250 pause (or end ...