tconnectsync icon indicating copy to clipboard operation
tconnectsync copied to clipboard

Syncs insulin pump data from Tandem t:connect to Nightscout for the t:slim X2

Results 35 tconnectsync issues
Sort by recently updated
recently updated
newest added

Need to add logging for CGM data from the main control iq api. Was able to get it added with minimal updates, but had to do a funky workaround with...

#56 Put a common replace_with_user_tz() function in tests/util/utilities.py that defaults to using the TIMEZONE_NAME tz in the users .env file (TIMEZONE_NAME defaults to 'America/New_York' if no .env file). Updated the...

I was running the tests and ran into a series of deprecation messages on logger "warn()" being deprecated to "warning()". Did some searching, it looked like this has been standard...

I was troubleshooting some issues with the CGM features and wanted to run the tests... It seems that's not possible outside of the assertequal-assumed timezone of America/New_York (-04:00). The called...

Some portions of t:connect, specifically interactions with the therapy timeline on tconnectws2.tandemdiabetes.com, are not functioning properly and tconnectsync has been receiving errors from Tandem when trying to synchronize data over...

These sync features still need the ws2 therapytimelinecsv: * BOLUS_BG * IOB This sync feature uses ws2 basalsuspension, which is less problematic but would still be great to remove our...

Not sure if I am missing something, but the `csvdata["basalData"]` is always an empty array, even when the the BASAL feature is specified. What could be going on here? IOB...

Tandem API methods only support filtering by date. However the sync time range contains a time element, and by default is expressed as (now - 24 hrs, now). When calling...

bug
long-term

A single sleep event is separated and not merged. ``` /api/v1/treatments?find[enteredBy]=Pump%20(tconnectsync)&find[created_at][$gte]=2022-07-18%2010:00&find[created_at][$lte]=2022-07-19%2012:00&find[eventType]=Sleep [ { "_id": "62d793ac89093289ef6df149", "eventType": "Sleep", "reason": "Sleep", "notes": "Sleep", "duration": 8.15, "created_at": "2022-07-19 09:53:19-04:00", "enteredBy": "Pump (tconnectsync)", "carbs":...

bug

Tconnectsync should have an option to change Nightscout's built-in basal profile options based on the pump's current values.

enhancement