Dimmer HTTP Commands

Hello, I am having difficulty dimming a z wave light from the http requests. I am able to turn the light on and off fine but when I send a value to dim the light to the light just goes to 100%. Has anyone seen this problem? If so is there a work around or what am I doing wrong? I just updated the vera firmware to 1.1.228. Here is the command and I am using it is in the form of a GET statement.

GET /data_request?id=lu_action&output_format=xml&DeviceNum=4&serviceId=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newTargetValue=50 HTTP/1.1 Host: 192.168.5.20:49451\x0d\x0a\x0d\x0a

Any information would be very helpful. Thank you.

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

This is the correct syntax to put a dimmable light xx to 50%

http:///port_49451/data_request?id=lu_action&DeviceNum=xx&action=SetLoadLevelTarget&serviceId=urn:upnp-org:serviceId:Dimming1&newLoadlevelTarget=50&output_format=xml

Can I suggest that people hyperlink into the Wiki.micasaverde.com Documentation for these “snippet” examples?

Over time, this would force the documentation to get better, and to be correctly hyperlinkable (etc).

Anyone can get an account to update the doco also…