Does XDrip+ accept and display historical data via Intent? Other options? #4068
Replies: 2 comments 4 replies
-
You are using an app other than xDrip as a CGM. Have you asked them to address this? |
Beta Was this translation helpful? Give feedback.
-
I was trying to understand what methods XDrip+ has for accepting historic data, and separately about what capabilities Juggluco has for providing historic data on an NFC scan. I thought someone might know off-hand, and that this was the right place to ask such a question. Looking at the code, it appears that e.g. the "640G / Eversense" Intent is routed to NSEmulatorReceiver.java and eventually ends up calling bgReadingInsertFromJson() in models/BgReading.java and that it should accept multiple readings and reject those which conflict with existing readings based on their timestamp. So I think that answers my question, and my next port of call is Juggluco. If I've got any of that wrong please do let me know though, thanks :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I often get comms failures on my sensors, I've no idea why this happens. It doesn't appear to be a phone failure (the Libre2 Reader also reports that there's no comms), though I've not ruled out the phone breaking the sensor when it's first scanned to make Juggluco listen to it.
In any case with a failed sensor if I then manually scan it with Juggluco, it would be great for XDrip+ (which I use for the data display and prediction features) to accept the NFC scanned data and backfill its screen. This may be a thing that needs to be enabled in Juggluco (I don't know whether it broadcasts and Intent when NFC scans occur), but thought I'd ask whether such Intents are accepted by XDrip+ in any case?
Part of the value of the sensors is that they can alert you if you're running low/high (especially overnight) but during the day (if I can't replace a sensor ASAP) I derive massive value from being able to see BG trend data alongside insulin and carb intakes and their absorption curves.
This may already be possible by some combination of settings, so I wanted as pose the question.
I guess one thing that might work out be to make XDrip+ the follower and have Juggluco provide an "XDrip+/Nightscout" webserver itself. I'm not sure whether that setup would work correctly so am open to suggestions.
Beta Was this translation helpful? Give feedback.
All reactions