Eversense CGM integration via NotificationListenerService #3290
Replies: 5 comments 24 replies
-
Can I ask a question for my benefit to see if I can personally help or not? The UI based collector, by default, does no backfill. So, if you walk away from your phone, when you come back, you will have missing readings in xDrip. Can you tell me if the existing Eversense hardware database in xDrip offers backfill or not? My second question is about the app notification you have mentioned. |
Beta Was this translation helpful? Give feedback.
-
I have downloaded and installed xDrip from here: https://jamorham.github.io/#xdrip-plus (~2h ago) and not sure, if this is the correct version. |
Beta Was this translation helpful? Give feedback.
-
Yes this should be possible |
Beta Was this translation helpful? Give feedback.
-
Have you already been able to extend the NotificationListenerService to the US version as well, so to notifications from "com.senseonics.androidapp"? |
Beta Was this translation helpful? Give feedback.
-
been testing that as well. works good so far. sometimes it gets a bit out of sync like grabbing a value from the notification 30 seconds before a new one comes in so you then have an old value shown as new. but then it syncs itself quickly again by pushing out another value on notification change. i have now 120% of bg values grabbed per day which means it doing a bit too often but most of the time it works pretty well. good job. good thing aaps has its smoothing plugins sorted out by now. without it it wouldnt be usable for looping. question 1: since we have settings for the settings of everything can we have some settings to configure the xdrip smoothing algorithm and its weights? curently xdrips smoothing is way too weak to produce loopable values and needs another smoothing instance somewhere. question 2: as you can see on BernhardRo's screenshot the transmitter battery value is also displayed in that eversense notification and aaps can display such a battery value now in the latest version. but the xdrip code doesnt look like its grabbing the battery value right now. can that be done? |
Beta Was this translation helpful? Give feedback.
-
Hello, would it be possible to extend your UiBasedCollector to work with Eversense as well? Eversense also implements a permanent notification, which can be identified by "com.senseonics.gen12androidapp". The current glucose value is then available as string in "notification.tickerText"
Right now, a patch for the Eversense App exists to access the data, but with every update of the App, it gets more and more critical to patch it!
Beta Was this translation helpful? Give feedback.
All reactions