-
Notifications
You must be signed in to change notification settings - Fork 4
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
OpenAPS devicestatus sometimes report BG level as mg/dL when using mmol/L #2
Comments
that's quite often the case, that bg related values are reported in rT.reasons and or error logs without using convert_bg(variableName, profile) - most of my winky dinky PR's have been around those issues. |
OK, this does not come from
The part with BG and TempBasal started is not prepended anythere in oref to rT.reason. So it is either iAPS NS interface or which I suspect NS itself that enriches the OpenAPS pill. |
This was confirmed to be a NS issue, with a proposed fix here: nightscout/cgm-remote-monitor#8234 Closing the issue 🥳 |
Describe the bug
OpenAPS devicestatus sometimes report BG level as mg/dL when using mmol/L.
To Reproduce
Connect iAPS to NS, enable OpenAPS, hover over OpenAPS pill to see the devicestatus. Alternatively, search the NS devicestatus collection.
Usually the correct units are reported (mmol/L). But occasionally, mg/dL is reported, no clear pattern has been observed.
Expected behavior
Expect BGs to be reported according to the BG unit settings in iAPS and Nightscout
Screenshots
OpenAPS devicestatus pill in NS:
Setup Information:
I have seen this for years. Can other mmol users please check if this is seen? Should be something in determine-basal.js where the devicestatus is generated
Tagging @mountrcg , although your perhaps using mgdL? I think you cleaned up some related issue in openaps/oref0?
The text was updated successfully, but these errors were encountered: