Replies: 5 comments 15 replies
-
Maybe this could be generalized to a filter in {
"filter_decoders": ["IBEACON", "GAEN", "MS-CDP"]
} So you can specify exactly which types of devices you're not interested in. |
Beta Was this translation helpful? Give feedback.
-
And why not use the same black/whitelists with MAC as OMG does? |
Beta Was this translation helpful? Give feedback.
-
The ble_gateway does publish a lot of MQTT messages. I've just added the "if" condition before the last line of the file ble_gateway.py so as to use the discovery_filter parameter to filter. It is far less verbose. I will check for side effects...
|
Beta Was this translation helpful? Give feedback.
-
was this ever implemented? I'd love to only send mqtt messages for the handful of MAC addresses I care about instead of 150+ mqtt messages as it is now |
Beta Was this translation helpful? Give feedback.
-
Isn't it more natural to filter on the model ID, like we do for the discovery filter? So don't filter on what the BLE code receives, but filter on what the MQTT code publishes. |
Beta Was this translation helpful? Give feedback.
-
GAEN (https://en.wikipedia.org/wiki/Exposure_Notification) is a worldwide used protocol used for COVID-19-monitoring with your smartphone. As a result, lots of messages with always new id's coming from your phone spamming any BLE-scanner, also this gateway. I wonder if it is possible to set up a filter to ignore this messages before transforming them into MQTT.
Beta Was this translation helpful? Give feedback.
All reactions