home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.06k stars 29.13k forks source link

Person always home with Android app reporting good geolocation #100423

Closed royto closed 10 months ago

royto commented 10 months ago

The problem

I have the android app reporting my accurate geolocation.

My person entity is linked to my android phone device. I'm always considered home

image

image

image

What version of Home Assistant Core has the issue?

core-2023.9.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

mib1185 commented 10 months ago

the geolocation sensor is not used to consider the home zone state, but the devick_tracker entity. so you need to check the device tracker entity if it is in a proper state

royto commented 10 months ago

the device tracker seems to not be update too

image

royto commented 10 months ago

Is the device tracker entity linked to geolocalization ?

home-assistant[bot] commented 10 months ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (mobile_app) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `mobile_app` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign mobile_app` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


mobile_app documentation mobile_app source (message by IssueLinks)

mib1185 commented 10 months ago

please check the location sensor settings of the android app if the location zone sensor is activated

royto commented 10 months ago

The location zone sensor was off. Now it is working as expected. Thanks