Skip to content
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

Missing Data from Garmin FIT File - strengh_training #73

Open
gspsteve opened this issue Jul 3, 2024 · 0 comments
Open

Missing Data from Garmin FIT File - strengh_training #73

gspsteve opened this issue Jul 3, 2024 · 0 comments

Comments

@gspsteve
Copy link

gspsteve commented Jul 3, 2024

In fit files of for example strength trainings the info of the exercise, weight and reps are "stored" in setMesgs. For now it seems php-fit-file-analysis drops this. Is it possible to add them to the output?

data example:
"setMesgs": [
{
"timestamp": "2024-07-02T14:57:01.000Z",
"duration": 33.513,
"startTime": "2024-07-02T14:56:14.000Z",
"repetitions": 8,
"weight": 70,
"category": [
"benchPress",
"benchPress",
"benchPress"
],
"categorySubtype": [
22,
22,
22
],
"weightDisplayUnit": "kilogram",
"messageIndex": 0,
"wktStepIndex": 0,
"setType": "active"
},
{
"timestamp": "2024-07-02T14:57:01.000Z",
"duration": 8.83,
"startTime": "2024-07-02T14:56:47.000Z",
"messageIndex": 1,
"setType": "rest"
}
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant