First of all, hi everyone! I’m new here and this is my new post haha. I’m just some random Asian from Australia ;D
Ok, so I recently bought a few Aeotek RGBW bulbs, and they work really nice. That is, until I decided to play around with them in scenes.
So, basically, if I go to Aeotek settings through the ‘Devices’ panel, I can change a lot of options for the lighting, including these two colour sliders (I’m guessing they are warm white and/or cold white settings?). I have attached a screenshot. So I really like the setting I have chosen, which is to the right end of the bottom slider (The orange to blue slider).
Now, here is the problem. I want to light up the bulb when a sensor detects motion. However, when I go to create the action in UI7, I am stuck with just the RGB colour selection, and no sliders. And this creates a very dark RGB lighting which I do not want. I have also attached a screenshot. As you can see, I can only choose from that colour dropdown box.
Now, I have tried doing this through advanced options, but with no luck. There is setColor, setColorRGB and setColorTemp. I could only get setColorRGB working by inputting 255,255,255 etc. for the value. Also tried 255,255,255,255,255 with no luck. but again, that only sets the RGB mode on, and not the white I want to set. SetColor doesn’t even light up the bulb (maybe I’m typing the parameter values wrong?)
I also tried using Luup code which I found here and on other sites, with something like:
luup.call_action(?urn:upnp-org:serviceId:RGBController1?, ?SetColorTarget?, {newColorTargetValue = ?#FF0000FF?}, )
Where I used “8” as my device Id is #8. And this didn’t even light up my bulb.
So here I am guys, stuck =/. I am very new to this whole home automation, and even newer to Luup code. So hope you guys can help me out here. I’m using VeraEdge with UI7.
EDIT: I tried RGBController, but that App doesn’t seem to work properly (I can only assign the created device to a room, nothing else. Cannot assign and bulbs to the app).