Humberto Gontijo
Humberto Gontijo
Any update on this?
I don't remember if this was the original one, but here is one example of code login failing: https://github.com/humbertogontijo/homeassistant-roborock/issues/164
My thoughts on this was that code login returned an invalid user data (Wrong mqtt server). Which the vacuum is not connected to
Which Roborock email sent you your code? I have seen reports that some login codes were failing for some regions. @Lash-L oficial integration have options to login with code and...
@allenporter what do you mean by actually implementing async correctly? The library have everything asynchronous just to not block the main thread waiting for the mqtt response. The api uses...
> > @allenporter what do you mean by actually implementing async correctly? The library have everything asynchronous just to not block the main thread waiting for the mqtt response. The...
Weird enough the robot only have a command to retrieve routine ids. The app stores the information about the scheduled time. Meaning that even if the integration creates one, when...
@Regressor Correct if I'm wrong, but there is no such thing in the app. Just schedules. You can set it to clean predefined rooms, but not the number of cleanings...
@Regressor I managed to intercept some commands from my app, but I think those are only for creating a task. Maybe this created task is linked to a routine using...
You'll need a mac and an iPhone Using cli from https://github.com/humbertogontijo/python-roborock with parameters `parser --device_ip --local_key ` You can get the local key from the logs or from /config/.storage/core.config_entries file...