Giter Club home page Giter Club logo

Comments (12)

cagnulein avatar cagnulein commented on July 20, 2024

Thanks @jdh65 I will add this today!

from qzcompanionnordictracktreadmill.

cagnulein avatar cagnulein commented on July 20, 2024

@jdh65 done https://github.com/cagnulein/QZCompanionNordictrackTreadmill/releases/tag/3.0.15 !

from qzcompanionnordictracktreadmill.

jdh65 avatar jdh65 commented on July 20, 2024

Roberto,
Thanks for the rapid implementation. I clearly misunderstood how to determine the correct data to generate the equation. Here is what I think (and hope) are the correct equations...

exp7iScreen

Also, I built the latest version of QZ on my Mac (2.12.35), supported you on Patreon, put my email address in the QZ general settings, but am still getting timed out of the app. What am I not doing correctly in order to remove the time limitation?

trial

Thanks!

from qzcompanionnordictracktreadmill.

cagnulein avatar cagnulein commented on July 20, 2024

for the patreon membership @jdh65 send me an email to roberto.viola83 at gmail.com saying which email add!
i'm changing the coordinates

from qzcompanionnordictracktreadmill.

cagnulein avatar cagnulein commented on July 20, 2024

done https://github.com/cagnulein/QZCompanionNordictrackTreadmill/releases/tag/3.0.16 !

from qzcompanionnordictracktreadmill.

jdh65 avatar jdh65 commented on July 20, 2024

Roberto,

Thank you for all of the effort you are putting into these apps. QZ and the companion are making me hate my NordicTrack iFit-locked treadmill a lot less.

There is a miles/kilometers communication problem going with the exp 7i. E.g. I program my workout to run at 6.5 mph for a segment, so QZ tells the companion to set the treadmill to 10.5 kph. The companion then promptly sets the treadmill to 10.5 mph. Here is a video and the data showing what I mean...

exp7iControlTest.mov

exp7iControlTest

from qzcompanionnordictracktreadmill.

cagnulein avatar cagnulein commented on July 20, 2024

hah sorry! i forgot to add the km to miles conversion to your treadmill! i'm doing this right now @jdh65

from qzcompanionnordictracktreadmill.

cagnulein avatar cagnulein commented on July 20, 2024

done @jdh65 https://github.com/cagnulein/QZCompanionNordictrackTreadmill/releases/tag/3.0.17
Let me know!

from qzcompanionnordictracktreadmill.

jdh65 avatar jdh65 commented on July 20, 2024

Hi Roberto,

I've been troubleshooting this for a few weeks now. The kph to mph conversion you added introduced all sorts of interesting errors. The main being that as soon as a speed change occurred, it immediately reverted back. I couldn't figure out exactly why, but thought it had something to do with the rounding step you had in place.

So I deleted the conversion you added and moved it to occur within the y2 calculation. The equation now looks like this:

                        } else if (device == _device.exp7i) {
                            x1 = 950;
                            y2 = (int) (453.014 - (22.702 * reqSpeed * 0.621371));
                        }

I also changed the initial conditions:

case exp7i:
                lastReqSpeed = 1.6;
                y1Speed = 430;      //vertical position of slider at 1.0 mph or 1.6 kph
                y1Inclination = 442;    //vertical position of slider at 0.0
                break;

Thanks!

from qzcompanionnordictracktreadmill.

cagnulein avatar cagnulein commented on July 20, 2024

oh ok! Thanks! I already did the changes! Let me know

from qzcompanionnordictracktreadmill.

jdh65 avatar jdh65 commented on July 20, 2024

Very nice! The latest changes worked. Thanks for all you have done.

from qzcompanionnordictracktreadmill.

cagnulein avatar cagnulein commented on July 20, 2024

Great!

from qzcompanionnordictracktreadmill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.