-
Notifications
You must be signed in to change notification settings - Fork 159
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
Feature Request: Enable inticating carb entries on the graph #321
Comments
Yep. That looks good |
So it should already work this way. I think right now it's displayed only when carbs AND bolus has been applied. But this is just from memory. |
Ok - this is odd then. When you say carbs have been applied I'm assuming you're not talking within Nightguard, right? That it's pulling them from NS? I have 3.9.2.906 installed. |
The app transfers the entered carbs to NS, yes. And retrieves them from the NS Backend. |
So in I it case Loop is the one recording the carbs and they aren’t displayed for us. |
You could compare the entries in nightguard that loop creates, versus the ones from NS/Nightguard. I would expect that there a differences. |
Here is the format for Loop carb treatments:
Looking at the code in Nightguard I see:
Note that in Loop carbs are double and not int (e.g. 3.5 is fine). Perhaps the difference here then is in terms of "absorptionTime" vs "duration"? |
The relevant code in Nightguard:
So I think the problem is mainly in the "mills" field as opposed to the "timestamp" field. |
In a similar way to how there are little markers for boluses, it would be great if, for example, a little white dot could be put on the graph to mark carb entries. This is useful when tracking from a far to know for example if a kid has received a low treatment yet or not without needing to check alternative applications.
Thank you!!
The text was updated successfully, but these errors were encountered: