Several Philips Miio lights are not working anymore. I have downlight and candle not working :
Logger: miio.device
Source: /usr/homeassistant/lib/python3.8/site-packages/miio/device.py:153
First occurred: 11:04:42 (3 occurrences)
Last logged: 11:04:42
Found an unsupported model 'philips.light.downlight' for class 'PhilipsBulb'. If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/
Found an unsupported model 'philips.light.candle' for class 'PhilipsBulb'. If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/
The “bulb” class still works. Seems like there has been too much of a cleaning, see the github, issues.
I don’t know how to fix this ?
I’ve tried several tricks , but ended rolling back to 2021.11.5 !
The problem is in the python-miio library, v0.5.9.1. miiocli version 0.5.8 works,detects downlight :
(homeassistant) homeassistant@services:~$ miiocli device --ip 192.168.7.42 --token XXXX info
WARNING:miio.device:Found an unsupported model 'philips.light.downlight' for class 'Device'. If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/
Model: philips.light.downlight
Hardware version: ESP8266
Firmware version: 1.3.0_0021
(homeassistant) homeassistant@services:~$ pip install python-miio==0.5.8
<...>
(homeassistant) homeassistant@services:~$ miiocli device --ip 192.168.7.42 --token XXXXX info
Model: philips.light.downlight
Hardware version: ESP8266
Firmware version: 1.3.0_0021
cool, I see that there is a fix on the runway… it looks like it is just getting a covid travel certificate and border clearance so hopefully should be rolled into a patch shortly…