Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Display more data in the app (stand-alone without upload)? #300

Open
psit opened this issue Jan 11, 2021 · 6 comments
Open

Display more data in the app (stand-alone without upload)? #300

psit opened this issue Jan 11, 2021 · 6 comments

Comments

@psit
Copy link

psit commented Jan 11, 2021

I'm looking for a stand-alone app without data upload to view the 640G pump data.
(I already got some info and had a great start in this issue: #296)

Now I am wondering if there is a way to show some more data from the pump in either the uploader app or xdrip+ (sadly the xdrip+ documenation is very sparse, but the data is provided by the uploader, so I start asking here), namely:

  • current alert message from the pump, if not dismissed
  • especially "basal interruption" (possibly with indicator in the timeline about the interruption)
  • carbohydrates, bolus (also delayed and dual) and "event markers" in the timeline/graph
  • basal rate in the timeline
  • blood glycose measurements (sent to the pump via Contour Next Link, partially used for calibration) in the timeline/graph

Eventually, it would be great to have all data from the medtronic carelink daily reports graphs, available on a smartphone.
I had a short look at the https://github.com/pazaan/decoding-contour-next-link project, which seems related to the android uploader (thanks @pazaan). There, the mentioned data seems to be available.

Thanks a lot for your effort to everyone! You are improving our lives drastically!

@Pogman
Copy link
Collaborator

Pogman commented Jan 12, 2021

The nightscout web server combined with the uploader provides all of this. I would highly recommend getting that set up and tweaked to your needs.

@psit
Copy link
Author

psit commented Jan 12, 2021

Is this the place where all data is sent to xdrip+?

private void doXDripUploadStatus(PumpStatusEvent record) throws Exception {

I'm wondering if one could send more information to xdrip?

If I ever have some time left I could also try contributing as a developer.

@psit
Copy link
Author

psit commented Jan 23, 2021

Is there some API or any information about how to send more data to xDrip+? What format do they expect?

@pazaan
Copy link
Owner

pazaan commented Jan 23, 2021

The nice thing is that xDrip+ is also Open Source, so you can look through their code to figure it out 😄

@psit
Copy link
Author

psit commented Jan 23, 2021

Yes, I know - and with so many great projects that are under heavy development, nobody cares about documentation... I have this in my daily business ;) I was hoping that someone has a clue about this interface between the apps.
Sadly I am just a Java dev with no clue about Android apps. I guess I will have to do some learning if I ever find time for it.

@psit
Copy link
Author

psit commented Jan 29, 2021

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants