Search found 1 match
- Sunday 21 October 2018 14:25
- Forum: Python
- Topic: Howto set color of Color switch, RGBWW, Dimmer from Python?
- Replies: 4
- Views: 1370
Howto set color of Color switch, RGBWW, Dimmer from Python?
I can control Yeelight color bulb from Domoticz web UI using "Color switch, RGBWW, Dimmer." But I want to control this from the Python. I can turn on/off the bulb and change its brighness: import DomoticzEvents as DE device = DE.changed_device if device.name == "Xiaomi Wireless Switch": DE.Log(DE ...