-
Notifications
You must be signed in to change notification settings - Fork 6
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
Wahoo fitness #6
Comments
I wonder if this is because you leverage Fitness Machine Profile instead of Cycling Speed and Cadence Profile? May play around with your code over the weekend. Thanks for building this |
@tompijls thats very likely. I expose both Fitness Machine and Cycling Power which includes power and cadence. You could add the Speed and Cadence profile as well. Cadence is easy but for speed since the m3 doesnt expose any value for that you would have to simulate one based on the gear and the cadence. I thought about it but never had time to devote to it. |
@tompijls Found this which may be of use? It’s only an image I found, think the peloton app issue may be similar in needing cadence to work |
@nealjane I've been looking into this and have cadence kind of working but I'm confused and would love your input. the M3's dont really calculate speed. They have a gear which is more resistance than actual gear ratio and results in the power chart you sent. I could simulate a speed based on gear and the crank revs but no idea if its right? Happy to keep going and get this to kind of work and let you and others play with the various ratios? Interested? @tompijls? |
Managed to connect to Wahoo fitness, but it only gets the power value. cadence (&speed) remains n/a
Anyone any suggestions?
Cheers
The text was updated successfully, but these errors were encountered: