-
Notifications
You must be signed in to change notification settings - Fork 514
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
Add Dana option to built-in pump simulator #329
Add Dana option to built-in pump simulator #329
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
StatusConfirmed Omnipods have appropriate behavior
DetailsI returned to test this with an Omnipod rPi DASH pod.
Attempt to set Omnipod basal rate to 35 U/hr.
Attempt to bolus 35 U:
From rPi:
Parsed HEX command:
|
What’s the status on this PR? |
It is ready to be merged |
LGTM |
…lator Add Dana option to built-in pump simulator
This adds Dana as an option for the pump simulator for the Trio app.
Problem with this PR
This may be an existing Trio issue that is revealed by this PR.
I set Max Bolus and Max Basal to the allowed values for Dana (80U and 35 U/hr) and that was accepted when the in-app simulator was accepted.
Omnipod Accepted same limits
When I deleted the simulator and added Omnipod DASH, the Max Bolus/Basal values remained too big for Omnipod.
There should be some range checking when Omnipod is paired - the values are not saved to the pods because pods have no such concept, but the limits should be respected.
Medtronic works as expected
I then attempted to pair a Medtronic and got - max settings exceeded.
After changing the max values to 2 and 2 and pairing pump
Tagging @avouspierre and @bastiaanv for review.