-
-
Notifications
You must be signed in to change notification settings - Fork 755
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
Profile failing to disable “Change CR” when CR toggle off #890
Comments
Hi! I just tested again. It works for me. Are you using latest main or dev iAPS version? |
Are you perhaps also using dynamic CR, as this will also change your CR? |
Can I see your pop-up and your CR settings, please? |
First popup is with the saved profile 105% Basal/ISF enabled. The Saved Presets Screenshot above indicates in the 105% preset that only ISF is toggled. But the CR is being changed. 2nd pop up is when the same toggles (ISF on, CR off) are run directly without using a saved preset. It runs as expected. Actually looks like it's reversing the two when run as a saved profile. |
The middleware error is because I deleted everything from middleware including the blank function. Wanted to ensure no middleware was at fault. |
Thanks, this additional info is very helpful. I can replicate the issue now. |
Will push a fix tonight |
@macconnellk I've now made a PR to dev branch resolving this issue: #892 |
Resolve issue 890: #890 Add some more logging of overrides. Resolve nasty typo preventing some ISF overrides. Add additional check for missing TIR data to prevent any eventual out of bounds errors.
Resolve issue 890: #890 Add some more logging of overrides. Resolve a nasty typo preventing some ISF overrides. Add additional check for missing TIR data to prevent any eventual out of bounds errors. German Crowdin updates
Resolve issue 890: #890 Resolve a nasty typo preventing some ISF overrides. Add additional check for missing TIR data to prevent any eventual out of bounds errors. Add some more logging of overrides. German Crowdin updates
When creating a profile that adjusts basal and ISF, but not CR, I am toggling the following in Profile screen:
-More Options: On (reveal more toggles)
-Change ISF and CR: Off (reveal ISF and CR toggles)
-ISF: On
-CR: Off
I expect CR to remain unchanged. However, despite toggling CR off the CR is still adjusted indicated in Enacted pop-up.
Example: When setting the profile slider to 105%, and toggling the above profile settings, CR is being adjusted 5% from 16.6 to 15.8
The text was updated successfully, but these errors were encountered: