-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Honor pump max basal rate #30
Comments
I'm not sure I want to make users pay the penalty of re-checking max basal each time. The larger feature request here is the ability to sync settings from the pump. I haven't thought through what the right UX should be for that. |
Maybe just check max basal if you get a received: false on a temp basal enact? Also maybe check pump status and provide some indication if temps are failing because the pump is suspended or bolusing... |
with Loop v1.9, max delivery rates are read from pump and synced. |
If the pump has a maximum basal rate that is lower than what is configured in the app, the loop will silently fail. Loop should probably query the pump's max basal rate and use that if it's lower than what the user configured (and maybe warn).
The text was updated successfully, but these errors were encountered: