-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FindMy_proxy.py API question #8
Comments
Hello @mrmay-dev , you are correct with the API and the body. As key you need the advertisement key, hashed with sha256 in Base64. If you have generated the keys with my generate_keys.py - file, you will find a key-file with all the informations you need. The correct one is the one, that is tagged with "Hashed adv key". |
Hey richard, really nice project, hope you stick with it. Will try it in the next days, hopefully it is the "bridge" to home assistant, that im searching for. |
@mrmay-dev why are issues deactivated in your owntracks repo? Would love to use your owntracks plugin, but there seems to be some mistakes in the scripts, that i cant't resolve. Maybe you can help me a bit. |
I think that's a shame too. ./downtags.sh
|
I have fixed many problems, yours belongs to a var that didn't exists. But now, i get stuck. |
They are deactivated because I'm a gitHub noob who didn't know they were deactivated. I'm working on figuring that out now. Hope to chat more about this there! |
I'm looking into the Follow progress, or add more info at the new issue topic. |
I'm working on an OwnTracks integration. I can get the standalone
report_request.py
to work. I run a Bash script every 20 minutes to trigger a request.I'd really like to use the
FindMy_proxy.py
If you could help with the API a little I'd be grateful. As far I can tell it expects a POST request with a JSON body. My guess is, the script expects a list of keys. Does it want the private keys or the prefixes?The text was updated successfully, but these errors were encountered: