romedtino / simple-wyze-vac

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

State is Error when Cleaning #52

Closed delzear closed 1 year ago

delzear commented 1 year ago

Describe the bug Every time I start the vacuum, either with the app or in home assistant, the state goes to "Error". No errors generated in the logs.

Expected behavior State should be "Cleaning"

Screenshots image

Simple Wyze Vac Version 1.8

Wyze Vacuum Firmware Version 1.6.202

Home Assistant Version 2023.3.5

romedtino commented 1 year ago

Definitely a bug. Should be fixed in 1.8.1 - https://github.com/romedtino/simple-wyze-vac/releases/tag/1.8.1

For more detail, new enumeration for SWEEPING in wyze_sdk now exists called CLEANING and I didn't include it in the check for which activity the vacuum is performing.