bachya / pytile

📡 A simple Python API for Tile® Bluetooth trackers
MIT License
186 stars 27 forks source link

Does this software preclude the need to use the Tile app? #339

Closed CalamariAce closed 11 months ago

CalamariAce commented 11 months ago

Does this software only work when someone is running the Tile bluetooth app in proximity to the Tile device? Or can it still get some information from the Tile device by itself (like detecting its presence) without an active connection to the Tile bluetooth app?

bachya commented 11 months ago

This library speaks to the Tile cloud API, so in a sense, it requires the Tile app (since that's what Tiles communicate with).

CalamariAce commented 11 months ago

Ahh ok, got it. Thanks!