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

Can't add bike #16

Open
TTLucian opened this issue Nov 20, 2024 · 0 comments
Open

Can't add bike #16

TTLucian opened this issue Nov 20, 2024 · 0 comments

Comments

@TTLucian
Copy link

TTLucian commented Nov 20, 2024

Hi. I have a FTMS FitTronic 609B bike which works with FitShow, KinoMap and Zwift. When trying to add the integration, it sees the bike but it gets stuck with "Closing connection and saving the data..." message. I am using ESPHome BLE proxy with esp framework installed. Am I doing something wrong? Any help would be appreciated! 😅
Also error in HA logs:


Logger: homeassistant
Source: custom_components/ftms/config_flow.py:251
integration: ftms (documentation, issues)
First occurred: 12:30:06 (1 occurrences)
Last logged: 12:30:06

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: 'IndoorBike' object has no attribute '_settings_ranges'
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