romedtino / simple-wyze-vac

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

Individual rooms not cleaning #50

Closed dwdonnelly closed 1 year ago

dwdonnelly commented 1 year ago

Set up an automation to run at a specific time to clean one room on the main floor.

Time triggered automation. Automation ran. Vac did not move.

Following error report:

`This error originated from a custom integration.

Logger: custom_components.simple_wyze_vac Source: custom_components/simple_wyze_vac/init.py:76 Integration: Simple Wyze Vac (documentation) First occurred: 9:35:29 PM (1 occurrences) Last logged: 9:35:29 PM

Failed to query vacuum rooms. If your firmware is higher than 1.6.113, rooms is currently not supported. Exception: wyze_sdk.models.devices.vacuums.VacuumMapRoom() argument after ** must be a mapping, not str`

I confirmed my vacuum firmware is above 1.6.113. It is at 1.6.202.

A clear and concise description of what you expected to happen. Correct Simple Wyze Vac to support rooms.

Simple Wyze Vac Version -1.7.3

Wyze Vacuum Firmware Version -1.6.202

Home Assistant Version -2023.2.2

Additional context Vac does run when "Let iRobot Clean" is selected, but not when a room is selected.

romedtino commented 1 year ago

I confirmed my vacuum firmware is above 1.6.113. It is at 1.6.202.

I think you misread the warning - If your firmware is higher than 1.6.113, rooms is currently not supported.

Vac does run when "Let iRobot Clean" is selected, but not when a room is selected.

I have no idea what this means? There shouldn't be any iRobot anywhere as this is a Wyze Vac?

dwdonnelly commented 1 year ago

Understand the version level. Since my system is 1.6.202, I can still select a room or rooms to be cleaned via a "service" in the automation - I thought this should not be possible? See automation via a service:

`alias: iRobot Cleans description: "" trigger:

so the error is not associated?

iRobot is how I named the vac. And automated (not via a service): `description: Lights off and iRobot2 cleans livingroom trigger:

dwdonnelly commented 1 year ago

Will close this issue, as I need to further investigate offline, as the routine is working. Thanks.

dwdonnelly commented 1 year ago

Will close this issue, as I need to further investigate offline, as the routine is working. Thanks.