-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I was very pleased to see this great project but unfortunately my device doesn't seem to be supported even though the Q7 is listed on https://python-roborock.readthedocs.io/en/latest/supported_devices.html.
Every command which uses the device fails with "Feature not supported by device". I started to look into the code and found that the error originates here:
python-roborock/roborock/cli.py
Lines 404 to 405 in f13e87a
| if device.v1_properties is None: | |
| raise RoborockUnsupportedFeature(f"Device {device.name} does not support V1 protocol") |
Is this a known issue with the Q7 L5+? Any chance we can get it to work?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request