OlliV / bfree

Bfree smart trainer app.
https://bfree.vercel.app
GNU General Public License v3.0
32 stars 4 forks source link

Allow rerunning the smart trainer calibration #165

Closed OlliV closed 2 years ago

OlliV commented 2 years ago

Currently it seems like the only way to rerun the calibration is by power cycling the device. This is because we see the state already as passed and thus can't send a new calibration request.

OlliV commented 2 years ago

It's an issue with how the TACX trainer works. My trainer sends a calibration passed message immediately if the calibration status is already ok. A second attempt will start the calibration. For now this is ok and doesn't worth more hours of debugging.