Teemu R.
Teemu R.
The dreamevacuum should support changing the sound packs (added by #1457): ``` ❯ miiocli dreamevacuum --ip --token set_voice --help Usage: miiocli dreamevacuum set_voice [OPTIONS] URL [MD5SUM] [SIZE] [VOICE_ID] Upload voice...
Did you already try the `genericmiot` as mentioned in the issue template?
https://github.com/home-assistant/core/issues/92774 is also related.
As that message is coming directly from the device, it tells us that the communication is still working (i.e., the token is still correct). So from the looks of it,...
The error just means that the device did not respond to the request. If your vacuum is disconnected from the cloud, could you try if other commands work?
@grkhr yes, some devices are known to become unresponsive when they have no connection to the cloud, some other known issues can be found at https://python-miio.readthedocs.io/en/latest/troubleshooting.html . Generally speaking, these...
Has anyone tested the linked PR to see if it works? If yes, I see no reason not to merge it.
Yes, this is still work in progress as this involves a major rewiring of the whole integration. As this is a hobby project, we have no strict deadlines etc. but...
Looks like there's yet another way for sub-devices to report on this (seen on KS240's child dev info response): ``` 'gradually_on_mode': 1, 'gradually_off_mode': 1, 'fade_on_time': 1, 'fade_off_time': 1, 'max_fade_on_time': 60,...
I think we need some special handling for the "embedded" feature responses, so I think this one here is good to go and we can improve it on later.