-
-
Notifications
You must be signed in to change notification settings - Fork 570
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.a75' for class 'RoborockVacuum' #1844
Comments
Having the same problem ... |
Is it not working, or is it just that it's giving an error? I'd expect that these devices work, but that the model is not yet added to the list of known-to-work devices. The latter can be easily done, the former requires more details about what is not working etc. |
It's giving the error but i cannot get any information from the roborock. So it doesn't work just prints the error ... |
Vacuum works perfectly in home assistant, map extractor works as expected too. No problem but this weird log message. I guess the integration already works with vacuum but is not "aware" of it |
#1850 fixes the warning, @discostur, please open a new issue and post the error you are getting. The warning in this issue is not related to your error. |
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: