HI I have 2 questions/problems with the Yeelight binding (I use color lamp bulbs) and hope that someone here can help me.
I’m using the 2.5 snapshot binding because the send command don’t work on the 2.4 binding (the command thing is also not present in the PaperUI after creating it).
-
When I use the colorpicker, the dim functionality don’t work. The lamp just goes off (I also had this problem with the released 2.4 binding). Do you experience this too?
-
when I want to sent RGB values to the lamps I use a rule like this:
YeelightLEDCommand.sendCommand(“set_power;"on","sudden",2000”)
YeelightLEDCommand.sendCommand(“set_rgb;20,"smooth",5000”)
This should put the blue color of the lamp to value 20. The problem is now that the lamp always goes to full (255) blue. also when I change the value to 30, 50, 100 or 250 I always get the same blue intensity.
Also tried this for the red color (I tested values between 65536 and 16711680) and also for the red color I always get the same red intensity?
Anyone else sees this?
Thank you for helping me!