nightscout / AndroidAPS

Opensource automated insulin delivery system (closed loop)
https://wiki.aaps.app
GNU Affero General Public License v3.0
725 stars 1.76k forks source link

[3.0.0] CGM Eversense integration does not work #1257

Closed BernhardRo closed 2 years ago

BernhardRo commented 2 years ago

AAPS Version: 3.0.0 Build Version: a2411bb51-2022-02-01-08:40 Flavour: fullrelease NS Version: 14.2.5

Hello, as already recognized for the RC3 version, the BG reading from Eversense does not work in AAPS 3.0.0. For older versions, it worked with patched ES apk -> ESEL -> MM640g in AAPS. But this does not work with the new AAPS version. The BG values are simply not available. As workaround, it is possible to get them via xDrip+ (and 640g / Eversense as source in xDrip+), but the direct connection seems to be broken.

Regards Bernhard

AdrianLxM commented 2 years ago

@BernhardRo Could you please set a break point in line 93 of the LocalBroadcaster and check if you get the AAPS package name?

 ​            ​if​ (packageName ​!=​ ​null​) {
BernhardRo commented 2 years ago

Yes, I have it: image

there are 3 receivers: image

it is running in a virtual machine with AAPS and xDrip+ (and Esel) installed.

MilosKozak commented 2 years ago

put here logs from AAPS (be sure there were some BGs sent)

BernhardRo commented 2 years ago

ADD TIME OF EVENT HERE: ADD ISSUE DESCRIPTION OR GITHUB ISSUE REFERENCE NUMBER:

(Please remember this will send only very recent logs. If you want to provide logs for event older than a few hours, you have to do it manually)

AndroidAPS 3.0.0 Build: a2411bb51-2022.02.01-08:40 Remote: https://github.com/BernhardRo/AndroidAPS.git

Flavor: fullrelease Nightscout-Version: 14.2.5

Logfile: AndroidAPS_LOG_1643909349641.log.zip

BernhardRo commented 2 years ago

I have a debug session with @AdrianLxM on Saturday