Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported device #16

Open
vaguiner7 opened this issue Jan 20, 2022 · 0 comments
Open

Unsupported device #16

vaguiner7 opened this issue Jan 20, 2022 · 0 comments

Comments

@vaguiner7
Copy link

Hello,

I was trying to use the code with one of my curtain but didn't work and looking for the problem I found to tool rtl_433 that work with my RTL-SDR dongle. So I could saw that my HEX code was different when I put the commands using the remote control.

My commands:
"? (0)",
"? (1)",
"? (2)",
"? (3)",
"? (4)",
"Stop (5)",
"Up (6)",
"? (7)",
"Down (8)",
"? (9)",
"? (10)",
"? (11)",
"? (12)",
"? (13)",
"? (14)",
"? (15)"

Here is the explain of the problem on rtl_433 repository:

"## TEL-FIX wall-mounted remote control for RadioLoop Motor
There is a quirk with TEL-FIX wall-mounted remote control for RadioLoop Motor:
It looks like the seed isn't random but actually the button code: 0x88 DOWN, 0x85 STOP, 0x86 UP.
The command is fixed to 0xf, which we use as idication that an actual command is in the seed."

RTL_433 repo:
https://github.com/merbanan/rtl_433

Somfy_RTS device:
https://github.com/merbanan/rtl_433/blob/master/src/devices/somfy_rts.c

This is not a issue exactly, but a suggestion implementation for the future.

Thank you, it was made a great job here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant