decocare
decocare copied to clipboard
python serial driver for mm comlink2 protocol
I'm trying to use the non-equipment demo and when I run the socat_run_app script I get ``` milan@milan-ThinkPad-T490:~/OpenAPS/decoding-carelink$ ./bin/socat_run_app.sh /usr/bin/socat TCP-CONNECT:bewest.io:8080,reuseaddr pty,link=./carelink.ttyUSB0,b9600,raw 2020/07/09 10:04:40 socat[10113] E getaddrinfo("bewest.io", "NULL", {1,0,1,6}, {}):...
Required for moving https://github.com/openaps/openaps to Python3 as the deps are dropping py2 support like hot potatoes. Significant changes: - Python3 has no `long` type, it's all just `int`, so [BangLong](https://github.com/openaps/decocare/pull/32/files?file-filters%5B%5D=.py#diff-402551a348b21e59ebcd223c167a2a2fR34-R35)...
I dunno if decocare is still pertinent, but the lack of a `'date'` in `record` (during `CgmDateDecoder.decode`) breaks the `oref0-pump-loop`.
Issue that I see happen all the time, this error happens almost every loop hence we have to have pump-loop try again when it fails. but even when we try...
New area for development.
mmeowlink and Carelink stick do slightly different things: - Carelink always returns a payload, even when no payload exists, apparently to convey error status? - Mmeowlink exposes the acks per...
`pip install decocare` installs version 0.0.30 of decocare, but the latest release is 0.0.31. `pip install decocare --upgrade` does not upgrade to 0.0.31 either. On the other hand, `easy_install decocare`...
Per https://github.com/openaps/openaps/issues/111: On x23 pumps with carb ratios set > 25 grams / U, openaps reads the carb ratio incorrectly as 0.26, 0.27, etc. ``` $ openaps use 523 read_carb_ratios...
I'm trying to get a 715 working with OpenAPS and it's clear the decocare history page parsing doesn't actually support this pump. Some of the events do parse correctly but...
Using Medtronic 554 Veo, create a Bolus Wizard treatment where you enter 12 mmol as the blood glucose value. The following is output by decocare when parsing the logs. Note...