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

Wrong behaviour on stadout #44

Closed
alvaromemo opened this issue Aug 17, 2023 · 2 comments
Closed

Wrong behaviour on stadout #44

alvaromemo opened this issue Aug 17, 2023 · 2 comments

Comments

@alvaromemo
Copy link

Running this command was working great

rtl_sdr -f 434.475M -s 800000 - 2>/dev/null | /usr/bin/rtl_wmbus -p s

But suddenly starts showing this.

image

Running this command

wmbusmeters rtlwmbus:434.475M:t1 Sappel izar ANYID ANYKEY

Shows this.

image

Why this happens and how i restart the rtl_wmbus service?

@alvaromemo
Copy link
Author

I have to reinstall wmbusmenters and works again. Any ideas?.

@xaelsouth
Copy link
Owner

Hello alvaromemo.

No ideas, but you are trying to use rtl_sdr and rtl_wmbus in a strange way:
rtl_sdr -f 434.475M -s 800000 - 2>/dev/null | /usr/bin/rtl_wmbus -p s

You have given the sample rate as 800000. In that case you need to pass "-d 1" to rtl-wmbus.
And you have passed a "s" argument, you probably wanted "-s", but do you really want to receive S1, T1 and C1 at 434MHz?..

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