PedanticAvenger / FlashCGM

Repository of work to alter Fltbit Ionic Flashring Watch Face to support Blood Glucose data display
Other
10 stars 15 forks source link

Versa 3 not reading from nightscout #54

Open JonathanFoley opened 2 years ago

JonathanFoley commented 2 years ago

Hi,

May be a bug but could be a config/user issue. Watch face isn’t picking up readings from nightscout.

Data source URL below:

https://jfmycgm.herokuapp.com/api/v1/entries/sgv.json

Watch face v1.0.3 iPhone 12 Pro Max (iOS 15.5) Fitbit Versa 3 Fitbit firmware v128.6.12

May be irrelevant but to provide additional information, using xDrip4iO5 to upload to nightscout, which is working as expected.

Please let me know if you require any additional info to debug.

image image

Stas1976 commented 2 years ago

Hello the same issue

PedanticAvenger commented 2 years ago

Does xDrip4ios support the local web server like standard xDrip? I'm digging into this issue but haven't been able to determine why it can't pull the data yet.

On Mon, Jun 20, 2022 at 1:48 PM Jonathan Foley @.***> wrote:

Hi,

May be a big but might be a config/user issue. Watch face isn’t picking up readings from nightscout.

Data source URL below:

https://jfmycgm.herokuapp.com/api/v1/entries/sgv.json

Watch face v1.0.3 iPhone 12 Pro Max (iOS 15.5) Fitbit Versa 3 Fitbit firmware v128.6.12

May be irrelevant but to provide additional information, using xDrip4iO5 to upload to nightscout, which is working as expected.

Please let me know if you require any additional info to debug.

— Reply to this email directly, view it on GitHub https://github.com/PedanticAvenger/FlashCGM/issues/54, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXJU2KFO4SAUDPALLA7AE3VQDDKLANCNFSM5ZJ5CZLA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--

Raymond Richmond Omnia Mutantur, Nihil Interit

PedanticAvenger commented 1 year ago

Updating this reports based on working on another ticket. You may need to setup a read-only access token and append it to your data access URL (Will update docs and code to reflect this if this pans out). Might look like https://(mysitename)/api/v1/entries/sgv.json?token=(tokenstring)

PedanticAvenger commented 1 year ago

Ok, so I've discovered that my nightscout site that I was using to do all my dev, wasn't setup correctly somehow. I recently moved to a new provider and hit all the issues everyone else seems to be seeing.

Anyway, I've built a new version of the face and it's available for testing via https://github.com/PedanticAvenger/FlashCGM/wiki/Beta-&-Bugfix-branch. If feedback looks good I'll publish it. Note that this requires access tokens to be configured on your nightscout site for the fitbit app, again I suggest read-only. Also settings page for the watchface has been changed to support these updates.