-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add fitness points to ttbin decoding #135
Comments
The question is however, what to do with the fitness point information? The TCX and GPX formats don't really do anything with this of course. |
Preliminary implementation in #136 . |
Does the official TomTom software do anything with this data? If so, what? |
I see. It looks pretty, but I'm not sure how we should implement this. |
As I said in #136 — I'll likely want to add a JSON output that has all the records in it. |
Hi guys, just to to let you know. The last change in TCX file format broke an integration with Endomondo, basically importing training file now throws an error about not being able to process the file. Going to try to downgrade to version from before #136 merge today. |
@jkopacze That seems curious, as my changes did not modify the TCX output format. Can you share the ttbin and tcx files, and if you have, a better error message? |
@derickr Please add support for TomTom Fitness points to the ttbin decoding.
The new TomTom Fitnesspoints seem to be present in the ttbin record with tag 0x4A (The 0x4B record is the new variable length record.):
Format of the record:
It is unclear to me what the difference is between the two fitness point values. They seem to have the same value. Both are counters are reset to 0 at 00:00 hours local time and increase with each workout.
The fitness points are also tracked in the 0x00B1nnnn files (activity tracking). I'll add a new protobuf definition later reflecting this extension.
The text was updated successfully, but these errors were encountered: