pcolby / bipolar

Free your data from Polar FlowSync
GNU General Public License v3.0
115 stars 16 forks source link

Warning "Unknown polar sport value 103" #50

Closed wittet closed 8 years ago

wittet commented 9 years ago

Hi Paul,

I've been using bipolar to get HRM files of my trainings for PPT5. While processing the sessions bipolar throws a warning "Unknown polar sport value 103". Seems Polar has extended their Sports list: sports[103] = "Pool swimming";

The resulting HRM file lacks the pace data. I'm not sure if the unkown sport is the reason for that!? I wonder if you could update the known sports in bipolar, please:)

When I open any HRM file from bipolar in PPT5 the summarized data is missing or wrong. Like Heart Rate avg/max, Speed avg/max, Cadence avg/max.

Kind Regards, Thorsten

pcolby commented 9 years ago

Seems Polar has extended their Sports list: sports[103] = "Pool swimming";

Thanks Thorsten. I've added 103, so it will be in the next release. I did a quick check of https://flow.polar.com/settings/profile and 103 (Pool swimming) appears to be the only new one.

The resulting HRM file lacks the pace data. I'm not sure if the unkown sport is the reason for that!?

Shouldn't be related. Bipolar currently only uses the "Polar sport type" to determine which "TCX sport" to use. As TCX only supports "running", "biking" and "other", Bipolar will use "other" for "Pool swimming", which was the default anyway.

When you say "pace", HRM has no concept of pace that I can see. It does have "speed". Are you using an application that converts speed to pace? Or does your application use some extension for pace? If you have an example of an HRM file with pace, I'd be happy to take a look at it.

Cheers.

wittet commented 9 years ago

You're absolutely right. I mean speed, was misleaded by the session view in flow:( As you see in swim session the session should have heart rate as well as speed data. The HRM file from bipolar has only heart rate.

pcolby commented 8 years ago

Released - https://github.com/pcolby/bipolar/releases/tag/v0.5.0

If there's still an issue with PPT5, please open a new issue for that.

Thanks.

wittet commented 8 years ago

Hi Paul, Happy new Year!

Thanks for the update. I've been using your latest Qt5Network since you'd released it:)

Finally I had some time to try the biploar pre-release. When trying to install it (even as administrator) it failed:

bipolar-setup error

The application cannot be started: bipolar-start error

Kind Regards,

Thorsten

pcolby commented 8 years ago

@wittet, is this till happening? If so, I'll move it to a new issue so it doesn't get lost. Thanks.