Skip to content

Commit

Permalink
Added a new lemondcsv_gt.py readme file to parse files from GT
Browse files Browse the repository at this point in the history
I don't have any of the original revolution files any more sadly
so instead of changing the original script, I added this additional
script to ensure I didn't break anything.
  • Loading branch information
tpodowd committed Oct 3, 2024
1 parent afb00f8 commit fcffd46
Show file tree
Hide file tree
Showing 3 changed files with 6,101 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# lemondcsv v1.1.1
# lemondcsv v1.2.0

This script converts a native Lemond Revolution Power Pilot CVS
workout file to a Garmin TCX file. The TCX file can be then imported
into applications such as Strava or Garmin Connect.
There are two scripts.

- lemondcsv.py : Converts LeMond Revolution Power Pilot CVS file
- lemondcsv_gt.py : Converts LeMond Revolution GT CVS files

Both scripts convert different workout file formats into a Garmin TCX file.
The TCX file can be then imported into applications such as Strava or Garmin Connect.

## Power Pilot Supported Firmare Versions

Currently this script only supports firmware version 63 of the
Lemond Power Pilot. If you have a lower version, I highly recomend
Lemond Power Pilot or 0.31 for GT. If you have a lower version, I highly recomend
installing the latest version which is currently 63 as a lot of
bugs have been fixed. See [the Lemond Website](http://lemond.myshopify.com/blogs/news/7299932-power-pilot-firmware-updates) for details.
bugs have been fixed. See [the Lemond Website](http://lemond.myshopify.com/blogs/news/7299932-power-pilot-firmware-updates) for details. I don't know a lot about the GT versions, I only got
a sample file and modified the original script.

To check your Power Pilot firmware version press and hold HR/KCAL for
two seconds. The firmware version is shown in the lower right quadrant
Expand Down Expand Up @@ -59,10 +64,12 @@ then you can always use the '-f' argument with the '-' option.
Once you have generated your TCX file, you can directly upload the file
to Strava and analyze your workout there.

For the GT script, the usage is similar.

## Python Version Support

This script has been tested on Python 2.6, 2.7, 3.2 and 3.3. It will not
work on Python 2.5 or earlier.
work on Python 2.5 or earlier. I have tested this also on 3.10

## Contact/Questions/Bugs/Updates etc

Expand Down
Loading

0 comments on commit fcffd46

Please sign in to comment.