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

python serial driver for mm comlink2 protocol

Results 40 decoding-carelink issues
Sort by recently updated
recently updated
newest added

Since --serial is not a required argument, but must be defined as an environment variable if it's not provided, scripts that require it should error out immediately if SERIAL is...

As I am working through what data would be useful for someone to see on a regular basis as part of a push notification, alarm, or a query, I was...

ReadPumpStatus currently presumes all pumps use code 206 to call for pump status. The x12/x11 pumps use 131 instead (as per the docs in this project). Either we need a...

@loudnate left us some great data to verify data decoding. This must be a new pump or something, it came in blank, with lots of NoDelivery errors, and then it...

askmedtronic

Apparently using ParadigmPAL software, one can make basal changes and upload them to his or her insulin pump. Would love to see if there is a way to add this...

askmedtronic

## `PumpExperiment_OP69` What does it do? ``` bash $ mm-send-comm.py --serial 208850 tweak PumpExperiment_OP69 ... ``` ### PUMP MODEL: `ReadPumpModel:size[64]:data:'515'` {} CRITICAL:decocare.session:this seems like a problem response: PumpExperiment_OP69:size[64]:data:bytearray(b'\x00') hexdump: ```...

askmedtronic

With @loudnate. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/31622272-what-is-command-for-entering-journal-events?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).

askmedtronic

Hello @bewest, I am building a notifier based on decoding-carelink ( https://github.com/bustavo/carelink_notificator ) The code is Ruby based as I had mentioned before. Until now it covers my needs (...

askmedtronic

Starting at this point: https://gist.github.com/ps2/9add953c0f13a7dd2184#file-gistfile1-txt-L43, decocare seems to get confused, and misses a bolus record later. The gist also has the full history page in hex. ## --- Want to...