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

RTL-433 Missed transmissions #1887

Open
pmknowles opened this issue Feb 1, 2024 · 8 comments
Open

RTL-433 Missed transmissions #1887

pmknowles opened this issue Feb 1, 2024 · 8 comments
Labels

Comments

@pmknowles
Copy link

Before submitting a problem please check the troubleshooting section
https://docs.openmqttgateway.com/upload/troubleshoot.html

Describe the bug
I have a vanilla Altronics weather station. It transmits every 30 seconds and rtl-sdr in my Pi picks up the signal 30+ metres away. The TTGO Lora32 less than 3 metres away is inconsistent with the signals. Sometimes it will send a response 30 seconds after the previous one but then it can be 6 minutes to the next one.
image
image

To Reproduce
Steps to reproduce the behavior:
Install lilygo rtl_433-fsk bin to TTGO under Option 1

Expected behavior
A clear and concise description of what you expected to happen.
Response every 30 seconds
Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OpenMQTTGateway version used (V1.7.0)
  • Library version related to the problem you have (if you have troubles with RF provide the version of RCSwitch library)
  • For IR and RF clarify if you tested with the basic examples given with these libraries

Additional context
Add any other context about the problem here.

  • You should not have a compilation error if you use the versions of the libraries linked into the libraries folder, this badges show you the state of the compilation
    Build Status
  • If you are not sure this is a bug or an enhancement post your question to the forum below
    Community forum
@NorthernMan54
Copy link
Collaborator

Signal reception with these can be hit or miss for some people, and is not as good as a rtl-sdr. Personally I find the range halved or worse for my devices.

Also antenna orientation can play a factor in reception, and I find vertical is best.

Also OMG has signal deduplication logic for rtl_433 signals to reduce the number of duplicative MQTT messages transmitted, is this possibly the case?

@pmknowles
Copy link
Author

pmknowles commented Feb 2, 2024 via email

@pmknowles
Copy link
Author

pmknowles commented Feb 2, 2024 via email

@NorthernMan54
Copy link
Collaborator

A couple of comments

your signal RSSI of -49 is good, so signals are being easily received

the count indicates that a signal has been received and sent for decoding, so my working theory is that the de-duplicate logic is filtering them out as they are duplicates.

I would suggest connecting a serial console or use the WebUI console to look at the log. It should show more

@pmknowles
Copy link
Author

pmknowles commented Feb 8, 2024 via email

@NorthernMan54
Copy link
Collaborator

Tks for the logs

Rtl_433 and OMG are running different versions of the emax.c device decoder, and the rtl_433 version has updates to it for your device merbanan/rtl_433@0815dd1

Which fixes the lux issue

I’m working on refreshing the device decoders, and should have an update in late spring with the latest version,

for the reception issue, I did not see any duplicates being mentioned in the log so that’s positive. But as the device is using fsk I’m wondering if the receiver chip needs tuning for your device?

The fsk receiver parameters are here - https://github.com/NorthernMan54/rtl_433_ESP/blob/f65f8a8c09d81f55c5235c9204a089c3ffc81867/src/rtl_433_ESP.cpp#L217

As I do not have access to your physical devices, I can not do any device specific tuning or offer recommendations on what to tweak.

@pmknowles
Copy link
Author

pmknowles commented Feb 8, 2024 via email

Copy link

github-actions bot commented May 9, 2024

This issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants