Somfy_Remote_Lib icon indicating copy to clipboard operation
Somfy_Remote_Lib copied to clipboard

Unsupported device

Open vaguiner7 opened this issue 2 years ago • 0 comments

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!

vaguiner7 avatar Jan 20 '22 15:01 vaguiner7