We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe The Bug: Everything imports fine, but when attempting to clean a room or whole house an error occurs.
To Reproduce: Download plugin, enter info, add accessories, attempt to vacuum, error.
Expected behavior: I expect the vacuum to start.
Logs:
[10/16/2024, 4:59:14 PM] [WyzeRoboVac] error: Command failed: python3 /homebridge/node_modules/homebridge-wyze-robovac/py_helpers/vacuumStartSweep.py LOGINEMAIL LOGINPASSWORD KEYID APIKEY 'Steve' 'All Rooms' Traceback (most recent call last): File "/homebridge/node_modules/homebridge-wyze-robovac/py_helpers/vacuumStartSweep.py", line 54, in <module> for room in vacuum.current_map.rooms: File "/usr/local/lib/python3.10/dist-packages/wyze_sdk/models/devices/vacuums.py", line 703, in rooms return [VacuumMapRoom(**room) for room in map_data['12']] File "/usr/local/lib/python3.10/dist-packages/wyze_sdk/models/devices/vacuums.py", line 703, in <listcomp> return [VacuumMapRoom(**room) for room in map_data['12']] TypeError: wyze_sdk.models.devices.vacuums.VacuumMapRoom() argument after ** must be a mapping, not str
Plugin Config:
{ "name": "WyzeRoboVac", "username": "LOGINEMAIL", "password": "LOGINPASSWORD", "key_id": "KEYID", "api_key": "APIKEY", "statusCheckRefreshInterval": 30, "idleBatteryCheckRefreshInterval": 1800, "busyBatteryCheckRefreshInterval": 120, "path2py_stubs": "/homebridge/node_modules/homebridge-wyze-robovac/py_helpers", "debugLevel": 0, "_bridge": { "username": "0E:19:01:CE:F9:7B", "port": 55320 }, "platform": "WyzeRoboVac" }
Environment:
The text was updated successfully, but these errors were encountered:
@tigew Is this still a problem? Did you map the floor with the Wyze app before using the plugin? I cannot reproduce the problem.
Sorry, something went wrong.
No branches or pull requests
Describe The Bug:
Everything imports fine, but when attempting to clean a room or whole house an error occurs.
To Reproduce:
Download plugin, enter info, add accessories, attempt to vacuum, error.
Expected behavior:
I expect the vacuum to start.
Logs:
Plugin Config:
Environment:
The text was updated successfully, but these errors were encountered: