nightscout / nightscout-connect

Single entry point for bridging cloud resources containing diabetes data to Nightscout.
GNU Affero General Public License v3.0
31 stars 33 forks source link

[minimed carelink] Pulling always at :00, :05, :10, .., no matter when the upload was #24

Open Trenar opened 1 year ago

Trenar commented 1 year ago

I'm using the nightscout-connect plugin with minimed-connect.

I recognized that the plugin pulls every 5 minutes (as expected), but instead of adapting the pulling time to the actual upload (or measurement) time of the uploader, it always uses :00, :05, :10, :15, ... minutes. Therefore, if the regular measurement and upload takes at, e.g., :01, the data is 4 minutes old before being downloaded at :05 by the nightscout-connect plugin.

Is there a way to determine the upload-time (or measurement time-stamp) from minimed carelink and adapt the pulling schedule of the plugin?

Best, Trenar