-
-
Notifications
You must be signed in to change notification settings - Fork 568
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
rockrobo.vacuum.v1 Error: No response from the device #536
Comments
Sorry to hear that (and for the delay), I hope you got it figured out as there has been no updates. In case not, did you check if this applies to your case https://python-miio.readthedocs.io/en/latest/troubleshooting.html#intermittent-connection-issues-timeouts-xiaomi-vacuum ? |
No worries, I had no time to further proceed without instructions either. I tried tips from #92, those are the same as you point out with troubleshooting section. I tried also a standard setup, on a local network that is connected to the internet by NAT, with no VLANs, no local routing and FW rules. so Xiaomi vacuum and From the log, it seems that the vacuum sends a response that cannot be decrypted, so I would suspect the token, but that is extracted from logs so it should be ok. I checked it multiple times. Another thing, the |
Did you check or extract the token multiple times? It's possible the token has changed. |
I did. I'll do the factory reset of Xiaomi vacuum that resets the token, and let's see. |
Factory reset fixed the issue. |
Using
mirobo
, I am unable to connect with the vacuum.The token is extracted from Mi Home logs version 5.4.49, vacuum fw 3.5.0_003476
sudo mirobo --ip 192.168.1.145 --token 7866XXXX716c -d
It seems to be similar to #92, but I have my vacuum on internet-facing VLAN, connected to the same WiFi as the device I am running
mirobo
with the same subnet.Any ideas what I can try next to debug it?
The text was updated successfully, but these errors were encountered: