Skip to content
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

Autotune -> Save to Basals ... Zero's Basals #711

Open
scrappy opened this issue May 25, 2024 · 7 comments
Open

Autotune -> Save to Basals ... Zero's Basals #711

scrappy opened this issue May 25, 2024 · 7 comments

Comments

@scrappy
Copy link
Contributor

scrappy commented May 25, 2024

Just recording this ... David / Heather on Slack just found this:

Record your basal schedule before you do this. To reproduce… [Settings][Autotune][Run Now], choose [Save as your normal Basal rates], confirm [Yes], your saved basal rates are all now 0!

@Jon-b-m
Copy link
Member

Jon-b-m commented May 25, 2024

Do you have screenshots of your AT basals?

@scrappy
Copy link
Contributor Author

scrappy commented May 25, 2024

Sadly, 'Save to ...' doesn't even work on my phone, running dev ... my before and after basal rates are the same, even though I did tap 'Yes' when prompted ...

AT vs Basals:

IMG_6494
IMG_6493

@darrelld3
Copy link

darrelld3 commented May 25, 2024 via email

@Jon-b-m
Copy link
Member

Jon-b-m commented May 29, 2024

Im not sure yet why this is suddenly not working anymore. I’ll probably disable the save AT until this has been fixed.

Jon-b-m added a commit that referenced this issue May 29, 2024
@Jon-b-m
Copy link
Member

Jon-b-m commented May 29, 2024

Disabled in latest dev

Jon-b-m added a commit that referenced this issue May 31, 2024
* Always log and display in pop-up when dynISF disabled by exercise

* Missing bracket

(cherry picked from commit 6743fc5)

* Allow for bigger individual adjustments of the FPU settings.

* Don't force-unwrap

* Active Insulin/Carbohydrates Charts (#690)

* Crowdin updates (#684) (#692)

* Delete reference

* Save settings and preferences and profiles to stat database (#698)

* Share settings and profiles

* Share Settings and Preferences

* Log the middleware errors and display in pop-up. (#699)

* Crowdin (#700)

* New Crowdin updates (#684)

* Crowdin updates (#695)

* Crowdin (#709)

* Contact Image - fix for contacts not being saved into storage when the contact ID is already defined (#705)

* Basal Adjustment. Remove extra characters (#708)

* NS URL should not be needed for stat uploads

* NS URL not needed for stats uploads 2/2

* Resolve issue  #712 (#715)

* Remove type conversion (resolves issue #712) (Swift bug?)

* Crowdin (#716)

* New Crowdin updates (#684)

* Crowdin updates (#695)

* Crowdin updates (#707)

* Crowdin updates (#714)

Vietnamese by Hung Nguyen

* Temporary quick fix for RepeatingScheduleValue (#718)

"Resolves" issue #711

* Fix Typo: birtDate -> birthDate (#722)

Set default birthDate to distantPast ( current default is "today", making everyone an infant )

* fix: Use the pump limits from the pumpManager instead the user provided one (#720)

---------

Co-authored-by: yurique <[email protected]>
Co-authored-by: Marc G. Fournier <[email protected]>
Co-authored-by: Bastiaan Verhaar <[email protected]>
Jon-b-m added a commit that referenced this issue Jun 2, 2024
Resolved issues:
1. #711.
2. #712.
3. #705, by @yurique 
4. dc733d9, by @scrappy 
5. #720, by @bastiaanv 

Miscellaneous:
6. Remove extra characters in pop-up.
7. Remove requirement having a NS URL.
8. Use autosens min/max limits also for eventual dynamic basal adjustments.
9. More logging.

Translations:
Thank you Hung Nguyen Phuteleco!

Co-authored-by: yurique <[email protected]>
Co-authored-by: Marc G. Fournier <[email protected]>
Co-authored-by: Bastiaan Verhaar <[email protected]>
@drspike
Copy link

drspike commented Jun 6, 2024

I believe the issue is AT is recommending basals that aren’t multiples of 0.05. Ie a basal of 1.33 instead of 1.30. Omnipod delivers basals via 0.05 increments and so the basals saved from AT are listed as 0.0 in my basal profile if I save the basals from AT. If I check the Debug menu “Basal Profile” then the basal rates are saved from AT but they are intervals of 0.01 instead of 0.05. The basals still work it’s just the Basal Profile menu can’t display basals that don’t end in 0.00 or 0.05.

@drspike
Copy link

drspike commented Jun 6, 2024

IMG_2683

Not sure if 722 for model variable matters but I am using Dash pods.

Jon-b-m added a commit that referenced this issue Jun 25, 2024
* Use a faster glucose-get-last
Commit openaps/oref0#1468, by @thomasvargiu

* Crowdin updates (#666)

* Release Reminder (#667)

* Crowdin updates (#668)

* Fix time check

* Position of sharing link

* Fix for version uploads and requests (#669)

* New string

* change path

* Crowdin updates (#671)

* Crowdin updates

* Remove unnecessary conversion Nightscout (#672)

* Sharing View UI edits.

* Crowdin updates (#674)

* Crowdin translations (#675)

* Dev updates (#676)

* Crowdin updates (#677)

* Crowdin (#678)

* Decrease  frequency

* IOB correction

* Contact Image - small optimizations (#683)

* Contact Image - don't do anything if no contacts configured or access to contacts is not granted

* Contact Image - only save contacts in store if they get changed

* Update add_identifiers.yml

Xcode15/Node 20 support

* Update build_iAPS.yml

Xcode 15.3

* Update create_certs.yml

Xcode 15.3/Node 20

* Update validate_secrets.yml

Xcode 15.3/Node 20

* Update Gemfile.lock

New versions

* Crowdin translations

* Sync IOB count for overrides

* Always log and display in pop-up when dynISF disabled by exercise

* Missing bracket

(cherry picked from commit 6743fc5)

* Allow for bigger individual adjustments of the FPU settings.

* Don't force-unwrap

* Active Insulin/Carbohydrates Charts (#690)

* New Crowdin updates (#684)

* Crowdin updates (#684) (#692)

* Delete reference

* Save settings and preferences and profiles to stat database (#698)

* Share settings and profiles

* Share Settings and Preferences

* Log the middleware errors and display in pop-up. (#699)

* Crowdin updates (#695)

* Crowdin (#700)

* New Crowdin updates (#684)

* Crowdin updates (#695)

* Crowdin updates (#707)

* Crowdin (#709)

* Contact Image - fix for contacts not being saved into storage when the contact ID is already defined (#705)

* Basal Adjustment. Remove extra characters (#708)

* NS URL should not be needed for stat uploads

* NS URL not needed for stats uploads 2/2

* Resolve issue  #712 (#715)

* Remove type conversion (resolves issue #712) (Swift bug?)

* Crowdin updates (#714)

Vietnamese by Hung Nguyen

* Crowdin (#716)

* New Crowdin updates (#684)

* Crowdin updates (#695)

* Crowdin updates (#707)

* Crowdin updates (#714)

Vietnamese by Hung Nguyen

* Dev updates (#717)

* Temporary quick fix for RepeatingScheduleValue (#718)

"Resolves" issue #711

* Fix Typo: birtDate -> birthDate (#722)

Set default birthDate to distantPast ( current default is "today", making everyone an infant )

* fix: Use the pump limits from the pumpManager instead the user provided one (#720)

* Crowdin updates (#721)

* Overdue update to the iPhone identifier list (#725)

* Insulin and TDD details. (#724)

* Insulin and TDD details.

Also use autosens.min/max for dynamic basal* Increase vertical spacing

* Missing localizable strings.
OmniBLE

* Crowdin updates (#730)

* New Crowdin updates (#731)

* Add link to sharing to bring directly to personal statistics page (#727)

* Add link to sharing to bring directly to personal statistics page, with
token

* remove general statistics url in favor of user statistics

this put their token into a session on the statistic server, so that any
page that can make use of it ( full list / sigmoid list ) will show their
entry, but the long term goal for that landing page is to be able to
allow users to view settings ( ie. to print / save ), and eventually,
provide a more complete settings editor then nightscout provided ...

* Crowdin updates (#733)

* confirm pod DeliveryStatus to prevent 0x31 fault (#735)

* New Crowdin updates (#736)

* Complete the carbs -> bolus flow before enacting any eventual auto bolus (SMB) or any auto temp basal. (#706)

Prevent SMBs and temp basals (over 0u) while in Bolus View, but If more than 30 minutes since last loop - force close the bolus view

* Use NS URL for NS uploads

* Allow bolus when long time since last loop

* New Crowdin updates (#739)

* Don't require a NS URL for the version check

* Bump version

* New translations localizable.strings (Russian) (#741)

---------

Co-authored-by: Mike Plante <[email protected]>
Co-authored-by: yurique <[email protected]>
Co-authored-by: Marc G. Fournier <[email protected]>
Co-authored-by: Bastiaan Verhaar <[email protected]>
Co-authored-by: Marion Barker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

4 participants