seikan / homebridge-mi-air-purifier

A Xiaomi Mi air purifier plugin for Homebridge.
Other
172 stars 65 forks source link

sync with fan rotation speed #35

Closed yeongrokgim closed 6 years ago

yeongrokgim commented 6 years ago

when you change rotation speed, device changes to favorite mode and run speed level fan rotation speed is shown whenever you open Home app on iDevices you can revert its state to auto through 'details' button in Home app miio usage: miio protocol call DEVICE_IP get_prop '["favrorite_level"]' miio protocol call DEVICE_IP set_level_favorite '[1]'

set_level_favorite allows 0 to 16 integer value

    # setting "6.25" will allow 0 to 16 favorite level, I changed this value to "12.5" to use 0 to 8 levels
yeongrokgim commented 6 years ago

tested with miio@0.14.1Mi Air 2 please somebody confirm this code works with other Mi Air devices

leoneleone commented 6 years ago

So how can we set Silent mode now?