Best way to start? #130
-
I recently got a Sunny Fitness Hydro Water Rower (SF-RW5910). The monitor is pretty limited so I'm excited to use open rowing monitor as a way to make the rower smart. I finally got my hands on a Raspberry PI 3 A+ and was able to get openrowingmonitor installed after some trial and error. It's been a while for me so I enjoyed the challenge of getting it up and running headless because who has a wired keyboard any more?! :-) The rower already has one magnet and it has a blank mount for another sensor! I put another reed sensor in the empty slot and like magic open rowing monitor started showing data! Now the fun part. I spent some time on the config files and started with the Sportstech WRX700 since that is also a water rower. I'm stuck on the best path to getting strokes detected consistently and trying not go get lost in changing too many variables at once without clearly understanding what I'm doing. Sound familiar perhaps? I guess I'll start with a few basic questions:
Thanks for your patience as I'm working my way through this. I appreciate any input you kind folks can provide! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
I see that for question #5 the instructions on how to upgrade to the V1 Beta are here. Sorry I missed it! |
Beta Was this translation helpful? Give feedback.
-
V1Beta_Updates is technically the best solution as it has ANT+ support and a bit better debugging of the config file. V1Beta is pretty good and a huge step from the current main version. Main is still there as we still have to figure out how to get people from main to V1Beta without ending in chaos. The xls is depreceated. The log files should now be able to tell you what is going on. As a practical help, we have a manual to help you tweak your settings: https://github.com/JaapvanEkris/openrowingmonitor/blob/v1beta_updates/docs/rower_settings.md Copying the profile into the config.js is indeed the best approach for a new machine. Please note: if you have a working solution, we are more than happy to include your settings in the rowerprofiles, which might help future users. Please observe the sentence "If no strokes or pauses are detected, you can force the writing of these files by pushing the reset button on the GUI." in there. You can force creation of the files. |
Beta Was this translation helpful? Give feedback.
-
Thanks @JaapvanEkris ! Now the stroke counter is much better. It seems to count every stroke correctly. Only thing that seems to need attention is the distance per stroke but I'm not 100% sure yet at it's late. :-) I used the profile for the Sportstech_WRX700. Attaching the recording of 10 strokes in case there's anything that I'm missing here. Showing this to my 10 year old son impressed him! For a few minutes, I was a cool dad. haha |
Beta Was this translation helpful? Give feedback.
-
Checking the logs I see some errors that make me wonder if I did something incorrectly. Attaching the full logfile if it's helpful... The updated version with v1beta started today so ignore yesterdays logs. |
Beta Was this translation helpful? Give feedback.
-
I"m pretty happy with the setup but I am seeing regular warnings in the log regarding maximumTimeBetweenImpulses. Is this acceptable or something that needs to be tweaked? I'm not sure if some warnings are normal in the logs. |
Beta Was this translation helpful? Give feedback.
-
good to see. thanks so much for your guidance @JaapvanEkris ! |
Beta Was this translation helpful? Give feedback.
V1Beta_Updates is technically the best solution as it has ANT+ support and a bit better debugging of the config file. V1Beta is pretty good and a huge step from the current main version. Main is still there as we still have to figure out how to get people from main to V1Beta without ending in chaos.
The xls is depreceated. The log files should now be able to tell you what is going on. As a practical help, we have a manual to help you tweak your settings: https://github.com/JaapvanEkris/openrowingmonitor/blob/v1beta_updates/docs/rower_settings.md
Copying the profile into the config.js is indeed the best approach for a new machine. Please note: if you have a working solution, we are more th…