cagnulein / QZCompanionNordictrackTreadmill

Companion App of QZ for Nordictrack Treadmills and Bikes
https://www.qzfitness.com/
GNU Affero General Public License v3.0
43 stars 12 forks source link

Auto Speed & Incline #56

Closed scott-ainslie closed 1 year ago

scott-ainslie commented 1 year ago

Not really an issue but not sure where else to put this.

It would be really great if in addition to GPX files we could upload a csv or something to make our own workouts. eg: Time | Incline | Speed (mph) 2:00 | 3 | 5 0:45 | 10 | 8 0:30 | 8 | 5 0:45 | 10 | 8 2:00 | 2 | 5 This would then just be a playbook for a workout that we can design ourselves.

cagnulein commented 1 year ago

@scott-ainslie you can do this already, check as an example https://github.com/cagnulein/qdomyos-zwift/blob/master/train-programs-examples/calorie-barbara.xml

scott-ainslie commented 1 year ago

That looks perfect, I'll try it out. Thanks

scott-ainslie commented 1 year ago

This all works great with my 2950 (2019 Model - Android 7) My only issue is that my treadmill and the app are in miles but the xml is km's so I had to manually translate all my speeds and redo the xml.

cagnulein commented 1 year ago

This all works great with my 2950 (2019 Model - Android 7) My only issue is that my treadmill and the app are in miles but the xml is km's so I had to manually translate all my speeds and redo the xml.

i could add different tags, for example speed_miles to set them if you want. Please open a new ticket for this in the QZ repository. thanks