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

No manual mode for Air Purifier 3H but Mi Home has it

Open mortenmoulder opened this issue 4 years ago • 2 comments

Describe the bug In the Mi Home application, I am able to set a more precise fan speed based on room size. The slider has ~16 options. If I pick 12~22 m2 the fan speed is about 1.5, when selecting the "fan" mode, however, only 1, 2, and 3 can be selected. For my case, 1 is too low and 2 is too loud.

Version information (please complete the following information): I'm using latest Home Assistant version, however, it is not present as an option with miiocli either.

Device information:

  • Model: zhimi.airpurifier.mb3
  • Hardware version: esp32
  • Firmware version: 2.0.8

Expected behavior Expected to be able to set the mode to "manual". Based on what the device allows, setting a fan percentage of 0-100% would also be nice, however, 1-16 (the steps in the app) would also be nice.

mortenmoulder avatar Sep 28 '21 11:09 mortenmoulder

There is set_favorite_rpm, maybe that's related?

rytilahti avatar Jan 29 '22 16:01 rytilahti

This is because the HASS component uses fan levels (1-3) instead of favorite levels (1-14).

mouth4war avatar Apr 07 '22 12:04 mouth4war