Skip to content
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

Webserver import #3

Open
23tom2323 opened this issue Aug 24, 2023 · 0 comments
Open

Webserver import #3

23tom2323 opened this issue Aug 24, 2023 · 0 comments

Comments

@23tom2323
Copy link

Hello,

I'm currently testing a couple of ESP32 with the OpenHaystack firmware.
Unfortunately there is a big problem with the mail plugin in the MacApp.

I am currently retrieving the coordinates using a Python script.
python scripts/locations_cli.py --key-id XXXXXXXXXXX --private-key YYYYYYY
The output is a list with:
timestamp=datetime.datetime(2023, 8, 24, 17, 12, 49)), LocationReport(latitude=50.9559506, longitude=6.6041557, confidence=156, status=0,
This is all very cumbersome and I wanted to take a look at your project.
There are 2 import options on the web server.
1.Import Accessory and 2.Import from JSON File.

For import accessory need ID and private key (Base64)
I get it from the OpenHaystack (MacApp)
(Right click on the tracker den -> Copy ID (Base64) and Copy private Key B64)

If I add it to the web server - Import Accessory and go to Import, I get the error message: ID must be an integer value.

When importing from JSON file I'm missing the JSON ;-) where or how do I get that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant