This library (and its accompanying cli tool) is used to interface with devices using Xiaomi's miIO protocol.
Note
The project has been recently renamed to python-miio. Although the mirobo python package (as well as the console tool with the same name) are still available, the users of the library are encouraged to start using the miio package. The shipped console tools (and the API) are expected to stay backwards-compatible for the near future.
- :doc:`Xiaomi Mi Robot Vacuum <vacuum>` (:class:`miio.vacuum`)
- Xiaomi Mi Air Purifier Pro & Air Purifier 2 (:class:`miio.airpurifier`)
- :doc:`Xiaomi Mi Smart WiFi Socket <plug>` (:class:`miio.plug`)
- :doc:`Xiaomi Mi Smart Socket Plug (1 Socket, 1 USB Port) <plug>` (:class:`miio.plug`)
- Xiaomi Smart Power Strip (WiFi, 6 Ports) (:class:`miio.powerstrip`)
- :doc:`Xiaomi Philips Eyecare Smart Lamp 2 <eyecare>` (:class:`miio.philips_eyecare`)
- :doc:`Xiaomi Philips LED Ceiling Lamp <ceil>` (:class:`miio.ceil`)
- Xiaomi Philips LED Ball Lamp (:class:`miio.philips_bulb`)
- Xiaomi Universal IR Remote Controller (Chuang Mi IR) (:class:`miio.chuangmi_ir`)
- Xiaomi Mi Smart Fan (:class:`miio.fan`)
- Xiaomi Mi Air Humidifier (:class:`miio.airhumidifier`)
- Xiaomi Mi Water Purifier (Basic support: Turn on & off) (:class:`miio.waterpurifier`)
- Xiaomi PM2.5 Air Quality Monitor (:class:`miio.airqualitymonitor`)
- Xiaomi Smart Wifi Speaker (:class:`miio.wifispeaker`) (incomplete, please feel free to help improve the support)
- Yeelight light bulbs (:class:`miio.yeelight`) (only a very rudimentary support, use python-yeelight for a more complete support)
Feel free to create a pull request to add support for new devices as well as additional features for supported devices.
Refer the manual for getting started.