[SOLVED] Xiaomi Philips Wifi Lamp

Hi Paulo,

I was able connect it using binding:

But I didnt sent author all commands to include it in binding so most of the stuff I have to send over command channel

I found some description, but can not control stuffs like Disco light or RGB color.

https://github.com/rytilahti/python-miio/issues/351

I can control:
turn it on/of with set_power[“off”] (on/off) change briteness wtih set_bright[10] (1-100) and white temp with set_cct[50] (1-100). Also useless toggle and night mode with go_night. And last apply_fixed_scene[1] (1-5)

1 Like