You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?..
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.
Running this command
wmbusmeters rtlwmbus:434.475M:t1 Sappel izar ANYID ANYKEY
Shows this.
Why this happens and how i restart the rtl_wmbus service?
The text was updated successfully, but these errors were encountered: