-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filtering in device_tracker #286
Comments
Howdy! The TL/DR is: Increase This is largely by design, and I'd rather not change how the Filtering and making extra assumptions beyond that is really what the distance and area sensors are about. For your use-case, I'd suggest (well, first I'd suggest caution about using unencrypted bluetooth to unlock secure areas, but I assume you've assessed the risks for your situation)... I'd suggest using the Then for the The key is to work out what sensor states really fit the criteria for your being "away", and I'd suggest that the device_tracker sensor should be only a part of that. Does that make sense? |
I probably didn't explain what I meant very well. I was meaning that what might work is if you:
This way you don't get nuisance "gone away" triggers because the device_tracker waits for 5 minutes before deciding that you really have left, and you don't get nuisance "arrived home" triggers because it makes sure you've been gone a good while before accepting that bluetooth signals really do mean you are home again. |
I'm trying to move totally from ESPresence to Bermuda BLE Trilateration, my goal is to quickly and precisely detect approaching/arriving at home to unlock the door lock while coming back.
I'm making test and comparison and have found that Filtering is apparently not working for device_tracker entity.
On below screenshot we can see, that there is false (more than 12m set radius) detection reflected in device_tracker state change.
It's probably detecting me in a car going out of garage.
I'don't know is it a bug or future, but in my case I would like to have all the filtering working also in device_tracker entity.
The text was updated successfully, but these errors were encountered: