-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
Mi Robot Vacuum-Mop Essential (G1) #817
Comments
Has anyone tested the commands on this robot? |
I tested the commands and found some working. get_properties: piid: 2 siid: 1 - device status piid: 3 siid: 1 - battery in% piid: 4 siid: 1 - voice status piid: 9 siid: 1 - last vacuum cleaning area in m2 piid: 11 siid: 1 - filter consumption in% piid: 12 siid: 1 - I don't know piid: 14 siid: 1 - main brush consumption in% piid: 15 siid: 1 - angle brush wear in% piid: 16 siid: 1 - value 0, I don't know set_properties: siid: 4 piid: 1 value: 0/1 enable disable voice This is an example of sending a request and response: There is someone who can help me??? |
Start cleanup "method":"action","params":{"did":"X","siid":2,"aiid":1} |
It works, thanks. |
get_commands = { action_commands = { set_commands = { |
Thanks. I've already tested all these commands from this link: https://miot-spec.org/miot-spec-v2/instance?type=urn:miot-spec-v2:device:vacuum:0000A006:mijia-v1:1 |
19:'{"method":"get_properties","params":[{"siid":9,"piid":5}]}', #command_get_total_clean-count # responce value always 0 What kind of response you have received this request? |
When I was using the vacuum cleaner by MiHome I had values there. |
Can you write how to run commands? |
Where do you want to run these commands? |
From command line. I want make script for Home Assistant. |
I use the plugin for domoticz from here: |
I see that this topic is quite Inactive nowadays but I am wondering whether the Xiaomi Robot Vacuum-Mop Essential is (fully) supported or not. This because I om thinking about buying one as my first vacuum robot and I want to use it in combination with Domoticz using this library. |
Hey Rick, |
Hello, is there any news about support for this device? |
I am using a custom component for home assistant based on python-miio. Class for sending commands.
Below modified vacuum class in ...config\custom_components\xiaomi_vacuum.
|
In Home Assistant you can integrate cleaner with custom MioT Auto integration (available in HACS) |
Perfect thank you! |
Thank you very much!! |
Hello, If i use the command : I do have this answer : I did try the following lines
Gives me the following error :
I also did try this lines :
That gives me the following error
So i do understand that the method:action seems to not be well written, but I did not succeed on finding the good way. Thanks if you can give me some help on this. |
This should be supported now with #867 being merged so I'm closing this. @TaGGoU91 please try the current git master, To execute custom actions, you cannot use mirobo nor miiocli device (but
where |
Hi, I have an issue getting a token:
The device is found on the correct IP address, but the token returned does not work, obviously. Any ideas? |
Before submitting a new request, use the search to see if there is an existing issue for the device.
Device information:
Use
miiocli device --ip <ip address> --token <token>
.Model: mijia.vacuum.v1
Hardware version: esp32
Firmware version: 2.1.3
The text was updated successfully, but these errors were encountered: