Skip to content

Vacuum Service - clean a zone #40

Closed Answered by Tasshack
fabicro asked this question in Q&A
Discussion options

You must be logged in to vote

App only allows you to select single area but device is capable of cleaning multiple zones on a single task, because of that you need to pass zone coordinates array inside of another array when sending the action to the device.

service: dreame_vacuum.vacuum_clean_zone
data:
  zone:
    - - 819
      - -263
      - 4424
      - 2105
target:
  entity_id: vacuum.vacuum

Actually integration should handle the single zone with this service but the validation is not allows passing a single array right now, i will fix this on next release.

I don't understand if and how to specify the map where the points of the selected zone come from.

https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-m…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Tasshack
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants