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

Python library & console tool for controlling Xiaomi smart appliances

Results 271 python-miio issues
Sort by recently updated
recently updated
newest added

Fix typo from #1479

**Describe the bug** Trying to get status of the device with miiocli it generates a runtime error bug report **Version information (please complete the following information):** - OS: Windows &...

bug

Before submitting a new request, use the search to see if there is an existing issue for the device. **Device information:** - Name(s) of the device: Xiaomi Robot Vacuum-Mop 2S...

new device

Hi There, don't know really where to put this issue, here or in Home Assistant, but let me try to explain and the you can redirect me to appropriate project....

``` $ miiocli device --ip *** --token *** info Model: ijai.vacuum.v2 Hardware version: Linux Firmware version: 4.1.5_0043 ``` Thank you in advance!

new device

I've mostly rebased the work on #501, applied some formatting and adopted heatshrink2 as dependency over heatshrink, which has become dead. I've tested it on chuangmi.remote.v2 and it worked for...

**Describe the bug** I have 2 zigbee devices (Aqara Wall Switch H1 EU, Mi motion sensor) I cant control them using python-miio. How i can do it? **Version information (please...

bug

Hi, As discussed in a previous thread raising a separate report. I've tried to use Scishare Coffe Maker, but for me script doesn't work with parametrised commands like boil_water/brew_americano Device:...

bug

New class methods in Device: * all_supported_models() to return a dictionary model=>implementation class * class_for_model(model: str) to return implementation class for the given model * create(host: str, token: str, model:...

The device is supported of the HA core by using the properties of the `philips.light.bulb` which isn't perfect. The PR improves the situation a bit but has still some gaps.