-
-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
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
Support Roborock Q Revo(roborock.vacuum.a75) #1796
Comments
same Issue: Running the very new Roborock Q Revo |
+1 |
Bump, have this vacuum and it's working great with the integration |
Hallo, ist this Model working/supported? |
So what exactly is not working? Most (if not all) roborock vacuums should be supported but there may be some missing features depending on the model. If the device is working as expected, we can suppress the warning (see the linked PR). |
getting this Report für my A75 Output: WARNING:miio.device:Found an unsupported model 'roborock.vacuum.a75' for class 'ViomiVacuum'. If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/ |
@lmuser22 you need to use |
If you are receiving a warning indicating an unsupported model (
Found an unsupported model '<model>' for class '<class>'.
),this means that the implementation does not list your model as supported.
If it is working fine for you nevertheless, feel free to open an issue or create a PR to add the model to the
_supported_models
(example) for that class.Before submitting, use the search to see if there is an existing issue for the device model, thanks!
Device information:
Use
miiocli device --ip <ip address> --token <token>
.The text was updated successfully, but these errors were encountered: