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

Error: command failed #1

Closed peterwin97 closed 2 years ago

peterwin97 commented 2 years ago

Describe The Bug: Just getting it set up and I am running into this error:

[WyzeRoboVac] error: Command failed: python3 /usr/lib/node_modules/homebridge-wyze-robovac/py_helpers/getVacuumRoomList.py [myemail] [mypassword] Home Vacuum USAGE: /usr/lib/node_modules/homebridge-wyze-robovac/py_helpers/getVacuumRoomList.py wyze_email wyze_password robovac_nickname

To Reproduce: Enter credentials for Wyze and restart HomeBridge.

Expected behavior: Automatically load Wyze devices into HomeBridge

Logs:

[WyzeRoboVac] error: Command failed: python3 /usr/lib/node_modules/homebridge-wyze-robovac/py_helpers/getVacuumRoomList.py [myemail] [mypassword] Home Vacuum USAGE: /usr/lib/node_modules/homebridge-wyze-robovac/py_helpers/getVacuumRoomList.py wyze_email wyze_password robovac_nickname

Plugin Config:

{ "name": "WyzeRoboVac", "username": "myemail", "password": "my password", "statusCheckRefreshInterval": 30, "idleBatteryCheckRefreshInterval": 1800, "busyBatteryCheckRefreshInterval": 120, "path2py_stubs": "/usr/lib/node_modules/homebridge-wyze-robovac/py_helpers", "debugLevel": 0, "platform": "WyzeRoboVac" }

Environment:

RMCob commented 2 years ago

@peterwin97 I think the problem may be that your vacuum name has a blank in it. Could you change the name in the Wyze app to remove the blank (Use a "_" perhaps) and then try it again and report back. Thanks....

peterwin97 commented 2 years ago

That fixed it, thanks!