You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Information: general description
A Mi Robot Vacuum Mop (aka dreame.vacuum.mc1808) is connected to the same network as the computer running miio commands. Robot's connecting information is retrieved via this program, and the token looks legit, according to the docs of miio. Various commands fail to connect to the robot, behaving as stated in the following:
G:\Work\Code>miiocli discover
INFO:miio.miioprotocol:Sending discovery to <broadcast> with timeout of 5s..
INFO:miio.miioprotocol:Discovery done
INFO:miio.discovery:Discovering devices with mDNS for 5 seconds...
//As you can see, discovering command does not seem to discover anything
G:\Work\Code>mirobo --ip "192.168.0.110" --token <myToken>
ERROR:miio.miioprotocol:Got error when receiving: timed out
Error: No response from the device
//That's the typical response while the 'mirobo' command is executed, however,
//I have got an unusual response once, stating the following:
G:\Work\Code>mirobo --ip "192.168.0.110" --token <myToken>
Error: Unable to discover the device 192.168.0.110
According to existing info in the miio documentation, the unable to discover error is appearing pretty often, but I didn't manage to find exact instructions for fixing this error.
Version information:
OS: Windows 10 version 1909
python-miio: 0.5.6
Device information:
Model: dreame.vacuum.mc1808
Hardware version: Linux
Firmware version: 3.5.8_1096
To Reproduce:
If you have the Mi Robot Vacuum Mop at your's, try to run mirobo --ip {yourIP} --token {yourToken}
Expected behavior:
I expected a standard mirobo information message, and some data about the device discovery while using miiocli discover command.
While running mirobo --ip "192.168.0.110" --token {myToken} info command, the console once returned the following response, but the response was never received again:
While using miiocli dreamevacuummiot --ip 192.168.0.110 --token {myToken}, the issue remains the same, but the command sometimes has been randomly reacting to the command properly without any obvious reason to work or not to work.
Bug Information: general description
A Mi Robot Vacuum Mop (aka dreame.vacuum.mc1808) is connected to the same network as the computer running
miio
commands. Robot's connecting information is retrieved via this program, and the token looks legit, according to the docs ofmiio
. Various commands fail to connect to the robot, behaving as stated in the following:According to existing info in the
miio
documentation, theunable to discover
error is appearing pretty often, but I didn't manage to find exact instructions for fixing this error.Version information:
Device information:
Model: dreame.vacuum.mc1808
Hardware version: Linux
Firmware version: 3.5.8_1096
To Reproduce:
mirobo --ip {yourIP} --token {yourToken}
Expected behavior:
I expected a standard
mirobo
information message, and some data about the device discovery while usingmiiocli discover
command.Console output:
The text was updated successfully, but these errors were encountered: