-
Hello, I tried to use openrowingmonitor but I need some help to adapt parameters. I tried to modify the number of impulse per revolution on RowingEngine.js. How to stop a workout ? Last question, where can I see debug or logfile ? Thank you for your reply. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi Damien, great that you tried the Open Rowing Monitor for your Rowing Machine! Yes, you are absolutely right - the Pi Zero W could be a good fit with this project. So far I don't own one, but let me know if this project runs with it and I will add it to the documentation. If the stroke rate is off that probably means that the stroke phases (drive and recovery) are not detected correctly in your case. To be honest I expected that this detection currently might not work reliably with all machines, since so far it is not very robust against imprecise measurements. We could have a look at a raw recording of the flywheel measurements to see what is going on there.
Afterwards start the application and do ten even rowing strokes. Stop the application again (ctrl + c) and then send me that csv-file. To start the application (and also to see the logs) you could first stop the system service The parameters that you'll have to modify are Yes, adding a shutdown button to the web UI is easy to do. I'll add it to the backlog, but it's something that will come after evolving the frontend into a proper web application. |
Beta Was this translation helpful? Give feedback.
Hi Damien,
great that you tried the Open Rowing Monitor for your Rowing Machine! Yes, you are absolutely right - the Pi Zero W could be a good fit with this project. So far I don't own one, but let me know if this project runs with it and I will add it to the documentation.
If the stroke rate is off that probably means that the stroke phases (drive and recovery) are not detected correctly in your case. To be honest I expected that this detection currently might not work reliably with all machines, since so far it is not very robust against imprecise measurements. We could have a look at a raw recording of the flywheel measurements to see what is going on there.
For this, uncomment this li…