Google Find Hub devices in Traccar

homaa month ago

could my problem be related to google famili link? My account is parent for children in google famili link. When I login to google account in ChromeDriver in AuthFlow, google ask me "who will use this device" and I can chose "I'm" or "child". I can see all my devices location at https://www.google.com/android/find/ but I doesn't see available devices in main.py's output

Anton Tananaeva month ago

homa your output shows no devices available. Either something is not supported or some configuration issue.

homaa month ago
Anton Tananaeva month ago

That's unfortunate. Sounds like you won't be able to use it then.

Kaldeka month ago

I have confirmed that shared devices work. I shared a tag from my personal account into the account used for our testing. It took a few minutes to work, but the tracker can be seen by the microservice.

renaud15 days ago

Too bad it doesn't seem possible to make it run headless on a non linux/macos machine :(
When I try after copying Auth/secrets.json created on a linux machine, I get "[SharedKeyRetrieval] You need to log in again to access end-to-end encrypted keys to decrypt location reports" and chrome is a no go on a lot of OSes.

Anton Tananaev15 days ago

It's definitely possible to run headless.

renaud15 days ago

Well, it seems that copying keys (Auth/secrets.json) generated with linux on an OpenBSD system doesn't work. Given that chrome is not available on OpenBSD, I can't use it to validate the keys again.

Anton Tananaev15 days ago

Well, you might need to use the same type of machine as you generated keys on. Not sure what the restrictions are exactly.

redge7614 days ago

I'm running headless but I created the secrets.json using xvnc.
I copied the file from one user to another service user.(hint that only copying the file is enough)

Bernhard2 days ago

I was looking for a way to add Apple Airtags to Traccar ... I found a python library (last release is 3 weeks old at the time of this post) that looks promissing:
https://github.com/malmeloo/FindMy.py

Anton Tananaev2 days ago

Yeah, looks interesting.