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.