Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.
/ mywoosh-fit-fix Public archive

A simple go script to patch fit files from mywoosh.

Notifications You must be signed in to change notification settings

Smixi/mywoosh-fit-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived, no more needed !

Since the december update, it seems MyWoosh fixed the average data issue and now also output laps !

mywoosh-fit-fix

A simple go script to patch fit files from mywoosh.

Mywoosh produce a FIT files that you can download directly on their website, or on Strava if you have enabled Connections.

It seems that strava read the entire fit files to produce some values, like average power, heartrate and cadence.

The issue is that Garmin Connect try to read the Session messages, which does contains zeroed values for the average_power, etc.

This script simply read all your .fit files in the current directory, and create a patched_xxx.fit file that contains the average values.

Thanks to @muktihari for Fit library that provide the ability to parse .fit files.

About

A simple go script to patch fit files from mywoosh.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages