inonoob / pirowflo

All-in-one data interface for your Waterrower S4 Monitor or Smartrow
GNU General Public License v3.0
141 stars 31 forks source link

Asensei Support #43

Closed konradknitter closed 2 years ago

konradknitter commented 3 years ago

Hey,

Thank you for a great work! Just found this project and it works quite well.

I was able to successfully connect it to WaterRower Connect and Kinomap iOS app.

I was checking other applications, exactly one called Asensei that is supposed to work with S4 Commodule monitor - but I’m not able to get it discovered PiRowFlo.

Was anyone successful to do so? Are we aware about differences between original Commodule and one from PiRowFlo?

inonoob commented 3 years ago

Hey

That could have some different reasons. One I could think of is the app is looking for the com module name and cross check with their database name. As PiRowFlo is unknow to them, the app won't see it. But what might work is to change the broadcasted name of pirowflo in the code. So it then looks like a S4 comm module.

Maybe that helps

konradknitter commented 3 years ago

Hi, thanks for reply.

I change bluetooth name via

bluetoothctl system-alias “S4 Comms 99”

Indeed, it helped. Thanks!

inonoob commented 2 years ago

Fixed