python-miio icon indicating copy to clipboard operation
python-miio copied to clipboard

Found an unsupported model 'zhimi.airpurifier.mb3' for class 'AirPurifier'.

Open SyedBurhanAhmed opened this issue 9 months ago • 1 comments

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:
  • Link:

Use miiocli device --ip <ip address> --token <token>.

  • Model: [e.g., lumi.gateway.v3]
  • Hardware version:
  • Firmware version:

SyedBurhanAhmed avatar Mar 11 '25 11:03 SyedBurhanAhmed

I use home assistant and get this: "Logger: miio.device Source: /usr/local/lib/python3.13/site-packages/miio/device.py:159 First occurred: 15:19:55 (1 occurrence) Last logged: 15:19:55 Found an unsupported model 'zhimi.airp.mb3a' for class 'AirPurifierMiot'. If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/"

glith avatar Jul 24 '25 13:07 glith