romedtino / simple-wyze-vac

Home Assistant Custom Component for Wyze Vacuum
48 stars 8 forks source link

Support for multiple floors? #70

Closed boberthepker closed 1 month ago

boberthepker commented 11 months ago

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 commented 11 months ago

Hey, the capability is actually there (added from this PR - https://github.com/romedtino/simple-wyze-vac/pull/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