Getting the correct Nightscout Synce (Rest-API) URL for AndroidAAPS to work or xdrip #2355
Unanswered
Atlas-Night-Out
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Can you log into your Nightscout on Google Cloud through a web browser? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm really struggling to get a working URL to work from xdrip+ onto a Nightscout Web browers and to AndroidAPS. I have done all the settings to what you would think would work but are still now working on a google server.
These are some I have tried aand still trying!
https://yoursite.herokuapp.com/api/v1/
https://yoursite.up.railway.app/api/v1/
https://yoursite.10be.de/api/v1/
https://Token@hostname assuming Token is the token from the master, generated as explained above, and hostname is your noip.com hostname
This also does not work for a Google Server!
https://API_SECRET@my_nightscout_url/api/v1/
my_nightscout_url will depend on where your site is hosted (herokuapp.com, railway.app, fly.io, ...)
You will find your API_SECRETin your site variables.
I can get Nightscout to work fine on a Google Server and get readings to it too. I just cannot get it to do what Heroku can do from withing xdrip.
I have also tried this and this also does not work!
(This is what you need to do in xDrip on your master phone.
Go to xDrip Settings −> Cloud Upload −> Nightscout Sync (REST-API).
Enable at the top.
Let’s say the hostname you chose when you signed up for noip.com was hostname. And let’s say you set the API secret, while finalizing the Nightscout installation as explained previously, to API-Secret.
Tap on Base URL. Enter the following.
https://API-Secret@hostname/api/v1/)
I have put API-Secret@ noip hostname/api/v1 with no luck!
Any help on trying to resolve this issues please.
I'm also not very good at fully explaining so if you are not sure what I mean please ask me!
Beta Was this translation helpful? Give feedback.
All reactions