#Find hub integration?

1 messages · Page 1 of 1 (latest)

strong sigil
#

Is there a way to return to Home Assistant the location of some trackers from Find Hub by Android?
It would be awesome to be able to set independent conditional geofencing for each of them.

Locate and track your Android devices, accessories, and tracker tags, even if they’re offline.

strong sigil
#

Anyone? 🥲

strong sigil
rain kettle
#

Sorry for the necro reply, but this is the same question I have. I did find a tool set on GitHub - https://github.com/leonboe1/GoogleFindMyTools - which is used for creating 'custom' advertising keys (for developing trackers) and requesting the current location (Lat/Long) of a registered tracker on your Google account and when.

So I would run python main.py, it would return a list of my registered trackers. I would enter the numeric value of the tracker I want information for, then it would do a number of tracking-related requests, including requesting and decrypting the latest tracking data (location and last located date/time).

What I'm not sure of, however, is how to turn those results in my CLI into something that can be transmitted to HomeAssistant, as well as creating 'devices' for the tracked devices and entities/sensors for the curr location, last date/time, etc.

I use trackers for my typical important items but also my cats. Having that information displayed on a map, and better yet automatically notify me for out-of-range would be fantastic.

GitHub

Framework for tracking and building your own Google Find My Device / Find Hub trackers 🧭 - leonboe1/GoogleFindMyTools