decoding-carelink icon indicating copy to clipboard operation
decoding-carelink copied to clipboard

Some Bolus History Data Not Correct From mm-latest.py3

Open kenstack opened this issue 9 years ago • 17 comments

In reading the data from a 723 pump, I m getting 90%+ of the bolus history correct from mm-latest.py, but a couple of data points are well off. Here is an example.

Here, the bolus amount should be 11 units, and the carb ratio should be 9. I attached a jpg of the pump bolus history itself below. Again, most of the bolus data points are perfect.

I am trying to get bolus history to do on board insulin calculations hence my need for the data.

Newer pumps like the 723 do have this as a parameter and that may be easier to get, but I am not sure where to start in terms of figuring out a new command. Im guessing its in there somewhere.

Thanks for any help / insights into either why the bolus history is wrong or how to grab the onboard insulin number.

{ "_type": "BolusWizard", "bg": 0, "bg_target_high": 90, "_description": "BolusWizard 2014-11-08T10:11:57 head[2], body[15] op[0x5b]", "timestamp": "2014-11-08T10:11:57", "sensitivity": 65, "bg_target_low": 110, "carb_ratio": 12.0, "food_estimate": 4.7, "unabsorbed_insulin_total": 0.0, "correction_estimate": 0.0, "carb_input": 100, "bolus_estimate": 4.7 }, { "_type": "Bolus", "_description": "Bolus 2014-11-08T10:11:57 head[8], body[0] op[0x01]", "timestamp": "2014-11-08T10:11:57", "programmed": 4.7, "amount": 4.7, "unabsorbed": 0.0, "duration": 0, "type": "normal"

img_9637

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5867720-some-bolus-history-data-not-correct-from-mm-latest-py3?utm_campaign=plugin&utm_content=tracker%2F522759&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F522759&utm_medium=issues&utm_source=github).

kenstack avatar Nov 09 '14 04:11 kenstack