python-miio
python-miio copied to clipboard
Support Roborock Q Revo(roborock.vacuum.a75)
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:
- Name(s) of the device: roborock.vacuum.a75
- Link: https://us.roborock.com/products/roborock-q-revo
Use miiocli device --ip <ip address> --token <token>
.
- Model: roborock.vacuum.a75
- Hardware version:
- Firmware version:
same Issue: Found an unsupported model 'roborock.vacuum.a75' for class 'RoborockVacuum'. If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/
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/
WARNING:miio.integrations.vacuum.viomi.viomivacuum:Unknown vacuum state: None
Traceback (most recent call last):
File "/usr/local/bin/miiocli", line 8, in
@lmuser22 you need to use miiocli roborockvacuum
to control roborocks, you are somehow trying to control yours as a viomi vacuum which isn't obviously working.