You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thank you very much for your help. I solved the part of the problem with entries that contained Unicode surrogate pair like \u0032, which is not supported by ArduinoJSON library, that I use. Additionally I merged your pull request. As I understand it, it returns only SGV entries. What is the difference between "/api/v1/entries.json?find[type][$eq]=sgv" and "/api/v1/entries/sgv.json"?
If I add “&count=20”, can I be sure that I will get 10 last SGV entries or shall I query the SGV and the MBG entries separately as there can be more such entries? How to query for it? Is anywhere detailed API description? I found this page https://github.com/nightscout/cgm-remote-monitor/wiki/API-v1.0.0-beta-Endpoints but it is not detailed.
And more troubles 😉 my daughter uses Spike and enters calibration manually and the entry is not MBG, but CAL type and there is no glycemia value {"_id":"5d7340ef156712edb4199285","scale":1,"dateString":"2019-09-07T05:32:31.000Z","device":"MIAOMIAO","date":1567834351782,"intercept":38605.643749999996,"slope":1000,"type":"cal","utcOffset":0,"sysTime":"2019-09-07T05:32:31.000Z"}. But the value has to be somewhere, as the Nightscout website is displaying it correct (see https://adadia.herokuapp.com at Sunday 7.9.2019 5:32 (7:32 CET+DST)). I like the idea to display crosses for calibration entries, but I will need a little bit of your help please. Thank you.
Best regards
Martin
As per PR #29, the view could also plot glucometer readings from the /entries data
The text was updated successfully, but these errors were encountered: