Fibaro Rollers

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

Please forget my question/post …

It seems I can’t reproduce the problem any more !
The problem may be related to some corrupted characters … or a missing CRLF at the end … I’m not sure.

Not sure how to debug such thing in the future when you are working with a remote device ( I may need to reconfigure the remote network to have some IP access ) but I was thinking there may be some more friendly way to debug or have access to a console, or a log.

Thanks
Didier