Is Zwift speed and incline control possible via Raspberry PI? #2939
-
I have successfully managed to install QZ on the Raspberry PI via https://github.com/cagnulein/qdomyos-zwift/blob/master/docs/10_Installation.md In the past I used the QZ app on IOS and my Nordictrack S25 did work with the Zwift control by configuring the Zwift credentials as via https://github.com/cagnulein/qdomyos-zwift/wiki/Can-Zwift-control-speed-and-or-inclination-of-my-treadmill%3F Now my question is: Does this work on Raspberry PI? and what settings do I need to make in qDomyos-Zwift.conf (at the moment I have set zwift_password / zwift_username) I am not sure if it suffices to change the controller name to "KICKR RUN" or if I need to do something else:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
I didn't port the zwift api to raspberry yet but it's doable, I have only to add the right libraries version to the binary For the kickr run trick it should work, did you already try? If it doesn't work (this is the best way instead of the zwift api), could you please show me how you see the raspberry from nrfconnect on the other device? |
Beta Was this translation helpful? Give feedback.
-
Thanks, I did a group run this morning and saw that Zwift displayed the incline, but the treadmill did not adjust. I will redo this later on with debug logging on and paste the logs. |
Beta Was this translation helpful? Give feedback.
-
Yes. Can we close this issue. I am going to open a separate one regarding the Pi integration. |
Beta Was this translation helpful? Give feedback.
good news: I did a free run and the auto incline works perfectly: https://share.icloud.com/photos/06dN8k5pBpuTwAOXgmxHrBChg
I have also included the debug log in case you want to check something qz-hill-run-kickr-auto.txt.zip
thanks for all the good work.