Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.
This repository was archived by the owner on May 8, 2025. It is now read-only.

Missing Data from Garmin FIT File - strengh_training #73

@unbroken360

Description

@unbroken360

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"
}
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions