-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Home/Away status - Fine tuning #390
Comments
Hi Paul! The first thing to keep in mind is that the only "fact" that bermuda gets from the world is "I just saw this thing". Nothing ever tells us "I can't see this thing", because we have no "proof" of a thing being not there. So all we know is that at times, we know the thing is there, but at other times we get nothing, and at some point we need to decide if we think it's gone. For the You can reduce that timeout to whatever value suits your particular use-case. As with everything in life though, this is a trade-off. The shorter you set the timeout, the more likely (and more often) you will get "nuisance triggers" - bluetooth is a "best effort" thing - devices just spit out advertisements, and maybe we get them, maybe we don't. So you can adjust the value down until you start getting false indicators for If you want something that will lock doors for you etc, then you might be better off using a trigger that is conclusively affirmative (like "the lock button was pressed") rather than an assumption ("haven't seen the car lately..."), but it all depends on what works for you. |
Hi Ashley, |
Latest update. |
This is my first contribution. Sorry if it's not exactly set out as it should be.
I have Bermuda running on an HA Blue (yes they still exist!). I am using Blue Charm ble beacons as the source, fitted to cars in my driveway. I am only using detection for the cars being on the driveway or not on the driveway.
With my current settings Bermuda reports devices as being 'Home' (when they are home) consistently (so far).
Bermuda also reports devices as 'Away' when the cars leave the driveway and 'Home' when they return. So far, so good.
When a car returns to the driveway, Bermuda picks it up quickly and correctly reports 'Home'.
When a car leaves the driveway, however, Bermuda is slow to detect it leaving and hence slow to report it 'Away'.
As I'm not sure exactly how Bermuda evaluates the data to report Home/Away, I'm not sure what adjustments should be made to improve the 'Away' detection.
Can you point me to any information on Bermuda's calculations for the 'device tracker' which will help fine-tune it's responses?
The text was updated successfully, but these errors were encountered: