jlai / fitness-dashboard

Dashboard for viewing Fitbit stats
https://dashboard.exercise.quest
MIT License
12 stars 3 forks source link

no heart rate data on some activities #46

Closed speising closed 2 months ago

speising commented 2 months ago

On some of my activities (in particular, biking) there is no heart rate graph shown in the details, unless there's also a gps track. the app shows the heart rate graph, the api delivers an url for it as well in the activity list.

jlai commented 2 months ago

Yeah when I wrote the code originally, I didn't have (approved) access to the intraday API so it just relied on the TCX heartrate data. I've added a fallback to grab the intraday heart rate for non-GPS-tracked activities.