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

How to debug decoding #40

Open
elbow opened this issue Oct 9, 2018 · 1 comment
Open

How to debug decoding #40

elbow opened this issue Oct 9, 2018 · 1 comment

Comments

@elbow
Copy link

elbow commented Oct 9, 2018

Hi,

I installed MQTT433gateway with an RXB6 receiver. Once I figured out that the data pin was mislabeled on my module I am getting something out of it.

But I'm not sure how to go about debugging reception.

I have some 4 button 433.92MHz remotes - they are supposed to be Sonoff compatible.

When I press buttons on the one remote the log shows:

rf signal received: {"id":"B15","unit":47,"state":"off"} with protocol rev2_switch deviceID=B15
rf signal received: {"id":"B15","unit":47,"state":"off"} with protocol rev2_switch deviceID=B15
(etc).

It doesn't matter which button I press - the display is the same. How do I distinguish the buttons?

I also have some 433.92MHz PIRs, but the gateway doesn't show anything when they go off.

So how do I get started with debugging?

Thanks,
Steve

@puuu
Copy link
Owner

puuu commented Nov 2, 2018

For debugging, you can enable the protocolRaw debug flag in the web frontend, this will show the received raw signals.

But I am afraid that your remote may not be supported and the rev2_switch protocol is only similar to yours.

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

2 participants