python-miio
python-miio copied to clipboard
Need support for Dreame S10
Before submitting a new request, use the search to see if there is an existing issue for the device.
If your device is rather new, it is likely supported already by the genericmiot
integration. This is currently available only on the git version (until version 0.6.0 is released), so please give it a try before opening a new issue.
Device information:
- Name(s) of the device: Dreame S10 (Global version is L10S Ultra)
- Link: https://www.taobao.com/list/item/716064418109.htm?spm=a21wu.10013406.taglist-content.29.20726e94c98CEf
Use miiocli device --ip <ip address> --token <token> info
.
Model: dreame.vacuum.r2228
Hardware version: Linux
Firmware version: 4.3.3_1125
Additional context If you know already about potential commands or any other useful information to add support for the device, please add that information here.
I'm trying to rename r2228o to r2228 and use command bellow but it's fail with exception (cannot set name)
#miiocli dreamevacuum --ip 192.168.69.217 --token xxxxxxx set_voice https://github.com/Findus23/voice_pack_dreame/raw/main/voice_pack.tar.gz 8ebfabb9e23e169a5c9b867266f9d1ef 4325024 cn
raw commend is fail with code -1
605 miiocli dreamevacuum --ip 192.168.69.217 --token xxxxxx raw_command action "{'did':'DID','siid':24,'aiid':2,'in':[{'piid':3, 'value':'CN'},{'piid':4,'value':'https://github.com/Findus23/voice_pack_dreame/raw/main/voice_pack.tar.gz'},{'piid':5,'value':'8ebfabb9e23e169a5c9b867266f9d1ef'},{'piid':6,'value':'4325024'}]}"
Can you please support for dreame S10, thanks so much.