timoschlueter / nightscout-librelink-up

Script written in TypeScript that uploads CGM readings from LibreLink Up to Nightscout.
MIT License
189 stars 246 forks source link

Added functionality to upload data using csv file downloaded from LibreView. #144

Closed johannes-martin closed 1 month ago

johannes-martin commented 1 month ago

LibreLink Up only serves data of the last 12 hours. In case of outages of nightscout, librelink or the uploader, readings will be missed.

The script has been extended to be able to read a CSV file as downloaded from LibreView (not LibreLink) and import it to Nightscout. LibreView seems to keep all data - even dating years back.

timoschlueter commented 1 month ago

What a great addition! Looks good so far. Just the one comment. What do you think about it?