You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Accu-chek Solo pump. Are there any plans to support pulling data from Accu-chek pumps?
If not - is it possible to extend the uploader to accept an xml file as input? I can use Accu-chek software to download all my data from the pump, and it creates an XML file on disk where it stores all that info. Would be great to be able to give that file to the uploader to parse and send to tidepool (might be a workaround if Roche pumps are hard to talk to over usb?). I wanted to write a script to do that, but I cannot find documentation for the tidepool API (other than looking at the uploder's code)...
The text was updated successfully, but these errors were encountered:
I'd also be keen to see support for data upload from a file. I have a bunch of historical data in Excel that I'd like to store with my current data in a single location.
I'm less interested in xml as a format and would probably prefer csv but could help implement both if it's something that is interesting.
HI @dlongman ! We're hoping to have an open API available in the next 6 months or so, but in the meanwhile you can have a look to see if it's possible to map your spreadsheet columns to our data model: https://developer.tidepool.org/data-model/ This shouldn't be too difficult for SMBG and CGM data, but can be really challenging for basal data.
Hi there.
I have Accu-chek Solo pump. Are there any plans to support pulling data from Accu-chek pumps?
If not - is it possible to extend the uploader to accept an xml file as input? I can use Accu-chek software to download all my data from the pump, and it creates an XML file on disk where it stores all that info. Would be great to be able to give that file to the uploader to parse and send to tidepool (might be a workaround if Roche pumps are hard to talk to over usb?). I wanted to write a script to do that, but I cannot find documentation for the tidepool API (other than looking at the uploder's code)...
The text was updated successfully, but these errors were encountered: