Skip to content

Device Roborock Q7 L5+ does not support V1 protocol #661

@adombeck

Description

@adombeck

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:

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions