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

Omnipod basal settings #46

Closed
eurenda opened this issue Dec 15, 2016 · 5 comments
Closed

Omnipod basal settings #46

eurenda opened this issue Dec 15, 2016 · 5 comments

Comments

@eurenda
Copy link

eurenda commented Dec 15, 2016

Not sure but my basal rate 60 minute time slots are not being saved properly, I am unable to input the following example and save it using code:47 name:1.4.1 version using 60 minute increments :

00:00 0.9
02:00 1.5
05:00 0.85
09:00 0.75
12:00 0.85
21:00 1.00

Saves portions of the above and at the 15:00 slot complains that I cannot add an additional 30 minute between this slot and the next

@timomer
Copy link
Owner

timomer commented Dec 18, 2016

Hi, can you give more details where the issue is, I have been able to create the following ok...
00:00 0.9
02:00 1.5
05:00 0.85
09:00 0.75
12:00 0.85
21:00 1.00

image

I was also able to then add a 15:00 slot

image

Are you able to provide any images of your issue?

@eurenda
Copy link
Author

eurenda commented Dec 19, 2016

Yes, I've attached some images, I think that the first detail shows for me, I can only add sequential slots with 30 or 60 minute time slots:

screenshot_2016-12-19-12-36-14

This prevents me from replicating a time slots (as in your example) that last more than a single 30 or 60 minute interval, i.e. it forces me to add the example (if I select 60 minute intervals) as:
00:00 ~00:59
01:00 ~01:59
02:00 ~ 23:59 ... etc.

screenshot_2016-12-19-12-41-12

My issue occurs when I try to add the 15:00 time slot from the individual 60 minute entry series.

Hope this helps illustrate better (thanks for your great work Tim).

@timomer
Copy link
Owner

timomer commented Dec 20, 2016

Hey, great thank you for the extra info.

This may answer the issue you are having...
In the last image you have two time slots
-00:00 ~ 00:59
-01:00 ~ 23:59

The value "00:59" is limited by the next time slot start time "01:00". You can change "01:00" to be any value between 01:00 until 23:29. If you change it to "15:00" you will have these as time slots...
-00:00 ~ 00:59
-15:00 ~ 23:59

Now, "00:59" can be changed to any value from 00:59 until 14:59.

Sorry if you are already aware of this, but want to be sure you understand the logic.

@eurenda
Copy link
Author

eurenda commented Dec 20, 2016

Logic understood, the initial time slot range determines the limit (duh!). Thanks for explaining it to me Tim - was not aware (thanks your wonderful work on this project)

@eurenda eurenda closed this as completed Dec 20, 2016
@timomer
Copy link
Owner

timomer commented Dec 20, 2016

No problem, thank you for the feedback. Wanted the editor to be as simple as possible but with obvious limits so a useable schedule is always created.
If you think there is any way to make it more clear do let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants