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
I actually using the Xiaomi Mijia Vacuum 1C STYTJ01ZHM (dreame.vacuum.mc1808)
I can run every command like :
miiocli dreamevacuummiot --ip xxx --token xxx status
and i get correctly every informations like this :
Battery Level : 100
Brush life level : 90
Brush life time : 272
...
I can run perfectly too :
miiocli dreamevacuummiot --ip xxx --token xxx start
miiocli dreamevacuummiot --ip xxx --token xxx stop
miiocli dreamevacuummiot --ip xxx --token xxx home
miiocli dreamevacuummiot --ip xxx --token xxx identify
But i constently get this message before every result command :
WARNING:miio.device:Found an unsupported model 'dreame.vacuum.mc1808' for class 'DreameVacuumMiot'.
If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/
Is it possible to supress this warning message because it works perfectly for my case ?
Thanks for all your work !
Describe the bug
A clear and concise description of what the bug is.
Version information (please complete the following information):
OS: [e.g.Linux]
python-miio: [Use miiocli --version or pip show python-miio]
Device information:
If the issue is specific to a device [Use miiocli device --ip <ip address> --token <token> info]:
Model:
Hardware version:
Firmware version:
To Reproduce
Steps to reproduce the behavior:
1.
Expected behavior
A clear and concise description of what you expected to happen.
Console output
If applicable, add console output to help explain your problem.
If the issue is about communication with a specific device, consider including the output using the --debug flag.
The text was updated successfully, but these errors were encountered:
Hi,
I actually using the Xiaomi Mijia Vacuum 1C STYTJ01ZHM (dreame.vacuum.mc1808)
I can run every command like :
miiocli dreamevacuummiot --ip xxx --token xxx status
and i get correctly every informations like this :
Battery Level : 100
Brush life level : 90
Brush life time : 272
...
I can run perfectly too :
miiocli dreamevacuummiot --ip xxx --token xxx start
miiocli dreamevacuummiot --ip xxx --token xxx stop
miiocli dreamevacuummiot --ip xxx --token xxx home
miiocli dreamevacuummiot --ip xxx --token xxx identify
But i constently get this message before every result command :
WARNING:miio.device:Found an unsupported model 'dreame.vacuum.mc1808' for class 'DreameVacuumMiot'.
If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/
Is it possible to supress this warning message because it works perfectly for my case ?
Thanks for all your work !
Describe the bug
A clear and concise description of what the bug is.
Version information (please complete the following information):
miiocli --version
orpip show python-miio
]Device information:
If the issue is specific to a device [Use
miiocli device --ip <ip address> --token <token> info
]:To Reproduce
Steps to reproduce the behavior:
1.
Expected behavior
A clear and concise description of what you expected to happen.
Console output
If applicable, add console output to help explain your problem.
If the issue is about communication with a specific device, consider including the output using the
--debug
flag.The text was updated successfully, but these errors were encountered: