romedtino / simple-wyze-vac

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

[BUG] room selection via switches not working #76

Open jsaltzman opened 6 months ago

jsaltzman commented 6 months ago

Describe the bug My understanding is that I can toggle the switches dedicated to different rooms on and off, then toggle the vacuum switch to only clean the rooms selected. I am trying to implement this but when I toggle the vacuum switch it tries to clean the whole home.

To Reproduce Steps to reproduce the behavior:

  1. Toggle switches off of rooms I don’t want to clean
  2. Toggle vacuum switch on

Expected behavior I expect the vacuum to only clean the rooms who’s switches are turned on.

Screenshots image

image

image

Simple Wyze Vac Version

Wyze Vacuum Firmware Version

Home Assistant Version

Additional context Add any other context about the problem here.

romedtino commented 5 months ago

The start button doesn't work that way, you'd have to do it as described in the README - https://github.com/romedtino/simple-wyze-vac?tab=readme-ov-file#sweep-rooms

jsaltzman commented 5 months ago

@romedtino thank you for the response. I understand that I can use the service dev tool to clean certain rooms. I guess my question is, what is the point of the switches that appear in my dashboard, one per room?