Luup http request

Has anyone tried using Luup http requests to create scenes ?
The wiki ([url=http://wiki.micasaverde.com/index.php/Luup_Requests]http://wiki.micasaverde.com/index.php/Luup_Requests[/url]) mentions this but I could not make it work on my Vera2 ( 1.1.1047 ). Other requests work without any problem (actions to turn on/off devices) but not the ones to change the configuration (Creating rooms, scenes…etc).

Any help is really appreciated,

Roy.

http://192.168.178.34:3480/data_request?id=room&action=create&name=TestTest does work for me (Vera V1@1.1.1142).

Are you able to create scenes too ?

http://192.168.178.34:3480/data_request?id=scene&action=record -> OK

GUI:
Turn off a lamp.

http://192.168.178.34:3480/data_request?id=scene&action=listrecord ->
[ { "id": 1, "action": { "device": 5, ...

http://192.168.178.34:3480/data_request?id=scene&action=stoprecord -> OK

http://192.168.178.34:3480/data_request?id=scene&action=saverecord&name=whatever&room=0 -> OK

Now there is a global (room 0) scene named ‘whatever’ with commands for the lamp on the ‘Advanced’ tab. The new scene does work.

Thanks for taking the time to try it. It seems it’s a bug in v1.1.1047 :(((