Legion2 / Somfy_Remote_Lib

Emulate a Somfy remote using a 433.42 MHz transmitter.
Apache License 2.0
129 stars 17 forks source link

Unsupported device #16

Open vaguiner7 opened 2 years ago

vaguiner7 commented 2 years ago

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!