-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
add Power Match #92
Comments
Power Match is a challenging thing but I can see that you have a good understanding of where things can go wrong ;-)
If you could add the first 2 corrections, most people with direct drive trainers will have all they need. The third situation will probably need considerable development time and testing so I really understand that it is not the right time for that at this moment. |
I always have a question for Power Match in TrainerRoad. |
The app can send
|
@dvmarinoff This is something related to the topic of power match, so I write in this thread. Is it possible to separate the pairing procedure for controllable and power meter? Just like what the most APP does. |
if you're connecting via bluetooth, I don't think this is possible. |
@mjunkmyjunk |
Smart trainers can be paired in two ways: as a Controllable or as a Power source. Power meters obviously only as a Power source. Most Controllables and Power meters have only one BLE channel thus in BLE you can only pair one app to each. If they also have ANT+, you can pair any number of apps/devices in ANT+. |
https://groups.google.com/g/golden-cheetah-users/c/vpUq4jn587Q/m/6sHmDPEKAgAJ some discussion there. |
I implemented simple PowerMatch functionality which is watching for the average recent power and average power on the interval and makes adjustments up or down depending if averages are too high or too low. It has 4 self explanatory settings which you can change to your taste. I'm pretty happy with the results. The average power is +/- 1 watt on 5 minutes steady state intervals compare to the target. I like that the load slightly changes over time which simulates outdoor experience when you constantly need to change gears which requires small power and cadence adjustments as well. Let me know if you want to try it yourself or you have any questions. |
@z0nt nice, currently I am on the road so I don't have a trainer or a power meter with me, but will take a look when I am back. |
Match the controllable ERG target to the power meter output. Possibly by using a dynamic offset.
Things to consider:
The text was updated successfully, but these errors were encountered: