Page 1 of 1

Custom protocol / keeloq

Posted: 04 Jan 2021, 12:12
by hofaa13
Hey there,

I have a device, which gets recognized by RFLink as Keeloq protocol. Since Keeloq is receive only, i cannot send the signal.
I do know, that keeloq is originally rolling code and can only be sent knowing the respective key, therefore it makes sense, it is receive only. In my case though, i need to send EXACTLY the same pulses again (no rolling code) is that possible?

I tried RFFIND, but since the module knows the protocol, it doesn't offer me the option of "learning" the code, is there any way around that? I know, the device works with repeating the exact same code, maybe it even accepts some random keeloq key, if keeloq protocol was not receive-only (i couldn't test that).

Could anybody please help?

Thank you very much

Re: Custom protocol / keeloq

Posted: 04 Jan 2021, 12:32
by Stuntteam
Currently that is not possible.
What kind of device do you have?

Re: Custom protocol / keeloq

Posted: 04 Jan 2021, 17:51
by hofaa13
It is actually a cheap motor for the gate. It can learn keeloq codes from other remotes but the keeloq algorithm doesnt seem to be implemented properly (and ignores the encrypted sequence number). I got it working with rfcontroljs' rawswitch command, sending the exact same pulses every time. Now i would like to swap to rflink and that is what's stopping me :( everything else works like a charm.

Re: Custom protocol / keeloq

Posted: 05 Jan 2021, 13:53
by hofaa13
Is there maybe a possibility to disable the keeloq protocol, so i can use the integrated RFFIND? Or tell RFFIND to also find known protocols?
Also a command like SENDRAW:0,1290,210,870,270,900,930,270,900,270,.... for raw pulses would help if it exists? Is there an option that i did not find?

Thanks a lot

Re: Custom protocol / keeloq

Posted: 05 Jan 2021, 17:31
by Stuntteam
It is currently not possible, I would have to make some changes to do that.
RFFind is not suited for longer packets like Keeloq.

Re: Custom protocol / keeloq

Posted: 06 Jan 2021, 13:26
by hofaa13
Thank you for your reply. That's a pity, since I cant use RFLink until then :(
Do you think that could be part of the next version, or is it a bigger deal to implement?

Re: Custom protocol / keeloq

Posted: 20 Jan 2022, 16:39
by Flagada
Hi !
Sorry for replying to this old post.
I saw on your homepage that a new release will come soon and that's a great news!
The suggestion of hofaa13 seems very interesting : the ability to send custom data using this kind of command
like

Code: Select all

10;SENDRAW;0,1290,210,870,270,900,930,270,900,270
This could help so much to deal with custom protocols or other stuff !
I hope you can have the time to have a look at this proposition.
Thanks again for the great work

Re: Custom protocol / keeloq

Posted: 20 Jan 2022, 19:33
by Stuntteam
It would however not work with keeloq...