Once I find the device I'm looking for, how to filter out all others by ID? #3184
Unanswered
jbishop129
asked this question in
Q&A
Replies: 1 comment
-
No, sorry, such a filter is only available for custom flex decoders. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm sure I've seen this described in the docs, but for the life of me I'm failing my search terms and cannot find it: Let's say I've enabled the correct protocol decoder for various known utility meters at my home. I let
rtl_433
do its' thing, and after I have a positive ID on my utility meter, I want to filter that protocol to only bother decoding and sending to MQTT, a particular device ID. I don't want to collect dozens of neighbors' utility meters, just mine.I could swear I saw described where you can do some form of
filter={deviceID}
of sorts, to ignore everything except what you're looking to watch. Any pointers from the community here? Thanks!Beta Was this translation helpful? Give feedback.
All reactions