You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the roborock intergration with home-assistant, but I find that I can't do the app_segment_clean. I can (through HA at least) start, stop, make the robot go back home .... but when I try to send a app_segment_clean command it fails
The logs say something along:
Jul 30 13:43:27 <host> hass[11089]: raise RoborockTimeout(f"Timeout after {QUEUE_TIMEOUT} seconds waiting for response") from None
Jul 30 13:43:27 <host> hass[11089]: roborock.exceptions.RoborockTimeout: Timeout after 4 seconds waiting for response
(my robot is a Roborock S6 Pure)
The text was updated successfully, but these errors were encountered:
@traxys
Did you reset the Wi-Fi or create a new password for your roborock login at any time?
python-robrock has no logout and I had a similar problem after a Wi-Fi reset. python-roborock indicated I was still logged in because the .roborock config file was still present. And so I got a timeout.
Try to delete the roborock config file and log in again. Maybe this will solve your problem.
I tried to use the roborock intergration with home-assistant, but I find that I can't do the app_segment_clean. I can (through HA at least) start, stop, make the robot go back home .... but when I try to send a app_segment_clean command it fails
The logs say something along:
(my robot is a Roborock S6 Pure)
The text was updated successfully, but these errors were encountered: