James Woglom

Results 53 comments of James Woglom

Adding this functionality to be synchronized would definitely be possible, as BG data (CGM and manually-entered) is exposed via the API! The tconnectws2 therapytimeline2csv endpoint returns blood sugar reading data...

> Whenever Tandem fixes the constant t:connect logout issue on android... This is so irritating. And you can't even downgrade to an older version of the app to try and...

@JasonJShuler Please take a look at [in-progress: support BOLUS_BG and CGM features](https://github.com/jwoglom/tconnectsync/commit/f5ef34174f3dd46a11b6eb9f96298ec366c54f5a) which provides an initial implementation for this feature, specifically via two "synchronization features" (BOLUS_BG and CGM). More details...

Hi @kswick -- just to clarify, would an option to NOT track the pump submitted carbs as carbs on the treatment object in Nightscout, and put them in the notes...

Hi @ariana-wolfkiel, like @policetonyR mentioned there was a change made which should hopefully fix this a few months ago. Can I ask what version you're running of tconnectsync? Should be...

Oh, I think I see the problem here. The automation I had previously set up to build new images on Docker Hub when I create GitHub releases broke some number...

@ariana-wolfkiel I have updated the images available on Docker Hub: https://hub.docker.com/r/jwoglom/tconnectsync/tags?page=1&ordering=last_updated Please try re-pulling the docker image

It would probably make sense and be best if the tests ran across multiple timezones in order to catch deficiencies (e.g., the bug with the timezone-formatting log). I think your...

You are correct -- the WS2 therapytimeline endpoint only contains _pre-ControlIQ_ basal data. tconnectsync currently reads from this value regardless and merges it in for processing on the chance that...

Initial code to query for profile and pump settings is in https://github.com/jwoglom/tconnectsync/commit/fae1d4de2c870d96fe0c0f082fa44f70237b6991 There's remaining work to be done to actually upload these values into nightscout, hoping to get to this...