-
-
Notifications
You must be signed in to change notification settings - Fork 741
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
Dana. Tapping “Save to pump” in pump settings … #962
Comments
I don't have this with Dana-i |
@Jon-b-m Could you post the stacktrace here? I also cannot reproduce this issue with the Dana-i. Including the value you use for Max Basal and max Bolus |
Crash log: |
A quick for this could be to just disable this save button when using Dana? |
@bastiaanv guard !pump.localizedTitle.contains(NSLocalizedString("Dana", comment: "")) else { We now don't have any localization for the "Dana" string yet, but the above will work even after adding it. |
@Jon-b-m does this impact the workings of APS? Originally, it should ignore the user input and just fetch whatever is stored in the pump. I would like to keep it that way, but if max bolus and max basal isnt considered by APS, then we can just add it |
Max bolus and max basal settings are respected in iAPS. The problem here is that since you can’t actually save these settings to Dana it would be better to either disable this save button or rename it. However having a ”fetch” button is a bit weird and unintuitive. Perhaps better to fetch upon appear instead and never display the ”save” button when using Dana, but then we need to have the fetch working. Now it unfortunately makes iAPS crash (tested with RS v.3). |
Small update, I contacted the Dutch dana importer and he will ship a DanaRS for me to debug this issue |
I have a workaround, specific to Dana pumps, PR to dev now which will also work with the normal iAPS functions. Please have a look at it to see if your changes and your PR to dev now feels more complete. |
Here: #1050 |
will make iAPS crash.
Tested with Dana RS V3 pump in both Dana and alphaDana branches.
Its in the first View (not the concentration view) you can’t tap “Save to pump” without having fatal bug.
The text was updated successfully, but these errors were encountered: