-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Not detecting the robovacs #86
Comments
25c was the first one and it worked fine. Added X8 pro and nothing seems to work. Both vacs have no attributes/entities. Battery shows unknown and no other parameters are picked up. |
Same issue here with fresh installation.
Edit: Just saw #68 regarding the X10 |
Recent error logged was this Error while setting up robovac platform for vacuum |
...similar error in the vacuum.py with an X8 Hybrid - here is the log ( I am on the Beta): 2024-07-08T07:29:36.684104756Z 2024-07-08 09:29:36.681 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None) |
Used to work when I had one vac in the account. Added one more and now both robovacs are not being detected right. None of the parameters appear. Tried multiple times to remove the custom repo, delete the integration, reboot HA. Still the same.
Tried multiple versions of the repo including beta.
Error as logged from log viewer -
File "/config/custom_components/robovac/vacuum.py", line 267, in init
self._attr_supported_features = self.vacuum.getHomeAssistantFeatures()
^^^^^^^^^^^
AttributeError: 'RoboVacEntity' object has no attribute 'vacuum'
The text was updated successfully, but these errors were encountered: