-
Notifications
You must be signed in to change notification settings - Fork 35
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
Steps to get this working? #3
Comments
Howdy @billreed85, thanks very much for your interest! To get this running in Nightscout, you'll need to use a branch: |
It's now possible to use Nightscout's |
same here.... |
@Chapagain43, I think you have the wrong image/tag name. Try this one instead:
|
Awesome, thank you. |
Also, I noticed you are interested in using libre; just this morning I pushed new code required for their recent compatibility updates. I just updated the dev branch to match, and it should be publishing an updated docker image shortly. Once a new image is listed, it's worth retrying. |
You can convince yourself that the plugin is available by leaving out your password or username. If the plugin is configure to be used, but the credentials are empty, it should generate a boot error page that clearly explains the issue. |
Boom! LibreLinkUp Password is required. CONNECT_LINK_UP_PASSWORD must be the password for the LibreLinkUp User in order to login. |
@bewest, |
Nothing is being posted in the nightscout site. |
Maybe get in touch with me via [email protected] or on FB. It would help to be able to test out with credentials that have data. I don't use Libre, so I was only able to directly test basic login. |
I have the same problem. It doesnt seem to pull any data through from LibreLinkUp. Was there a solution found for this issue? |
In order for this to work, you must invite yourself as a follower in LibreView/LibreLinkUp/Libre. The credentials used are the LibreView credentials. Hope this helps. |
Thank you Ben,
Unfortunately can’t I seem to get any data to flow through to nightscout
I am following myself, so I am running the Librelinkup app on my iphone and I can see the data in there, so I know the data is getting populated in LibreLinkUp
I am running Nightscout 15.0 (latest dev)
CONNECT_SOURCE = LINKUP
CONNECT_LINK_UP_USERNAME = xxxx
CONNECT_LINK_UP_PASSWORD = yyyy
CONNECT_LINK_UP_REGION = EU
I have tried changing the region to EU2 to see if that helps (as I am in the UK) but no data is coming through on either region settings.
I deleted the CONNECT_LINK_UP_PASSWORD, and I got an error saying “LibreLinkUp Password is required. “ so the user credentials for librelinkup seem to be correct
Any idea what to test to get the root of this problem
From: Ben West ***@***.***>
Sent: Monday, August 21, 2023 8:12 PM
To: nightscout/nightscout-connect ***@***.***>
Cc: jonisaksson ***@***.***>; Comment ***@***.***>
Subject: Re: [nightscout/nightscout-connect] Steps to get this working? (Issue #3)
In order for this to work, you must invite yourself as a follower in LibreView/LibreLinkUp/Libre. The credentials used are the LibreView credentials. Hope this helps.
—
Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AO7EPBSXIG2SQIHM5NCUFIDXWOXJ3ANCNFSM6AAAAAAYPQEHMM>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
There are two passwords, one for LibreLinkup and one for LibreView. It's possible for them to not match, worth triple checking. |
Thanks Ben, I did reset both password to be the same password, just to be on the safe side.
During my troubleshooting, I did notice that if you enter the wrong password in the Nightscout, it doesn’t throw an error message, but it will lock the LibreView account ‘due to too many login attempts’.
That made me hopeful, thinking that I had found why I wasn’t getting any data through but even after using 2FA to ‘reopen’ the libreview account, there is still no data flowing through.
It did make me think though, there would be good if there was some code that validated that a connection has been made. At the moment you only get an error message if you have no password, so you no idea what is actually happening as you could be entering the wrong password or the Librelink account could be locked, or something else could be wrong.
Anyway, I am still stuck with not getting any data through… any ideas on what I should look for? There is nothing in the logs, the LibreView password is definitely the right one now.
From: Ben West ***@***.***>
Sent: Tuesday, August 22, 2023 4:27 PM
To: nightscout/nightscout-connect ***@***.***>
Cc: jonisaksson ***@***.***>; Comment ***@***.***>
Subject: Re: [nightscout/nightscout-connect] Steps to get this working? (Issue #3)
There are two passwords, one for LibreLinkup and one for LibreView. It's possible for them to not match, worth triple checking.
—
Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AO7EPBXK52GOHCJEFNVRAFTXWTFU3ANCNFSM6AAAAAAYPQEHMM>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
Ok, if you could email me at |
Thank you Ben.
I will send you an email with my login details to Libreview
I have to be honest, I haven’t tried Librelink up
From: Ben West ***@***.***>
Sent: Tuesday, August 22, 2023 6:49 PM
To: nightscout/nightscout-connect ***@***.***>
Cc: jonisaksson ***@***.***>; Comment ***@***.***>
Subject: Re: [nightscout/nightscout-connect] Steps to get this working? (Issue #3)
Ok, if you could email me at bewest at medicaldatanetworks.com or gmail.com I will take a look in my development environment. Otherwise I don't have any access to testing or development. It would help if you could set a temporary password and send it to my email. Make sure to mention nightscout-connect and libre in the subject.
Out of curiosity, are you able to get it to work with https://github.com/timoschlueter/nightscout-librelink-up?
—
Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AO7EPBV4MJV2R25TOTRYQX3XWTWKHANCNFSM6AAAAAAYPQEHMM>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
@jonisaksson thanks for your help! I found several issues that needed to be fixed in order for this to work. How often does LibreLinkUp update with new data for you? |
Thank you Ben!
I haven’t been using the Libre as a CGM (rather used xDrip4iOS), so I think it only updates when I scan the sensor. The plan is to move to use Libreview with the CGM feature and have nightscout feed xDrip4iOS (in follower mode)
From: Ben West ***@***.***>
Sent: Tuesday, August 22, 2023 11:00 PM
To: nightscout/nightscout-connect ***@***.***>
Cc: jonisaksson ***@***.***>; Mention ***@***.***>
Subject: Re: [nightscout/nightscout-connect] Steps to get this working? (Issue #3)
@jonisaksson<https://github.com/jonisaksson> thanks for your help! I found several issues that needed to be fixed in order for this to work.
How often does LibreLinkUp update with new data for you?
Updated in latest feature branch: #19<#19>
—
Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AO7EPBTWSWSV62UVRRN4XETXWUTVZANCNFSM6AAAAAAYPQEHMM>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
I am probably missing something very obvious, but I did the following on my Heroku Nightscout install:
There is no data coming into the Nightscout site from my Libre 3. Any thoughts on the best way to move forward?
The text was updated successfully, but these errors were encountered: