Hi @Schneider,
thanks again for your great post, it helped me a lot.
I was trying to test your notify part (notify tudo). It wasn’t on your code posted.
Could you kindly share with me ?
Many thanks !
And ,do you know if it’s possible to activate the carpet mode? Or it’s activated by default ?
No worries. This notify part is a “notify group” that I’ve created to send a message to a few devices (all mobile phones, Google Home Minis, TVs, and so on), you can set they way you want to be notified with your setup.
The carpet mode is activated automatically but I suggest you set the vacuum power to max anyways if you had created a zone that contains only your carpet.
Another great tip is that fan_speed 105 sets the vacuum in to MOP mode, you can check on your mobile app that the mopping mode is selected.
Hi Schneider! Good news I found a valetudo branch with clickable zoned cleaning .I compiled this piece of software and will test and report … then it should be possible to select zoned cleaning within a map . But u need complete map before which includes full clean and don’t carry your robot around I’ll report tomorrow if it works well
I submit a pull request with a new service xiaomi_clean_zone_start
Download this file xiaomi_miio.py and put it in /custom_components/vacuum until my pull request will be approved.
Is this working for you? Just seen, that you tried to set the value using a template, which I’m trying to do with my vacuum since 2 days for setting the volume.
When I’m inserting my input_number into your script like this:
Still nothing happens. Currently my guess is, that the „vacuum.send_command“ doesn’t support data_template, as not even „params: [10]“ or similar is working is working then…
Is your PR with xiaomi_clean_zone_start also supporting zones as templates?
Currently I had to create 8 scripts to clean every single room. Adding input_booleans for each of them and then run a script mentioned in the “Howto: Xiaomi vacuum zoned cleaning” to run the scripts that are having activated input_booleans.
If the xiaomi_clean_zone_start supports also zones as templates I could include them as a list when calling the cleaning script and and short my scripts by 1/8.
Greets
I have now used a version update in the next code to send the robot to a certain area. Since last update (0.86.3) this code has not been working. Is there an alternative to this?