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

Pod state not propagated to NS #516

Open
panctronic opened this issue Apr 12, 2019 · 4 comments
Open

Pod state not propagated to NS #516

panctronic opened this issue Apr 12, 2019 · 4 comments

Comments

@panctronic
Copy link
Contributor

It seems like complete (reservoir/battery at least) Pod state isn't making it to the Nightscout pump pill.

I'm currently getting records like:
"pump": { "clock": "2019-04-12T00:17:41Z", "suspended": false, "pumpID": "XXXXXXXX", "bolusing": true, "secondsFromGMT": -25200 },
Corresponding to a pill like:
Screen Shot 2019-04-11 at 18 16 13

Compared to a typical minimed sourced entry:
"pump": { "clock": "2019-02-21T06:01:00Z", "reservoir": 249.6, "secondsFromGMT": -28800, "battery": { "percent": 100 }, "pumpID": "000000" }

Since pods don't report volume over 50u or battery level, resolving this issue may require changes in several places to support the additional logical state (pod lifetime remaining, etc)

@jasoncalabrese
Copy link

I looked at this the other day and was wondering why bolusing always seems to be true

@panctronic
Copy link
Contributor Author

nightscout/cgm-remote-monitor#4578 will add 50+ Unit display in NS and depends on LoopKit/Loop#947 and #522

@francescaneri
Copy link

Sensor updates at 7 minutes, pump and loop at 5 minutes. I don't see pill (50+ Unit)

@jasoncalabrese
Copy link

If you’ve already updated the loop app and your NS site it might be cached by your browser, try doing some hard refreshes.

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

3 participants