Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple floors? #70

Open
boberthepker opened this issue Sep 6, 2023 · 1 comment
Open

Support for multiple floors? #70

boberthepker opened this issue Sep 6, 2023 · 1 comment

Comments

@boberthepker
Copy link

Hello,

Great work on this BTW!

Could someone point me in the right direction of determining if adding support for multiple floors is possible? The Wyze app has it, but I'm not sure what API limitations this integration has. Right now, my workaround is to open the Wyze app, switch floors, and then use Home Assistant again.

Thanks!

@romedtino
Copy link
Owner

Hey, the capability is actually there (added from this PR - #54 thanks to kevinyc), probably something that should be added to the README but you can add a service call

service: vacuum.send_command
data:
  command: set_current_map
  params:
    map: YOUR MAP NAME HERE
target:
  entity_id: vacuum.YOUR_VACUUM_NAME_HERE

image

Like so, to change maps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants