RMCob / homebridge-wyze-robovac

This plug-in provides rudimentary control for a Wyze Robot Vacuum.
Apache License 2.0
8 stars 4 forks source link

statusCheckRefreshInterval not working #9

Closed zackotronic closed 1 year ago

zackotronic commented 1 year ago

statusCheckRefreshInterval does not seem to be working. My robovac has been done for over 3 minutes and the switch is still active.

This is a fresh install, only thing i did was change the path to this /homebridge/node_modules/homebridge-wyze-robovac/py_helpers

from the logs

[1/5/2023, 9:24:03 PM] [WyzeRoboVac] in setInterval(), this.currentStatus = 'VacuumMode.FINISHED_RETURNING_TO_CHARGE' [1/5/2023, 9:24:33 PM] [WyzeRoboVac] in setInterval(), this.currentStatus = 'VacuumMode.IDLE'

[1/5/2023, 9:27:43 PM] [WyzeRoboVac] Room 'Hallway'(WyzeVac): Get Characteristic On -> true

a whole 3 minutes later, its still true.

RMCob commented 1 year ago

Sometimes that happens. Simply turning off the switch manually gets things back in sync. The software knows the sweeping is completed and you could start another room. Just the 'status' of the switch is not updated. Purely cosmetic.