Skip to content
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

dreame.vacuum.mb1808 unsupported #1104

Closed
pzim-devdata opened this issue Aug 3, 2021 · 7 comments
Closed

dreame.vacuum.mb1808 unsupported #1104

pzim-devdata opened this issue Aug 3, 2021 · 7 comments

Comments

@pzim-devdata
Copy link

Before submitting a new request, use the search to see if there is an existing issue for the device.

Device information:

NAME: Mi Robot Vacuum-Mop
(THIS IS THE SAME MODEL AS dreame.vacuum.mc1808 (Xiaomi Mijia 1C Sweeping Vacuum Cleaner)
ID: 415393437
IP: 192.168.1.xxx
TOKEN: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
MODEL: dreame.vacuum.mb1808
(THIS IS THE SAME MODEL AS dreame.vacuum.mc1808 ( dreame.vacuum.mC1808)

Use miiocli device --ip <ip address> --token <token>.
miiocli vacuum --ip 192.168.1.xxx --token xxxxxxxxxxxxxxxx info :

Model: dreame.vacuum.mb1808
Hardware version: Linux
Firmware version: 3.5.8_1805

Additional context
sudo miiocli discover :

INFO:miio.miioprotocol:Sending discovery to with timeout of 5s..
INFO:miio.miioprotocol:Discovery done
INFO:miio.discovery:Discovering devices with mDNS for 5 seconds...
/usr/local/lib/python3.9/dist-packages/zeroconf/_services/browser.py:170: FutureWarning: <miio.discovery.Listener object at 0x7fd6454b2f70> has no update_service method. Provide one (it can be empty if you don't care about the updates), it'll become mandatory.
warnings.warn(
WARNING:miio.discovery:Found unsupported device dreame-vacuum-mb1808_miio415393437._miio._udp.local. at 192.168.1.xxx, please report to developers

@pzim-devdata pzim-devdata changed the title dreame.vacuum.mc1808 unsupported dreame.vacuum.mb1808 unsupported Aug 3, 2021
@pzim-devdata
Copy link
Author

SOLVED
It's working very well when I use this command in terminal:

miiocli dreamevacuummiot --ip 192.168.1.xxx --token xxxxxxxxxxxxxxxxxxxxxxxxxx status

and not
miiocli vacuum --ip 192.168.1.xxx --token xxxxxxxxxxxxxxxxxxxxxxxxxx status
mirobo --ip 192.168.1.xxx --token xxxxxxxxxxxxxxxxxxxxxxxxxx status
miiocli dreame.vacuum.mc1808 --ip 192.168.1.xxx --token xxxxxxxxxxxxxxxxxxxxxxxxxx status
miiocli dreame.vacuum.mb1808 --ip 192.168.1.xxx --token xxxxxxxxxxxxxxxxxxxxxxxxxx status

@Entretoize
Copy link

I get Error: No such command 'dreamevacuummiot' is it still available ?

@pzim-devdata
Copy link
Author

pzim-devdata commented Nov 21, 2022

@Entretoize

FOR dreame.vacuum.mb1808

use miiocli, version 0.5.7
sudo python3 -m pip unsinstall python-miio
sudo python3 -m pip install python-miio==0.5.7

;-)
Get token :
bash <(curl -L https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor/raw/master/run.sh)

Usage: miiocli dreamevacuummiot [OPTIONS] COMMAND [ARGS]...

EXEMPLES :

Start vacuum :
miiocli dreamevacuummiot --ip 192.168.1.XXX --token XXXXXXXXXXXXXXXXXXXXXXXX start

Status vacuum :
sudo apt install zenity
zenity --info --window-icon=cpu-symbolic --text="$(miiocli dreamevacuummiot --ip 192.168.1.XXX--token XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX status)"

Stop vacuum :
miiocli dreamevacuummiot --ip 192.168.1.XXX--token XXXXXXXXXXXXXX stop

Identify vacuum :
miiocli dreamevacuummiot --ip 192.168.2.XXX --token XXXXXXXXXXXXXXXXXXXXXXXXXXX identify

Get Home vacuum :
miiocli dreamevacuummiot --ip 192.168.2.XXX --token XXXXXXXXXXXXXXXXXXXXXXXXXXXXX home

@pzim-devdata
Copy link
Author

I get Error: No such command 'dreamevacuummiot' is it still available ?

FOR dreame.vacuum.mb1808

use miiocli, version 0.5.7
sudo python3 -m pip unsinstall python-miio
sudo python3 -m pip install python-miio==0.5.7

@Entretoize
Copy link

I get Error: No such command 'dreamevacuummiot' is it still available ?

FOR dreame.vacuum.mb1808

use miiocli, version 0.5.7 sudo python3 -m pip unsinstall python-miio sudo python3 -m pip install python-miio==0.5.7

Thank you !

@DeutscheGabanna
Copy link

I'm on 0.5.13 and still do not have the command.

@rytilahti
Copy link
Owner

The command should be miiocli dreamevacuum (at least on git master). Try miiocli --help|grep dreame to see if that's available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants