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

BLACK LORD Treadmill - Walking Pad SL9 #9

Open
redcoelho opened this issue Sep 24, 2024 · 1 comment
Open

BLACK LORD Treadmill - Walking Pad SL9 #9

redcoelho opened this issue Sep 24, 2024 · 1 comment

Comments

@redcoelho
Copy link

redcoelho commented Sep 24, 2024

The BLACK LORD Treadmill - Walking Pad SL9 has a "Fitshow SmartBTM Bluetooth module" which according to this Reddit post "has complete support of the Bluetooth FTMS standard".

However, when I try to configure the "Fitness Machine Service" in HA it gives an error without any details. When I try again it gives:

Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble

@redcoelho
Copy link
Author

Log details

Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 550, in call_configure
    await self._async_configure(flow.flow_id)
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 414, in _async_configure
    result = await self._async_handle_step(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 517, in _async_handle_step
    result: _FlowResultT = await getattr(flow, method)(user_input)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/ftms/config_flow.py", line 251, in async_step_ble_request
    _LOGGER.debug(f"Supported ranges: {self._ftms.supported_ranges}")
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/pyftms/client/client.py", line 223, in supported_ranges
    return self._settings_ranges
           ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Treadmill' object has no attribute '_settings_ranges'

When I get a chance I'll try debugging with pyftms.

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

No branches or pull requests

1 participant