Triggers Android FindMyPhone requests via mqtt as there is no official api.
This solution requires to store your Google session cookies. If someone steals them, they can be used nearly as your credentials (e.g. access your mails, ...).
Also, this is not a well build tool, it's just the solution I use for myself.
- clone the repo
git clone https://github.com/lukeIam/MqttFindMyPhone.git
- build the docker image
docker-compose build
- run the docker container
docker-compose up -d
- wait until a message
Not logged in
is published on topicFindMyPhone/log
- open a private tab in your browser, login to https://google.com and export the cookies with EditThisCookie
- post the cookie-json as payload to
FindMyPhone/setCookie
(only required once - cookies are stored and refreshed automatically) - post the device name (exactly as shown here) to
FindMyPhone/ring
to trigger a ring (takes a few seconds)