Skip to content

Disable device tracker feature? #342

Answered by Vaskivskyi
tismofied asked this question in Q&A
Discussion options

You must be logged in to vote

Device trackers from phones and from routers are of different types.

Phone

This device tracker is a TrackerEntity as per HA docs. It is based on GPS. The phone knows its location and sends it to HA. As a result, home / not_home is based on the coordinates and whether they are inside the home zone.

Example - TrackerEntity

Router

This is a ScannerEntity. The router only knows whether a device is connected to it. So if it is connected - the state is home, if not - not_home. Obviously, if WiFi connects/disconnects, it will be switching back and forth.

Example - ScannerEntity

So just make sure, the entity based on the GPS is used for automation. That would be the one from the Companion app

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tismofied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants