How to enable multiple floors on Roborock #551
Unanswered
PaulAntonDeen
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Check out discussion under this issue: #248 append_icons: true
icons:
- icon: mdi:numeric-0-box
tooltip: Map 0
tap_action:
action: call-service
service: vacuum.send_command
service_data:
entity_id: vacuum.xiaomi_vacuum
command: load_multi_map
params: 0
- icon: mdi:numeric-1-box
tooltip: Map 1
tap_action:
action: call-service
service: vacuum.send_command
service_data:
entity_id: vacuum.xiaomi_vacuum
command: load_multi_map
params: 1
It depends on your final config, but the safest way would be to switch map to a desired one, create a new card, click "Generate rooms config" in its editor and then copy generated rooms to the original card. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Oh dear.....blindly been searching..it was right there. Thanks!
Op ma 27 feb. 2023 om 11:53 schreef Piotr Machowski <
***@***.***>:
… You have to use camera entity instead of vacuum one
—
Reply to this email directly, view it on GitHub
<#551 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFGZAKLSRQQSE4RMHI3NYTWZSBSJANCNFSM6AAAAAAVJEZQ44>
.
You are receiving this because you authored the thread.Message ID:
<PiotrMachowski/lovelace-xiaomi-vacuum-map-card/repo-discussions/551/comments/5121439
@github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the services tab on the developer tools in HA I can change my map by using the multi map loader:
When I try and move the same config into the vacuum card, nothing happens. Any suggestions how to change map?
As a follow-up: How do I extract the rooms from the new map so that I can do a full clean of the map?
Beta Was this translation helpful? Give feedback.
All reactions