Scott Leibrand

Results 37 issues of Scott Leibrand

Since day 1, the `openaps` toolkit has used `git` to provide full auditability of every file whose contents are controlled by `openaps`. This has definitely been useful, especially in the...

bump version to 0.2.0 for radio_locale support cc @oskarpearson

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 { "units":...

help wanted

Even when boluses are successful, openaps always returns "recieved":false in the output json. It usually looks something like: {"status":"normal","requested":{"units":0.1,"params":[1]},"bolusing":true,"timestamp":"2017-01-18T17:43:10.885651","units":0.1,"suspended":false,"recieved":false,"_type":"BolusRequest"}

The output of read_selected_basal_profile and similar should round the rates read from the pump. Currently the floating point math is resulting in rates like 1.1500000000000001 and 0.8500000000000001: [{"i":0,"start":"00:00:00","rate":1.1500000000000001,"minutes":0},{"i":1,"start":"02:30:00","rate":1,"minutes":150},{"i":2,"start":"04:30:00","rate":0.8500000000000001,"minutes":270} etc.

The following keys should not be allowed to return zero values: ``` "insulin_action_curve": 0, "maxBolus": 0.0, ```

We should require "units" to be mg/dL or mmol/L and require the following values to be zero in the first record: ``` "i": 0, "start": "00:00:00", "offset": 0, "x": 0...

Pump time is set correctly in PDT. timestamp is correct. Actual current unix timestamp is: 1437948234 date record on most recent TempBasalDuration record is: 1437951103000.0 which is 1 hour ahead....

If `floating_carbs: true`, then dose slightly more aggressively by using all entered carbs for calculating COBpredBGs. This avoids backing off too quickly as COB decays. Even with this option, oref0...

Currently, autotune uses and tunes a single ISF and IC ratio. Some people use different ratios over the course of the day. It might be useful to support tuning different...

help wanted