Replies: 2 comments 1 reply
|
Sure, most definitely there is an interest! I am very short on time this winter, but will try to review it as soon as I can get the opportunity. Thanks for your work! |
|
@dvmarinoff I have an updated approach in a branch called
Outstanding items:
I'm not sure how much more good testing I can do, seeing as my trainer is within 10 watts to my power meter, I think just about any pid settings I use will work fine. If you know of anyone asking for this, we could have them test, but without being able to really test it myself, I can't vouch for how well it will work with larger trainer errors. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
My trainer is annoyingly off by anywhere from 10-20% compared to my power meter while using ERG mode. I could do all my workouts in Sim/grade mode, but I love the ability to zone out during base rides without having to keep an eye on my output. I know I could change the FTP on the settings page before workouts, but I prefer a set-and-forget approach. I'm also not sure if my trainer is off by a set amount, or if it varies based on temperature.
I created a rough outline of how we could implement a power match feature for erg mode steps. This code is not DONE, the
watch:lapTimein particular needs to be worked on. I just wanted to share this approach before I get too far in case you already have an implementation in mind or suggestions for a better way to do it.Here is a comparison
watch:stepIndexcallback to deal with enable/disable of power match based on workout targetswatch:lapTimecallback to implement PID adjustment of power target to reduce errorOpen to any and all suggestions on how/where to place the logic for the power match function, or deal with any of the basic plumbing of vars. I'm not sure I fully understand how xf.sub and xf.ref work.
All reactions