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

Integration Not loading #667

Open
fdreckmann opened this issue Oct 20, 2024 · 2 comments
Open

Integration Not loading #667

fdreckmann opened this issue Oct 20, 2024 · 2 comments

Comments

@fdreckmann
Copy link

Version of the custom_component

1.0.14

What vacuum are you using?

Qrevo master

Describe the bug

A clear and concise description of what the bug is.

Integration Not started

Debug log


Add your logs here.

Logger: homeassistant.config_entries
Source: config_entries.py:594
First occurred: 6:58:16 PM (2 occurrences)
Last logged: 6:59:13 PM

Error setting up entry [email protected] for roborock
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/roborock/__init__.py", line 88, in async_setup_entry
    device_network.update(await get_local_devices_info())
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/roborock/__init__.py", line 159, in get_local_devices_info
    discovered_devices = await RoborockProtocol(timeout=10).discover()
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/roborock/protocol.py", line 65, in discover
    self.transport, _ = await loop.create_datagram_endpoint(lambda: self, local_addr=("0.0.0.0", 58866))
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1423, in create_datagram_endpoint
    raise exceptions[0]
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1407, in create_datagram_endpoint
    sock.bind(local_address)
OSError: [Errno 98] Address in use

@alsmaison
Copy link

alsmaison commented Oct 31, 2024

Same issue for me. I have Roborock s7 Pro Ultra

@greee82
Copy link

greee82 commented Nov 21, 2024

Same issue for me. I have Roborock s7 Pro Ultra too.

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

3 participants