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
RTL_433 offers a -R flag to specify the protocol(s) you want to decode. Is there a compile flag we can use with this library to do that too? It's not that I care about it decoding other protocols than my devices, but I'm wondering if that would help with the automatic adjustment of the signal floor (not exactly sure how that works) if it didn't have to consider all my neighbors' devices, just my own.
Logs
N/A
Configuration
N/A
Environment
Software: OpenMQTTGateway
Process Supervisor
not applicable
Additional Context
I love you
The text was updated successfully, but these errors were encountered:
@melyux PS - Reducing the number of supported devices with the MY_DEVICES option would not change sensitivity, just remove potential false positives from your environment.
The decoder logic, checks all enabled decoders, and returns the results from all. So additional decoders wouldn't stop other decoders from processing the signal.
@melyux MY_DEVICES is a compiler directive that enables you to specify which decoders to bundle and is in multiple locations within the code base. It is best used to remove false positives from the results. And if this isn't your issue, then it isn't worth the effort
Current Situation
RTL_433 offers a
-R
flag to specify the protocol(s) you want to decode. Is there a compile flag we can use with this library to do that too? It's not that I care about it decoding other protocols than my devices, but I'm wondering if that would help with the automatic adjustment of the signal floor (not exactly sure how that works) if it didn't have to consider all my neighbors' devices, just my own.Logs
Configuration
N/A
Environment
Process Supervisor
not applicable
Additional Context
I love you
The text was updated successfully, but these errors were encountered: