decoding-contour-next-link
decoding-contour-next-link copied to clipboard
Space to collaborate on decoding Contour Next Link comms protocols, and the piggy-backed pump comms
The python code currently only prints data out to the console. Add the ability to upload data to a Nightscout server.
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
When I run the sudo -H pip install requests hidapi astm transitions PyCrypto crc16 line I get the following result : Command python setup.py egg_info failed with error code 1...
So the code outputs this: Opening device open failed You probably don't have the hard coded test hid. Update the hid.device line in this script with one from the enumeration...
Calling the module from the parent directory as described in the readme fails: ``` tgordon:~$ python3 -m decoding-contour-next-link.read_minimed_next24 /usr/lib/python3.8/runpy.py:126: RuntimeWarning: 'decoding-contour-next-link.read_minimed_next24' found in sys.modules after import of package 'decoding-contour-next-link', but...
Hi, I'm running the command `sudo python -m decoding-contour-next-link.read_minimed_next24 `from my pi0 rig. I am successful getting the pump history, but when it's going to fetch the sensor history info...
having completed the specified setup steps, when it comes to running the read_minimet_next24 I get the following message: Python\Python37-32\lib\runpy.py:125: RuntimeWarning: 'decoding-contour-next-link.read_minimed_next24' found in sys.modules after import of package 'decoding-contour-next-link', but...
When executing sudo python -m decoding-contour-next-link.read_minimed_next24 I am receiving the following: Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72,...
Being new with Python and contour next link on MacOs 10.13.3, I followed the readme, and got this finally: python -m decoding-contour-next-link.read_minimed_next24 Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line...
For the first time I observed the reported active insulin in the pump status when it was at something like 7.2 units. The pump itself displayed the expected value, but...