cpainchaud / RFLink32

RFLink for ESP, with MQTT client
Other
118 stars 44 forks source link

Help to send RTS commands #108

Open vaguiner7 opened 5 months ago

vaguiner7 commented 5 months ago

Hi there, I am using a Sonoff RF BridgeR2 that I did the necessary changes following the guide

My issue is, I can decode the commands sent from my SCE-R1 control but I cannot send it from the Sonoff Bridge.

The tests:

01 - Sending the command STOP from my SCE-R1 control I got the results (worked):

controll_stop_command_sonoff

433

02 - So I used the examples on the RTS plugin code to register a new control on the Sonoff.

sonoff_rtsshow

And I tried to send an UP command, but could not see the command on 433_rtl like when I sent from the SCE-R1 control.

up_command

To make sure that some signal was sent I used the URH tool to see the spectrum, and I got something.

Imagem do WhatsApp de 2024-01-26 à(s) 10 11 29_052d36b0

My conclusions so far is, the sonoff can send the signal, but the signal is not recognized as a Sonfy-RTS signal.

Do you guys have an idea that can help me? I am not sure if what I did to configure was correct.

Thank you