Missing Power Data from TCX Manual Upload (From BreakAway App & Garmin Export)

Hi @david
Was trying out manual upload of my TCX data file to intervals (This TCX is created using the BreakAway : Indoor Cycling App)

Intervals is not getting the Power Data from the file. (when doing an “edit data” frm intervals, I can see that the power data is not there… Cadence and HR is processed OK. But not Speed & Power)

Seems like it’s ignoring these extensions to the TCX. (Manual upload of this TCX to Strava and Garmin Connect works fine. TCX auto synced to Strava by the app and then pulled to intervals.icu works.)

                        <Extensions>
                            <ns3:TPX>
                                <ns3:Speed>1.5625</ns3:Speed>
                                <ns3:Watts>36</ns3:Watts>
                            </ns3:TPX>
                        </Extensions>

Weird - I just pulled a TCX from Garmin Connect( auto synced from my garmin to garmin connect) and Power doens’t show up as well.

I pulled the same file (this time I export as FIT) and it works.

Could it be due to those extensions to TCX?

I fixed this. The import didn’t like the “ns3:” prefixes. Tx.

Just tested by clicking “reprocess original file” and it worked. Thanks.

BTW, IIRC, there are a few different ways / notations for the TPX prefix.

This is from RideWithGPS & Tapiriik.sync

            <Extensions>
              <TPX xmlns="http://www.garmin.com/xmlschemas/ActivityExtension/v2">
                <Watts>0</Watts>
              </TPX>
            </Extensions>

Just putting this here in case.

Thanks!!

1 Like