Can anyone please tell me how to change the ColorTemp on a Hue bulb from Vera. I have tried it multiple ways with multiple syntaxes, but cannot make it change
My VeraPlus is on version 1.7.5186 (7.31)
My Hue hub is on version 4.11.0 (9557)
I am using the AltHUE plugin version 1.49
I am using Livarno Lux (LIDL) Smart LED bulbs which are Colour Temperature white bulbs. I have no problem controlling them in the Hue app
From Vera I can Turn them on and off, Dim them, RunHueScene
I have tried using Scenes, using the SetColorTemp command in the Advanced Editor or directly running LUA for which the syntax is
luup.call_action(‘urn:micasaverde-com:serviceId:Color1’, ‘SetColorTemp’, {newColorTempTarget = “W54”}, 306)
I have edited and run the scene both in the native Vera GUI and in AltUI
I have used Reactor actions
I would rather not have to use RunHueScene for this as, though it works fine, it will make the setup and maintenance much more laborious as, to separately change each of four lights in a room, I will have to set up each as a different room in Hue.
But no matter what I do I cannot get the white temperature of the bulb to change
What am I doing wrong?