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
Everything worked properly (unbeknownst to me it was only by Pure Luck) as long as I had a sole rtl_sdr device in the system.
When I connected a second dongle things immediately went south, because rtl_sdr started picking up the wrong one.
The following situation is reported by the tool:
Sure enough, the original was 0000bbb and the new one 00000aaa. Evidently, wmbusmeters started picking up device 0 which was wrong. I suspect SN specification in square brackets as in rtlwmbus[0000bbb] has no effect whrn CMD() clause is in use.
I verified that by adding -d parameter to rtl_sdr (so: /usr/local/bin/rtl_sdr -d 0000bbb -f 868.625M -s 1600000 - 2>/dev/null | /usr/bin/rtl_wmbus -s -a).
Question: do you see anything that is non-standard in these rtl_sdr parameters? I vaguely remember I was instructed to invoke rtl_sdr like this for a particular debug reason, but I - sadlly - forgot why. Perhaps I could just remove the CMD() clause completely and let wmbusmeters handle stuff autoMagically (?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Got
wmbusmeters.conf
with the following content:Everything worked properly (unbeknownst to me it was only by Pure Luck) as long as I had a sole
rtl_sdr
device in the system.When I connected a second dongle things immediately went south, because
rtl_sdr
started picking up the wrong one.The following situation is reported by the tool:
Sure enough, the original was
0000bbb
and the new one00000aaa
. Evidently,wmbusmeters
started picking up device 0 which was wrong. I suspect SN specification in square brackets as inrtlwmbus[0000bbb]
has no effect whrn CMD() clause is in use.I verified that by adding
-d
parameter tortl_sdr
(so:/usr/local/bin/rtl_sdr -d 0000bbb -f 868.625M -s 1600000 - 2>/dev/null | /usr/bin/rtl_wmbus -s -a
).Question: do you see anything that is non-standard in these
rtl_sdr
parameters? I vaguely remember I was instructed to invokertl_sdr
like this for a particular debug reason, but I - sadlly - forgot why. Perhaps I could just remove theCMD()
clause completely and letwmbusmeters
handle stuff autoMagically (?)Beta Was this translation helpful? Give feedback.
All reactions