lesleyxyz / node-tile

Package to talk & ring to your Tile device
MIT License
25 stars 0 forks source link

Tile ID is not always the mac address #4

Open jeremad opened 10 months ago

jeremad commented 10 months ago

On my tile devices the ID is slightly different from the mac address. On the first character changes:

MAC: D1:76... ID : 5176...

MAC: F9:B4... ID: b9b4...

I suspect Tile did this on purpose

lesleyxyz commented 10 months ago

Interesting to know, I'll see if I can find a better source to get the mac address e.g. from the rest API

jeremad commented 10 months ago

I coded a tiny Flutter app to ring my Tile devices without using their app, I ended up hardcoding the mac adresses, and the authKey, completely removing the dependency on Tile's server (once you've retrieved the auth keys of course). If you're interested I can publish that.

jeremad commented 10 months ago

And BTW, thank you so much for this!