Multi Floor Home Change Map #151
-
I have a multi floor home and I am not able to figure out how to change the map being used. Can I do that in HA or do I need to use the roborock app? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
See @humbertogontijo's reply that is more up-to-date than mine. You can use a service call to change the map. Here is an example. service: vacuum.send_command
data:
command: load_multi_map
params: 0
target:
entity_id: vacuum.roborock_s7 The Please note that there used to be a delay for the map to update in the integration (the command is executed but the map shown is not refreshed quickly). One way to be sure that the command is executed when testing this is to have your Roborock app opened next to you and see the map updating within seconds. There have been multiple issues discussing the map not refreshing but I did not follow everything, maybe the issue is solved in the latest version. |
Beta Was this translation helpful? Give feedback.
-
Use the new service instead. It loads the map right away
|
Beta Was this translation helpful? Give feedback.
-
In case this helps anyone else, as I was still slightly confused after reading these comments, When editing the card open the text editor (might have to click the Generate Static Config first), than at the bottom of the icons section I added
Which added 2 buttons to the card that let me quick swap between my 2 maps using the service outlined by @humbertogontijo |
Beta Was this translation helpful? Give feedback.
Use the new service instead. It loads the map right away