-
-
Notifications
You must be signed in to change notification settings - Fork 36.4k
Closed
Labels
Description
The problem
I am trying to connect my Roborock QV 35S.
But I am getting following errorcode in the integration:
Setup error, attempting again: None of the devices could be successfully set up.
Original (german): Einrichtungsfehler, wird erneut versucht: Keines der Geräte konnte erfolgreich eingerichtet werden
The setup does not finish and no devices are added
What version of Home Assistant Core has the issue?
core-2025.12.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Roborock
Link to integration documentation on our website
https://www.home-assistant.io/integrations/roborock/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
WARNING (MainThread) [roborock.data.code_mappings] Missing RoborockDockTypeCode code: 21 - defaulting to 'unknown'
also:
ERROR (MainThread) [homeassistant.config_entries] Error unloading entry [redacted] for roborock
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 975, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/roborock/__init__.py", line 185, in async_unload_entry
File "/config/custom_components/roborock/coordinator.py", line 57, in release
AttributeError: 'RoborockLocalClientV1' object has no attribute 'sync_disconnect'. Did you mean: 'async_disconnect'?
s6-rc: info: service legacy-services: stoppingAdditional information
The hacs version of the roborock integration works with this model, but has limited functionality.
peetereczek