Skip to content
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

Found an unsupported model 'roborock.vacuum.a01' for class 'RoborockVacuum' #1668

Closed
dshokouhi opened this issue Jan 14, 2023 · 1 comment
Closed
Labels

Comments

@dshokouhi
Copy link

Describe the bug
A clear and concise description of what the bug is.

Got a new vacuum, was able to integrate with Home Assistant and basic commands work

Version information (please complete the following information):

  • OS: Linux
  • python-miio: 0.5.12

Device information:
If the issue is specific to a device [Use miiocli device --ip <ip address> --token <token> info]:

  • Model: roborock e5
  • Hardware version: unknown?
  • Firmware version:2.0.8_0912

To Reproduce
Steps to reproduce the behavior:

  1. Setup vacuum in home assistant, observe logs

Expected behavior
A clear and concise description of what you expected to happen.

Full support? This vacuum has mopping features but I don't see the mop entities. Haven't found a feature that does not work

Console output
If applicable, add console output to help explain your problem.
If the issue is about communication with a specific device, consider including the output using the --debug flag.

Logger: miio.device
Source: components/xiaomi_miio/__init__.py:235
First occurred: 5:15:36 PM (2 occurrences)
Last logged: 6:00:43 PM

Found an unsupported model 'roborock.vacuum.a01' for class 'RoborockVacuum'. If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/
@dshokouhi dshokouhi added the bug label Jan 14, 2023
@rytilahti
Copy link
Owner

The warning is harmless and will get suppressed when a new release is done (https://github.com/rytilahti/python-miio/blob/master/miio/integrations/vacuum/roborock/vacuum.py#L68), so I'll close this. Information necessary to add mopping information has already been added (#1585), but this will require a major rewrite of the homeassistant integration to make use of it (related to #1114).

If you don't mind, feel free to try if the device reports back supported features (using miiocli device raw_command get_fw_features) and create a PR to https://github.com/marcelrv/XiaomiRobotVacuumProtocol/blob/master/fw_features.md .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants