oref0 icon indicating copy to clipboard operation
oref0 copied to clipboard

oref0: The open reference implementation of the OpenAPS reference design.

Results 89 oref0 issues
Sort by recently updated
recently updated
newest added

During looping, sometimes the loop is hitting some security settings (preferences like max_basal, max_iob, max_daily_safety_multiplier, current_basal_safety_multiplier) and the right amount of insulin for corrections is capped. An alarm or notification...

In production rigs, determine_basal is given an array with multiple IOB datapoints. In development, the unit tests for determine_basal call the logic with one IOB datapoint without wrapping the data...

Had a delivery failure tonight, which caused pump to be suspended. It was noted in NS, but what about triggering a Pushover on pump alarm conditions? Pumphistory records: { "_type":...

Currently oref0-pushover is used for carbsReq notifications (and supports insulinReq notifications as well). Doing so from the rig itself has some drawbacks: - Each rig alerts independently, so with multiple...

Having the same ISF that starts and ends at multiple times (like midnight:80, 6am:80, 10pm:80) is causing issues with autotune

Per @rsilvers129's suggestion, having an autosens ratio above 1.15 may be a good indication of the need to change a pump site. To facilitate evaluation of whether this is reliably...

We need volunteers to work through autotune and provide: 1. Better input checking 2. Self-explanatory error messages 3. Make it bail if it's missing required inputs

help wanted

IOB is impacted by square waves, and suspend/resumes. It'd be nice to have them considered.

Previous to this change, my setup script would fail because the perms checking was limited to only the first permissions group received from Nightscout. In my case, I have to...

**Is your feature request related to a problem? Please describe.** For nearly everyone insulin sensitivity changes throughout the day, but autotune only provides one value. Documentation says "For ISF, it...