Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IC bike SE showing only zeroes #610

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

madxime
Copy link

@madxime madxime commented Dec 22, 2024

The IC bike SE will stop sending notifications if an unsupported Fitness Machine Control Point procedure is used. To prevent it, read the machine fitness features to determine if the Elapsed Time Supported and the Remaining Time Supported bits are set in order to determine if the "Start or Resume" can be used.

Also, reduce the connection parameters to 100 instead of 120 to be able to get the notifications which are sent every 500 ms.

This fixes #605

The IC bike SE will stop sending notifications if an unsupported Fitness
Machine Control Point procedure is used. To prevent it, read the machine
fitness features to determine if the Elapsed Time Supported and the
Remaining Time Supported bits are set in order to determine if the
"Start or Resume" can be used.

Also, reduce the connection parameters to 100 instead of 120 to be able
to get the notifications which are sent every 500 ms.
@doudar doudar self-requested a review December 23, 2024 19:56
@doudar
Copy link
Owner

doudar commented Dec 23, 2024

I appreciate your pull request! Just leaving a message here to let you know that this is important to me, and I will get around to testing it as soon as I can. Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Bowflex IC bike SE stops working with latest release.
2 participants