So I’m using Life360 ( the free version) for presence/location detection… its working really well… it triggers my “Arrive Home” automation just fine… but the one nagging thing is that when we’re moving it still shows just “Away”.
When I view the entity state I can see the states… and when shes moving it shows moving
Below you can see the zone she just left… and her on the freeway… Hmmm just noticed that driving IS fals but moving IS true…
Its a trivial thing…but it bothers me
The installation went just fine so I think I’m installed correctly
When I’m at my office it shows the correct name of the zone I have defined in HA in my zones.yamal file… You can see right now Shannon is at Yoga… and I have the zone “RB Vons/Yoga” defined… and it displays.
I’ve learned enough about HA that I’ve miss some small point in my installation/configuration.
by putting places you force it to display a place. when you’re a non defined place it shows as away. If you don’t have place displayed, it’ll show you as moving/driving unless you’re in a place. Hope that makes sense
while the overview shows her as just away
its interesting that her speed is ~71 and moving is true but driving is false… from the first image shes clearly on the freeway (I hope at 71 lol)
She arrived at work… and the status is reporting …
Thisi s one of those things… its gonna be a subtle error… I once had a parsing tool that had an seemingly random error in the processing of a file with 10000 rows… turned out to be an extra space in one of the vales which blew up the compare statement!
I think it would help if you could query your recorder database to see what the states/attributes have been since making the configuration change. Do you know how to do that?
But that’s not what this option does. This option fires a HA event when the update doesn’t come in the specified period. By making it a minute, all you’re doing is cluttering up the HA “event bus” with events that you’re probably not even using.
The applet that show when you click the tracker badge… I’m using applet generically… since it seems to update while showing… dialog might be a better term
If you’re not using the events, just remove the max_update_wait option. However, that has nothing to do with the main issue. I might also suggest enabling debug for homeassistant.core. Then you can see exactly what the life360 device_tracker states/attributes are in home-assistant.log.