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
777 stars 93 forks source link

Add "Intelligent mopping setting > Wide coverage of edges and corners" to settings #361

Closed MattiaEffendi closed 8 months ago

MattiaEffendi commented 8 months ago

Is your feature request related to a problem? Please describe. I often only use room cleaning instead of the global house cleaning. I find myself often needing to set the "Wide coverage of edges and corners" to "High frequency" so that the robot will effectively clean the edges of the room. However i don't want it to be always enabled, so when i don't need it, i just set it to "low frequency". I noticed that this setting is not exposed via the add-on and i need to set it via the official app.

Describe the solution you'd like I would like to be able to set this setting via home-assistant.

Describe alternatives you've considered Using the official app

Tasshack commented 8 months ago

Available on beta.

https://github.com/Tasshack/dreame-vacuum/blob/dev/docs/entities.md

MattiaEffendi commented 8 months ago

@Tasshack sorry but i still can't see it, is it the "tight mopping" setting? I'm running beta so that's why i opened the issue.

Tasshack commented 8 months ago

I could easily understand the problem if you had given the model name information like you supposed to do when creating an issue. Integration supports more than 90 different models and properties are generated dynamically using the device capabilities. if the integration adds tight mopping setting instead of wider corner coverage that means mop_pad_swing capability of your device is missing in the integration.

MattiaEffendi commented 8 months ago

@Tasshack sorry for not provided all the required infos but i didn't see that kind of infos needed in the issue template. Otherwise i would have definitely added them. My robot is a Dreame L10S Ultra

Tasshack commented 8 months ago

I think you are not using the Beta because L10S Ultra generates the wider corner coverage correctly.

MattiaEffendi commented 8 months ago

@Tasshack I've checked right now in HACS, i'm running v2.0.0b11 (I've installed this version since I require authentication via Dreame account)

MattiaEffendi commented 8 months ago

Re-installing the addon fixed the issue. Not sure what happened there but the wider corner coverage setting is now present. Thanks