Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time off, calories off, avg. speed missing, work off [PC Sport (VDO) → Fit Export → Sigma Data Center] #34

Open
AlbatrosDIII opened this issue Jun 14, 2022 · 1 comment

Comments

@AlbatrosDIII
Copy link

AlbatrosDIII commented Jun 14, 2022

Hi @mrihtar,
thanks a lot for the program.

I am trying to import a few files from the discontinued PC Sport software (VDO Z3+ PC-Link):

image

The exercise can be exported as Garmin FIT file.

After the import to Sigma Data Center 5.8.8 I have some problems with duration, calories, average speed and work done.

image

Could you give me advice what I have to adjust in the code?

Regards
Tobias

input.zip

@AlbatrosDIII
Copy link
Author

AlbatrosDIII commented Jun 14, 2022

Apparently the problem is related to the first entry.
If I overwrite the values for calories and work.

When I change the first entry from:

Entry altitude="430000.0" altitudeDifferencesDownhill="0" altitudeDifferencesUphill="0" cadence="29" calories="255371342.175288" distanceAbsolute="37.0" distance="37.0" distanceDownhill="37.0" distanceUphill="0" heartrate="120" incline="0" intensityZone="1" latitude="0.0000000" longitude="0.0000000" percentHRMax="62.2" power="22.000000" powerPerKG="0.231579" relativeRotations="0" riseRate="0.0" rotations="0" speed="2.6111" speedReference="sensor" speedTime="0" targetZone="1" temperature="23.0" trainingTime="64554739600.0" trainingTimeAbsolute="129109479200.0" trainingTimeDownhill="64554739600.0" trainingTimeUphill="0" workInKJ="240567465.5" powerZone="1"/>

to

Entry altitude="430000.0" altitudeDifferencesDownhill="0" altitudeDifferencesUphill="0" cadence="29" calories="3073.0" distanceAbsolute="37.0" distance="37.0" distanceDownhill="37.0" distanceUphill="0" heartrate="120" incline="0" intensityZone="1" latitude="0.0000000" longitude="0.0000000" percentHRMax="62.2" power="22.000000" powerPerKG="0.231579" relativeRotations="0" riseRate="0.0" rotations="0" speed="2.6111" speedReference="sensor" speedTime="0" targetZone="1" temperature="23.0" trainingTime="734000.0" trainingTimeAbsolute="129109479200.0" trainingTimeDownhill="64554739600.0" trainingTimeUphill="0" workInKJ="0.0" powerZone="1"/>

I am getting good results.

Unless the training time exceeds a certrain value, anything around 3 hours+ will not be accepted. Sigma will not show the main value; and set the average speed to zero.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant