HTTP Request Format for Ramping Lamp Module

I’m attempting to ramp up an Intermatic Lamp Module using commands to a VERA2 (OS Version 1.1.1047) via HTTP. I’m using the following command [font=Arial]GET /data_request?id=lu_action&DeviceNum=6&serviceId=urn:upnp-org:serviceId:Dimming1&action=StartRampUp[/font]. When I send this I get the follwoing error message, “Device does not handle service/action”

The S_Dimming1.xml file shows this action as “Optional” as shown in the snippet from the xml file. Does this mean that that action may not be implemented?

StartRampUp

According to http://wiki.micasaverde.com/index.php/Luup_UPNP_Files StartRampUp is not supported.

If there are Z-Wave configuration settings for RampUp specific for your device, http://wiki.micasaverde.com/index.php/Luup_Scenes_Events#Set_Z-Wave_parameters might be of interest.

How fast do you want to ramp it up? If you cant get the other method to work then you could perhaps create a scene that ramps it up gradually and then call the scene from a http request.

It might be overkil but here’s a thread where somebody has their light ramp down:

http://forum.micasaverde.com/index.php?topic=2386.0

Thanks for all of the responses!!!