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

Problem Sibionics reading on app update #157

Open
yiyoMX opened this issue May 9, 2024 · 9 comments
Open

Problem Sibionics reading on app update #157

yiyoMX opened this issue May 9, 2024 · 9 comments

Comments

@yiyoMX
Copy link

yiyoMX commented May 9, 2024

Hi, first of all thanks for your work on this app.
I've been using juggluco with Sibionics sensor and it was working great, until I updated the app. I was like 4 builds behind. I had a working sensor already when I updated, I had 115mg/dl but when I made the update it jumped to 1245 or something crazy like that, then it dropped to 250 and it settled somewhere around that number. I checked with a glucometer and I was 106.
What can I do? Sensor is like 20days old.

@j-kaltes
Copy link
Owner

j-kaltes commented May 9, 2024

Juggluco test whether a value is valid:

return g&&g>38&&g<502&&id>=0&&id<maxminutes&&t>1598911200u&&t<2145909600u;

Among which it checks that a value is below 502. Where did Juggluco display 1245? Have you found a place where this check is not made?
Such large values will be displayed as missing values.

@yiyoMX
Copy link
Author

yiyoMX commented May 9, 2024 via email

@yiyoMX
Copy link
Author

yiyoMX commented May 9, 2024 via email

@j-kaltes
Copy link
Owner

j-kaltes commented May 9, 2024

I should have corrected it strait away, but I thought it didn't matter because of the reason I just mentioned. A few values that are 1080 mg/dL too large is every well possible. But after 5 minutes the values are normal.

@j-kaltes
Copy link
Owner

j-kaltes commented May 9, 2024

The bug should be fixed in 8.0.17: https://www.juggluco.nl/Juggluco/download.html
But for you it doesn't matter at all. The bug affects only the first four minutes with 8.0.16.

@yiyoMX
Copy link
Author

yiyoMX commented May 9, 2024 via email

@j-kaltes
Copy link
Owner

j-kaltes commented May 9, 2024

That is something of the sensors. If you have a Chinese telephone number you can run the Chinese Sibionics app and receive all past values. https://cgm-prod-public.oss-cn-shenzhen.aliyuncs.com/app/update/android/%E7%A1%85%E5%9F%BA%E5%8A%A8%E6%84%9F.apk

When you press on Blood glucose device, followed by view data, you can view and save the individual values.

@yiyoMX
Copy link
Author

yiyoMX commented May 10, 2024 via email

@j-kaltes
Copy link
Owner

If you update from Juggluco before version 8.0.9, you can better update with a new sensor. From a later version is doesn't matter.

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

2 participants