We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some instances the IOB displayed in iAPS is wrong. Sample timeline:
08:11 - Starting point COB = 0, IOB = 0.317 08:14 - Carbs entered. COB = 15, IOB = 0.357 08:15 - Manual bolus = 2.0 U 08:21 - SMB 1.1 U 08:26 - SMB 1.4 U
08:27 Displayed IOB = 3.28 Should be IOB = ~4.8
08:31 - SMB 0.5
08:35 Displayed IOB = 4.57 Should be IOB = 0.357+2+1.1+1.4+0.5 = ~5.3 (give or take) forced a loop Displayed IOB = 4.98, as expected
Reproduced with 5.0.3 and earlier.
The text was updated successfully, but these errors were encountered:
relevant_log.txt
Sorry, something went wrong.
One more occurrance two days later. From the log:
2024-09-27T07:46:01+0200 "IOB": -0.077 ... 2024-09-27T07:46:03+0200 [ApsManager] APSManager.swift - enactBolus(units:automatic:) - 1367 - DEV: Bolus succeeded: 1.5 ... 2024-09-27T07:51:06+0200 [ApsManager] APSManager.swift - enactBolus(units:automatic:) - 1367 - DEV: Bolus succeeded: 1.5
At 07:53, iAPS is showing IOB as 1.37, even though 3 U has been given on top of a starting point of -0.077:
relevant_log_20240927.txt
iPhone 15 Pro + iOS 17.7
No branches or pull requests
In some instances the IOB displayed in iAPS is wrong.
Sample timeline:
08:11 - Starting point COB = 0, IOB = 0.317
08:14 - Carbs entered. COB = 15, IOB = 0.357
08:15 - Manual bolus = 2.0 U
08:21 - SMB 1.1 U
08:26 - SMB 1.4 U
08:27
Displayed IOB = 3.28
Should be IOB = ~4.8
08:31 - SMB 0.5
08:35
Displayed IOB = 4.57
Should be IOB = 0.357+2+1.1+1.4+0.5 = ~5.3 (give or take)
forced a loop
Displayed IOB = 4.98, as expected
Reproduced with 5.0.3 and earlier.
The text was updated successfully, but these errors were encountered: