-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
Add support for: xiaomi.airp.cpa4
#1869
Comments
I couldn't see any In which source file should this work be done? |
Whereas the following doesn't:
Falling back to
|
Hi, what's the name of the class you are getting this warning, probably something that is using MiotDevice or Device directly? Anyway, the new devices are supported by |
Ah, missed that one. Here it is:
I've already tried that but ran into an issue:
I think that's because Edit: I tried to install the latest version with the following:
Now I able to get success responses, thank you!
Will there be a new version cut soon? |
You're welcome! I haven't had much time nor motivation to work on finishing some remaining issues to get a new release out, but you can click "watch" on #1808 to follow the status. I'll close this issue now given it's fixed :-) |
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:
Xiaomi Smart Air Purifier 4 Compact
Use
miiocli device --ip <ip address> --token <token>
.xiaomi.airp.cpa4
esp32
2.1.8_0012
The text was updated successfully, but these errors were encountered: