-
Notifications
You must be signed in to change notification settings - Fork 804
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
SONOFF RF Bridge R2 value always zero #218
Comments
Hello, With the working setup could you give us the value you are receiving for the same emitting device shown above ? |
Here is the same button being pressed on the working hardware:
|
Could you post also both results also for the door sensors? |
@nonsintetic do you have some news about your issue ? |
Hello, Sorry about the delay, I got caught up with work (meh). Here is the output for all the devices I have around. I hooked up both my diy setup and the bridge and recorded it simultaneously from both:
Door sensor (aliexpress)
Fire alarm (Digoo)
|
No problem, if I understand well it is working for 2 cases / 3 |
I think it may be intermittent. Just after doing the test above the remote started working fine, then I reset the bridge and it seems to be outputting 0 now again. |
After more testing, the bridge seems to be giving me the same code no matter what device I use. The diy seems to be doing fine:
|
This is strange as you proposed maybe an hardware issue. |
I managed to upload the firmware without any issues by following the guide. The device outputs messages to the SRFBtoMQTT topics when I press an RF remote, but the value received on home/OpenMQTTGateway/SRFBtoMQTT is always '0'. There are values being produced on /Raw, /Tsyn, /Thigh and /Tlow but they can't be used for anything. Below is a log of pushing the same button on a remote.
The setup I use and remotes tested all work fine with OpenMQTTGateway on a NodeMCU + STX882 modules. Same exact settings except
#define ZgatewaySRFB
instead of#define ZgatewayRF
.The text was updated successfully, but these errors were encountered: