-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
STYJ02YM Unable to decrypt error #701
Comments
These errors are hard to debug, as timeout just means that the device is not responding to the request. Considering it is answering to the handshake, the common problem is invalid token.. |
that's also what I thought, so i retried the I tried another command
|
Can you try some other command besides info, just in case it's just info that is not working? |
I tried these commands:
and all got this as response:
|
I did a port scan on the vacuum, and only port 53 is open. A read somewhere (cant find source) that the local API is closed after paring with the App? |
So i was playing around with miio itself, and used the command to store the token locally. After this i ran
After this i ran
Even The stragest thing is that i looks like running the running the
|
The cli error about |
updated to |
Hi, i have the exact same issue, but i use python_miio 0.5.3. I have an Xiaomi Vacuum Cleaner Pro ("model": "viomi.vacuum.v8"Firmware version: 3.5.3_0017) With the command: i get as answer: The only command that works is the info command:
But any other command leads to a timeout.... Example:
i tried already to downgrade to another python-miio Version, but nothing is working... Best regards, |
@meteo88 you have to use |
I tried to control my Xiaomi STYJ02YM (firmware 3.5.3_0017)
Ran:
miio discover --handshake 1
(paired with the Xiaomi home app)
And got
Next I tried
miiocli viomivacuum --ip <IP> --token <TOKEN> info
And got a timeout (No response from the device)
With debug flag:
I checked the used token two different ways, and both times they were the same.
The text was updated successfully, but these errors were encountered: