Can you correct/halve ramp test for Assiamo Uno?

Just got Kickr Core with Assiamo Uno pedals. Everything worked fine with Zwift but magically doubled power when started TR. I’ll sync TR with trainer for future rides but is there a way to correct my ramp test after the fact or do I need to start over? Just trying to correct my Strava and Garmin Connect metrics. Thanks!

you could just halve the result and manually adjust ftp in your account… or alternitively you can do this:

https://www.fitfiletools.com
use the power adjuster tool
upload a fit file into it

tcx might be tricky because its a plaintext file and i dont know of any tools that can do that math for you…
for example you would have to halve this value in the watts part of each xml line

<Trackpoint>
            <Time>2022-03-24T22:49:25Z</Time>
            <DistanceMeters>26471.59</DistanceMeters>
            <HeartRateBpm>
              <Value>121</Value>
            </HeartRateBpm>
            <Cadence>83</Cadence>
            <Extensions>
              <ns3:TPX>
                <ns3:Watts>115</ns3:Watts>
                <ns3:Speed>6.02777777777778</ns3:Speed>
              </ns3:TPX>
            </Extensions>
          </Trackpoint>
          <Trackpoint>
            <Time>2022-03-24T22:49:26Z</Time>
            <DistanceMeters>26477.53</DistanceMeters>
            <HeartRateBpm>
              <Value>121</Value>
            </HeartRateBpm>
            <Cadence>80</Cadence>
            <Extensions>
              <ns3:TPX>
                <ns3:Watts>119</ns3:Watts>
                <ns3:Speed>5.94444444444444</ns3:Speed>
              </ns3:TPX>
            </Extensions>
          </Trackpoint>

Check the app on your phone.
Turn off the doubling for single sided if it’s enabled. That will solve your issue in TR.

Thanks guys. I’m gonna just delete the two workouts and start over. Appreciate the advice.