-
Notifications
You must be signed in to change notification settings - Fork 34
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
Connect LibreLink Time Delay #35
Comments
That 22 minutes probably includes server reboot time to switch between libre linkup systems... so the delay may actually be more like 20 minutes. I did check the system clock on my server and the time is accurate and is GMT. To be clear, I had to wait about 20 minutes for that sample just to the right of 1 to show up on the graph... and the Glucose reading in the upper right was just --.. it never updated. |
I do have the same issue. I have setup nightscout for the first time and have no other tooling using the linkup interface. I also uninstalled the LibreLinkUp app from my mobile which I used to setup the account. It's running now for 12h and I get my data in avarage 20 minutes delayed. Any ideas what is going wrong? |
I believe this is intentional [by Libre]. Libre does 20 minutes, Dexcom delays Apple HomeKit by a whole 3 hours. This is most likely their way to prevent other apps from making real time decisions on this data. I opened a PR to fix the delay with LinkUp. |
And this PR addresses the interval. |
That was quick!!! Thank-you for doing this! I'm unfamiliar with the nightscout-connect update process... Is there a way I can tell which version of nightscout will incorporate the changes? Thanks again for your quick response. It's very much appreciated. |
I do not know their process, I believe PRs would have to be approved, merged, then released as part of a future NS release. If you're feeling adventurous, here's is a HACKY way to do it, you can go into your NS instance where you installed it, browse into: <your_installation_folder>/node_modules/nightscout-connect/lib/sources /librelinkup.js make a backup copy, then replace it with this file from my fork. Or, better, implement the changes from the PRs into your file yourself. Restart the service afterwards and test that it still works. This is a risky way to do it, if your version is not the same as the one I modified, you may ruin your install. I recommend making the same changes yourself, based off of the PRs. If using pm2 to run it as per NS instructions, if changing the go to your NS folder, where you installed it, then: lists the active services:
delete the item you want, ID is a zero based integer, left column, replace X with the proper ID: reinstall the pm2 service: then save: |
I can confirm that your fixes work! I chose to modify my existing librelinkup.js file directly. Thank you for the guidance!!! |
Well then, it's off to the races! Glad I could help. |
The documentation for the Connect Libre module should probably be updated
to reflect the new environment variable whenever this mod finds its way to
Nightscout.
…On Wed, Jan 24, 2024 at 1:50 PM ady624 ***@***.***> wrote:
Well then, it's off to the races! Glad I could help.
—
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA23W6IAPBG7UZZRNHWA3B3YQFJV5AVCNFSM6AAAAABB3QSHBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBYG4ZDONBZGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks for the heads up, I've updated README.md as well to notify about the new |
Using Nightscout v15.02. Using the following environment variables.
CONNECT_SOURCE='linkup'
CONNECT_LINK_UP_USERNAME='xxxxxxxx'
CONNECT_LINK_UP_PASSWORD='xxxxxxxx'
CONNECT_LINK_UP_REGION='US'
Glucose data points show up, but it takes 22 minutes before they show in NS.
Attached jpeg...
1-Stopped using [timoschlueter]Libre Link up and started using Connect-linkup
2- Stopped Connect-linkup and resumed [timoschlueter]Libre Link up
Note the 22 minute period of no data. This is the delay I was experiencing.
This is probably as designed... but is there a way to increase the sampling from 5 minutes to 1 minute through a CONNECT_LINK_UP_TIME_INTERVAL environment variable?
The text was updated successfully, but these errors were encountered: