-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Viomi SE vacuum cleaner support (viomi.vacuum.v19) #837
Comments
|
Sure, here it is:
|
Okay, so looks like it at least has the same command for status information as other viaomis, so that's a good sign! The "run_state" seems to be empty. Try the status command with You could also try other commands to see if any of them are working, see |
|
Start, pause, stop command works fine :) See some debug:
|
LED on/off command takes effect, but throws exception:
|
Fanspeed can be fetched sucessfully:
But DND Status not:
|
Okay, so looks like the control commands are at least partially similar, so it's a good start.
Looks like the property names are different. Some devices support requesting all properties using, so you could try if this works: Probably the best way to find out which properties (and actions, too) are supported is to do a traffic capture between the mobile app and the device, all while clicking around and testing all functionality. Here's a guide for that: https://github.com/aholstenson/miio/blob/master/docs/protocol.md
All time out errors are coming directly from the device, but that's very generic error so it is hard to say whether the cause is unavailable command (like I'd guess in the case of DnD) or when something else (like in the case with leds still changing the state even when erroring).
This response is a hard-coded, no request is send to the device. |
Unfortunetly, it doesn't return props at all:
Some debug:
|
it's miot device. check specs for proto. |
So #627 applies to it, right? |
to install voice pack for viomi se (v19) and probably viomi v3 (v13) send this miio command and wait 1-2 minutes
to get back to english which is local voice pack send
official voice packs
|
Not working on v19:
|
I also have new Viomi SE. I've tried to capture network traffic from Xiaomi Home with BlueStack and Wireshark but I don't see any packets to Viomi's IP (only packets to Xiaomi servers). |
Hi! A also have a new Viomi SE. I can get some Properties with the Specs for Viomi SE. At example the Status of the Vacuum:
`
I can set Properties too, but with the Actions i have Problems.
|
action has single object, not array. |
Damn. It works! Thank You! |
So it looks like they've changed |
ended up not realizing how we solved this alert ..can you explain? |
Kindly request to support Viomi SE vacuum cleaner.
Device information:
Result of
miiocli device --ip <ip address> --token <token>
:Additional context
Nothing really useful now, maybe result of some commands:
The text was updated successfully, but these errors were encountered: