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

No Active Insulin in Pump Status and no Notifications #42

Open
CenGo86 opened this issue Dec 9, 2023 · 3 comments
Open

No Active Insulin in Pump Status and no Notifications #42

CenGo86 opened this issue Dec 9, 2023 · 3 comments

Comments

@CenGo86
Copy link

CenGo86 commented Dec 9, 2023

Hello, I noticed that since the last update I no longer have a display in the status bar about the active insulin in my Pump Status Information Tab. Only Battery and Insulin in Reservoir is showing. Has something changed or has a small bug crept in?

Greetings

Edit: I See there was a Problem with notifications too. They don't show up.

@CenGo86 CenGo86 changed the title No Active Insulin in Pump Status No Active Insulin in Pump Status and no Notifications Dec 10, 2023
@benceszasz
Copy link
Owner

I will check it.

@CenGo86
Copy link
Author

CenGo86 commented Jul 19, 2024

Did you find something out about this issue?

@sedy89
Copy link

sedy89 commented Jul 22, 2024

I was debugging for some time and I could verify that the input data is still fine. Seems like everything is okay until
data = new GsonBuilder().create().fromJson(responseString, dataClass); in the getData function of the CareLinkClient is being called.
I did not check all mapped objects, but I saw that in CareLinkDataProcessor e.g. lastAlarm and activeInsulin objects were still null after pushing data into the RecentData class.
I could fix that problem by adding implements Serializable to all model classes in message folder.
E.g. public class ActiveInsulin implements Serializable { and public class RecentData implements Serializable {

@benceszasz maybe you find some time to verify and update

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