Currently, FIT files recorded by Tymewear experience two little issues:
- Power is recorded in a custom field "tymewear power" wheres the standard field "power" remains unset.
- Cadence is recorded as half the value.
The Fitfixer tool fixes these issues.
Fitfixer is distributed as a Python package. Several installation methods are available.
Executing pip installs the package in your current Python environment. Global installation was once possible, but
modern Linux distributions no longer permit this approach.
pip install fitfixBoth pipx and uv enable global tool installation. The package can be installed as follows:
pipx install fitfixor
uv tool install fitfixfitfix <input file> <output file>