Python Plugin : Xiaomi Philips LED Ball Lamp
Posted: Tuesday 13 November 2018 22:50
Hello There
I'm starting a new plugin, for some Xiaomi Philips Wifi Device.
All main work come from Kofec and his plugin for Xiaomi Air Purifier : https://github.com/kofec/domoticz-AirPurifier
I just spend some time to adapt it for the E27 Bulb aka Xiaomi Philips LED Ball Lamp aka Philips ZhiRui E27 bulb.
That a first version, With 3 Widgets
ON/OFF
Brightness
White Temp
You Can drive the Bulb directly from Domoticz and from MiHome APP (set refresh to 1 minute to have best update)
Know Issue :
- Restarting the plugin create a segmention Fault, you need to restart your domoticz
- Plugin doesn't know if your bulb are Online or not
Next evolutions are :
Using Native Domoticz CCCW Widget
Using set_brightness_and_color_temperature(brightness, cct) command avaiable on Python-miio
You can Grab it : https://github.com/deennoo/domoticz-Xia ... ree/master
I'm starting a new plugin, for some Xiaomi Philips Wifi Device.
All main work come from Kofec and his plugin for Xiaomi Air Purifier : https://github.com/kofec/domoticz-AirPurifier
I just spend some time to adapt it for the E27 Bulb aka Xiaomi Philips LED Ball Lamp aka Philips ZhiRui E27 bulb.
That a first version, With 3 Widgets
ON/OFF
Brightness
White Temp
You Can drive the Bulb directly from Domoticz and from MiHome APP (set refresh to 1 minute to have best update)
Know Issue :
- Restarting the plugin create a segmention Fault, you need to restart your domoticz
- Plugin doesn't know if your bulb are Online or not
Next evolutions are :
Using Native Domoticz CCCW Widget
Using set_brightness_and_color_temperature(brightness, cct) command avaiable on Python-miio
You can Grab it : https://github.com/deennoo/domoticz-Xia ... ree/master