Hi,
I’ve just installed new Fibaro rollers — after some little parameters changes - all seem to work fine with my Vera3.
I’d like to build a scene and include commands related to the rollers - I’m a newbie here even if I have good background in dev.
One of my roller has 29 as DeviceId.
when I run this line in [Apps/DevelopApps/Test LuppCode] - the roller is answering as expected and move to the 25% position.
[font=courier]
luup.call_action(“urn:upnp-org:serviceId:Dimming1”, “SetLoadLevelTarget”, {newLoadlevelTarget = 25}, 29)
[/font]
But when I create a scene containing only this line, and I execute it … then nothing is happening.
Do you know what is happening ? Is there something, I should add in the code ?
( I’d like to mention that creating Scene involving the roller without including Code but just using the UI works fine but Lua should offer much more control )
Many Thanks
Didier