export heart rate for activities without a GPX track e.g. indoor cycling #2049
Labels
No Label
device mi band 7
activity post processing
activity/health
Android 12
Android 13
android integrations
architecture
Bangle.js
bug
changes requested
charts
details not provided
developer documentation
device amazfit band 5
device amazfit bip
device amazfit cor
device Casio
device fossil
device garmin
device gtr 2e
device gts 2 mini
device h30
device hplus
device huami
device Huawei
device liveview
device mi band
device mi band 2
device mi band 3
device mi band 4
device mi band 5
device mi band 6
device no.1 f1
device pace
device pebble
device pebble 2
device pinetime infinitime
device request
device sony
device support
device watch 9
device xiaomi
discussion
documentation
duplicate
enhancement
feature request
Gadgetbridge
good first issue
help wanted
i am developing my own app can you help
icebox
intent api
internationalisation
invalid
needs work
network companion app
new device
no feedback
not a bug
notifications
one of the 1000 issues about disconnection
pairing/connecting
potentially fixed / confirm and close
question
research
security
seems abandoned
Solved, waiting for F-Droid release
suggest to close
task
user interface / UX
weather
wontfix
Zepp OS
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Freeyourgadget/Gadgetbridge#2049
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I was wondering if it would be possible to export the heart rate alone for activities that do not have a GPX track (such as indoor cycling). Maybe it is already done as the current version of GB shows HR as a function of elapsed time.
As suggested, we could use the existing GPX format and just put the data (steps, hr (if available), cadence) but no GPS (for software detected activities or recorded activities without GPS track).
I attach a sample of a file in GPX format for indoor cycling as recorded and sent by a proprietary app to Strava (all proprietary info has been removed and the file contain only some trackpoints with hr)
Thanks for your time.
Let me add my comment also here, so i can find it in the future:
It seems to me that we could use the existing GPX format and just put there data we have (steps, hr (if available) and no GPS (for software detected activities or recorded activities without GP track):
gpxtpx:hr92</gpxtpx:hr>
gpxtpx:cad120</gpxtpx:cad>
Or, we could use TCX - seems to have more extensive metadata section, but i haven’t explored this extensively, maybe GPX has this also...