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

import wyze_sdk #20

Closed drakehomebridge closed 5 months ago

drakehomebridge commented 5 months ago

[2/1/2024, 3:58:33 PM] [WyzeRoboVac] error: Command failed: python3 /usr/local/lib/node_modules/homebridge-wyze-robovac/py_helpers/getVacuumDeviceList.py Traceback (most recent call last): File "/usr/local/lib/node_modules/homebridge-wyze-robovac/py_helpers/getVacuumDeviceList.py", line 4, in <module> import wyze_sdk ModuleNotFoundError: No module named 'wyze_sdk'

Removed personal info.

Getting that error when running the plugin. I installed the wyze sdk by inputting pip install wyze_sdk in the command terminal and I verified that it was installed. I did a restart on my server and computer and the problem still persists.

drakehomebridge commented 5 months ago

Resolved that issue.