-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[3.0-beta9] NSClient - Incorrect vertical position of BG check on graph #1085
Comments
[3.0-beta11] I have checked it also on latest beta. NSClient side treatments entry now shows also the value - perfect. Now I can see also the real problem behind - in AAPS I entered blood glucose on action tab as value of 30.0 mmol/L but on NSClient side there is shown as 1.7 mmol/L so now it is obvious. Graph position of the entry on NSClient side is now lite bit higher so it looks like the graph is correct and shows the label on 1.7 y-axis position. Moreover I'm using also 1.9.0.5 BYODA. Calibrations made here are shown correctly in AAPS and also NSClient. |
30mmol for a BG value! Very high, but 1.7 is a wrong convertion mg/dl to mmol/l. |
3.0-beta11 for aaps and nsclient, 14.2.5 nightscout version. Doing again now: I entered BG Check in action tab of 30 mmol/L on aaps side, it becomes 1.7 mmol/L on nsclient side. Graph position of the entry on nsclient is slightly bellow 2 so I think it is only unit conversion problem. |
Can you please send me a screenshot of "user entry" icon (treatments) in both phones to help me understand where is the bug |
@MilosKozak I confirm the bug, there is a wrong unit change somewhere between source phone and destination phone (see below send and received values in log) Value sent by source phone is OK (Unit is MMOL recorded in database and sent in NSCLIENT)
But value received on the other phone, unit is wrong (MMOL is replaced by MGDL)
|
Additionnally record is correct in NS (units = mmol) (with API V3 query)
|
Very strange Breakpoint in
It's not the json string got from NS (see below json strings with API V1 queries)
Unfortunatly I can't find where json string is modified to make a clean fix... |
it's NS bug. reported to NS team |
Hi, this is probably only displaying issue on NS client side, details in screenshots.
Here is bg check of 5.8 correctly displayed on aaps graph, also entry in treatments shows value corrrectly. (Sorry for non-english screenshots)
But on NS Client side the value is positioned on the bottom of the graph, not on correct y-axis (vertical) position.
And also in entries screen the value is not shown in the BG check entry.
The text was updated successfully, but these errors were encountered: