Health app: heart rate not always showing in GadgetBridge #7800
-
When I download my CSV it gives me my heartrate data, although min and max values are always the same. Shouldn't they differ as the logs are a summary over ten minutes? Is there some setting I am missing? Also the logs are not always showing in my GadgetBridge. For example it does not show any heart activity the whole night that I've slept and even some hours before that. While later it shows my heart data again. But all these hours are in the CSV file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
So you downloaded the 'Health' data as a CSV file? What firmware version is your watch on? Is it definitely on the latest (2v27?) and all your apps are up to date? Min/max was added in 2v26, so it'd start recording after that but ONLY if the health data for that month was in the new format. So if you updated sometime this month it won't have stored the data for this (or previous) months. It'd start next month though.
If you press the settings gear icon in the device card in gadgetbridge, then scroll down and tap 'Full Sync' (and wait a while) it should sync up. Possibly battery/memory saving for Gadgetbridge in Android hasn't been entirely disabled and the phone is shutting Gadgetbridge overnight and causing sync issues? |
Beta Was this translation helpful? Give feedback.
Ok, thanks. That would have been handy to know originally! So if you don't actually disconnect it, everything works?
I just figured out what the issue is - something on the Bangle that retrieved the data wasn't pulling the latest day, but only if you gave it a time that was later than the current time (which always happened as it was asking for data from yesterday evening, in the morning). If you install
health
0.33 it should now be fixed going forward.The "full sync" should still fix all past data, but it does take a long time - maybe 10 seconds per day you've had it - and if you change app in the middle of it, it'll stop.
Have you actually tried to see how much worse it is if you just …