github jwoglom/tconnectsync v0.8.5
v0.8.5: Stops unnecessary data uploads from occurring to Nightscout

latest releases: v2.1.3, v2.1.2, v2.1.1...
2 years ago

This release includes a bugfix which, in certain situations, would result in unnecessary repeated data uploads to Nightscout. If your Nightscout instance stores event timestamps in isoformat with a space between the date and the time instead of a T (e.g. 2022-10-01 22:27:10-04:00 instead of 2022-10-01T22:27:10-04:00), then tconnectsync would upload all of the past day's basal and bolus information rather than only the delta between the most recently uploaded data from tconnectsync. As far as I can tell, this caused minimal impact as these events contained identical data at identical timestamps, and either Nightscout or Mongo deduplicates the data and continues to function properly.

Per #47, some users' Nightscout instances do indeed have proper isoformat timestamps, so tconnectsync now checks Nightscout for both formats of timestamps before returning that no previous bolus/basal objects exist in NS.

Full Changelog: v0.8.4...v0.8.5

Don't miss a new tconnectsync release

NewReleases is sending notifications on new releases.