-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Roche Accu-Chek Smart Pix device #1432
base: master
Are you sure you want to change the base?
Add support for Roche Accu-Chek Smart Pix device #1432
Commits on Aug 31, 2021
-
Accu-Chek / Roche SmartPix model 1 support for insulin pumps.
This version supports only model 1 / gray SmartPix readers, reading insulin pumps. The reader must be attached and mounted (it shows as mass storage device) before reading is started. The XML part expects the document to be read with xml2js. The pump data parser understands only name of Spirit/Combo pump, but assuming that it is the reader that generates the report format, it should handle other pumps too. The parser understands data generated by Smart Pix 1 firmwares 3.01.03 and 3.05.01, but others should work too.
Configuration menu - View commit details
-
Copy full SHA for 75a5d90 - Browse repository at this point
Copy the full SHA 75a5d90View commit details
Commits on Sep 20, 2021
-
Merge pull request #63 from tidepool-org/master
Sync with Tidepool master
Configuration menu - View commit details
-
Copy full SHA for 5333f48 - Browse repository at this point
Copy the full SHA 5333f48View commit details
Commits on Oct 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 75600b5 - Browse repository at this point
Copy the full SHA 75600b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8eae0 - Browse repository at this point
Copy the full SHA db8eae0View commit details
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6365f71 - Browse repository at this point
Copy the full SHA 6365f71View commit details
Commits on Jan 30, 2022
-
Accu-Chek / Roche SmartPix model 1 support for BG meters.
This continues the support for model 1 / gray SmartPix reader, adding blood glucose measurement parsing. The meter data parser understands only name of Aviva Combo, but assuming that it is the reader that generates the report format, it should handle other meters too. The parser understands data generated by Smart Pix 1 firmwares 3.05.01, but others should work too.
Configuration menu - View commit details
-
Copy full SHA for 97c6423 - Browse repository at this point
Copy the full SHA 97c6423View commit details -
Refactor Smart Pix quick report debug variable slightly.
To make it easier to read a externally stored report, make QUICKK_SINGLE_REPORT also accept a string as path to the report. This requires that the Driver.process accepts full path directly as argument instead of assuming it being a relative path.
Configuration menu - View commit details
-
Copy full SHA for f2dfc93 - Browse repository at this point
Copy the full SHA f2dfc93View commit details
Commits on Mar 14, 2022
-
makeFood() object was changed to have with_amount() in place of with_carbs(). - Fix few style etc issues. - Remove unneeded clockDriftOffset from both BG and IP parsers.
Configuration menu - View commit details
-
Copy full SHA for def839e - Browse repository at this point
Copy the full SHA def839eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 008496c - Browse repository at this point
Copy the full SHA 008496cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aab490 - Browse repository at this point
Copy the full SHA 4aab490View commit details -
Add basic timezone handling to AccuChek SmartPix.
The implementation does not handle time changes (usually DST) and so might produce offset on time in one side of the jump.
Configuration menu - View commit details
-
Copy full SHA for 7ccb703 - Browse repository at this point
Copy the full SHA 7ccb703View commit details -
- Use default export for the parser implementations' entry functions. - Shorten a too long line. - Disable few eslint rules for require('drivelist'), same pattern used elsewhere in the project.
Configuration menu - View commit details
-
Copy full SHA for 02e7dfb - Browse repository at this point
Copy the full SHA 02e7dfbView commit details