Tasshack / dreame-vacuum

Home Assistant integration for Dreame robot vacuums with map support
https://community.home-assistant.io/t/custom-component-dreame-vacuum
MIT License
887 stars 110 forks source link

Custom Cleaning Rooms need a 0x or Ignore Entry #775

Closed Caliban2017 closed 3 weeks ago

Caliban2017 commented 3 weeks ago

Describe the bug When using the Custom Clean Function, all Rooms (including Rooms with Carpets) will be cleaned and can not be ignored. For example i have three Rooms and want to mop them 2x;

but in the Living Room is carpet, so it should not mop there. But i can not deactivate the Living Room here, i am only able to select 1x instead of 0x or just Ignore the room. Even when i use the clean Room-Feature and only select the Kitchen and the Floor, the Device will clean the Living Room too and want to mop there. Needed to be manually aborted, so the Vacuum returns to its Station.

To Reproduce Activate custom Cleaning Select how many times to clean/mop the rooms select which rooms should be cleaned vacuum cleans all rooms instead of only the selected ones

Expected behavior it should only clean the selected rooms, then return to the station

Tasshack commented 3 weeks ago

It is not possible. You need to use vacuum_clean_segment service for selective room cleaning. Read or watch some tutorials, I am sure you will learn how to use the integration properly.