AndroidAPS icon indicating copy to clipboard operation
AndroidAPS copied to clipboard

[Enhancement] Medtronic Local Basalprofile with 3 digits, instead of 2.

Open Alamo04 opened this issue 4 years ago • 4 comments

Hi there, have a question about the local profile for Medtronic pumps in AAPS.

The local basal values can only set with 2 digits, but the Medtronic 754 has 3 digits. The little problem is, that the smallest Medtronic 754 basal value can only be changed with 0.025 I/E steps.

Possible changes are: 1.00, 1.025, 1.05, 1.1....

With the actual 2 didits; Every new basal rate must, in this case, be rounded to x.x, or x.x5. For a basal rate of 0.768 I must round it to 0.75. For a basal rate of 0.784 I must round it to 0.8.

I think the min. basal rate for older Medtronic pumps (712, 722) are perhaps 2 digits with 0.01. Then for those pumps is everything fine.

Question: Is it possible to change this for 554/754 to 3 digits, or is that not possible, because there is only one setting for medtronic pumps ?

It is not really important, only a nice to have

Alamo04 avatar Jun 14 '20 22:06 Alamo04

+1

ToreBj avatar Jun 24 '20 16:06 ToreBj

Medtronic driver supports basal rate with 0.025 rate for models 523 and higher.

Problem I think is that value we receive from AAPS core is always 2 decimals. We would need to do some tests, and see if this is LocalProfile issue or maybe any Profile issue.

Can you contact me offline and we can try this out?

andyrozman avatar Aug 01 '20 12:08 andyrozman

Hi @AndyRozman. I think it may be that below 1u/h, these pumps have a granularity of 0.025 but above 1u/h the granularity is 0.05 and AAPS doesn't have the option to have multiple granularities so the only option was to choose the less granular setting.

On Sat, 1 Aug 2020, 14:04 Andy Rozman, [email protected] wrote:

Medtronic driver supports basal rate with 0.025 rate for models 523 and higher.

Problem I think is that value we receive from AAPS core is always 2 decimals. We would need to do some tests, and see if this is LocalProfile issue or maybe any Profile issue.

Can you contact me offline and we can try this out?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MilosKozak/AndroidAPS/issues/2719#issuecomment-667521038, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAS7B3XBSQGLWBTPA4BO24DR6QAFBANCNFSM4N5U5XOQ .

guydavies avatar Aug 01 '20 12:08 guydavies

Test a little with NS and local profiles. Both are setting back in AAPS to 2 Digits, but the Profile in Pump was changed with 3 Digits. Don't know if it is importand. I always change them to the 2 Digits from AAPS now.

Send a Log from my test with NS and local profile. You can close this Issue, if noone have a problem with that.

AndroidAPS_LOG_1597411514534.log.zip

Alamo04 avatar Aug 14 '20 13:08 Alamo04