-
I did some research and it looks like it might be possible with But how does one obtain an id for the room? What should the YAML for the action look like? I'm attempting to set up an automation like so: Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Not sure to understand correctly your question. As I understood, you would like to have your Roborock clean a specific room (that you defined in the app) on the press of a button. Am I correct? To do so, you service call would look something like the following: service: roborock.vacuum_clean_segment
data:
segments: [20]
target:
entity_id: vacuum.roborock_s7 In In order to find what are the correct number for you rooms, you might use PiotrMachowski/lovelace-xiaomi-vacuum-map-card.
|
Beta Was this translation helpful? Give feedback.
-
I‘ve installed the Xiaomi vacuum map card but i did not get a rooms config. Once i click Generate Rooms Config nothing happens means. Any help is appreciated! |
Beta Was this translation helpful? Give feedback.
Not sure to understand correctly your question. As I understood, you would like to have your Roborock clean a specific room (that you defined in the app) on the press of a button. Am I correct?
To do so, you service call would look something like the following:
In
data.segments
you can put multiple rooms if you wish, like[20, 16, 1]
.In order to find what are the correct number for you rooms, you might use PiotrMachowski/lovelace-xiaomi-vacuum-map-card.