PieterGit
PieterGit
I would have liked to join the developer meetup, but couldn't find a proper flight. If we decide not to use Kotlin for being able to to run inside Java...
i integrated @oskarpearson scripts in the devww branch in openaps, see https://github.com/openaps/oref0/pull/357 that pull request is (almost) ready to go to dev. this will work for us and ww pumps
I think it's caused by the fact that the CARELINK_JSON_BASE_URL gives a 404 on the European site. Is it also possible to use the CSV download option? According to Firefox...
Happens with WW pump and Explorer board with oref0 dev. It seems that the rig-pump communication does not work, causing reset.py to hang. Rebooting the system seems to solve the...
I probably fixed the bug that `oref0_subg_ww_radio_parameters.py` did not kill the `reset.py`. Still I rather would like not to need to kill processes if it can be fixed within mmeowlink...
@scottleibrand Yes, this might be same issue as https://github.com/openaps/oref0/pull/411 and even the TI USB problems I had with a WW-pump on a RPI3 seem related (both are hanging on `reset.py`)....
@oskarpearson (or others) can you help me and explain how I can debug this mmeowlink issue? I would like to remove the root issue, so that reseting the USB subsystem...
Currently on `dev` there are pump-rig communication errors that don't go away after a while. @kdsimone wrote a workaround script, see https://gitter.im/nightscout/intend-to-bolus?at=5947348502c480e672598dd9 I think we must try to make mmeowlink...
Linux kernel 4.4.30+ #919 Tue Nov 1 16:52:58 GMT 2016 armv6l GNU/Linux TI firmware 0.8 Same TI stick works fine with pi3. ``` pi@pi0:/etc/udev/rules.d $ cat 90-mmeowlink.rules # symlink for...
I found a workaround ``` $ cat /etc/udev/rules.d/90-mmeowlink.rules # symlink for TI Dongle flashed with subg_rfspy firmware ATTR{idVendor}=="1d50", ATTR{idProduct}=="8001", MODE="0664", GROUP="plugdev", SYMLINK+="mmeowlink", RUN+="/usr/local/bin/mmt.sh" ``` and `$cat /usr/local/bin/mmt.sh` contains: ``` #!/bin/sh...