Yale lock configuration by HTTP

Trying to control Yale Zwave lock by http methods. Can lock/unlock but want to be able to change some of the settings, particularly the autorelock setting. I am able to see the current setting by getting the VariablesGet but it is a long comma separated list. Any way to retrieve and set just one of the parameters at a time?

VariablesSet= “1-Silent mode (1-3),1d,2-Auto relock (0 or 255),1d,255,3-Relock time (5 or 255),1d,254,4-Wrong Code Entry Limit (1-7),1d,5-Language (1-3),1d,6-Radio event reporting (0 or 255),1d,7-Shut down time after wrong code entries (1-255),1d,8-operating mode (0=normal 1=vacation 2=privacy 3=no rf),1d,9-Handing,1d,10-loop test mode,1d,”

VariablesGet= “1,3,2,255,3,254,4,5,5,1,6,255,7,60,8,0,9,210,10,0,”

ConfiguredVariable=“1-Silent mode (1-3),1d,2-Auto relock (0 or 255),1d,255,3-Relock time (5 or 255),1d,254,4-Wrong Code Entry Limit (1-7),1d,5-Language (1-3),1d,6-Radio event reporting (0 or 255),1d,7-Shut down time after wrong code entries (1-255),1d,8-operating mode (0=normal 1=vacation 2=privacy 3=no rf),1d,9-Handing,1d,10-loop test mode,1d,”

Thanks
Bruce

Low level approach:
[tt]http://wiki.micasaverde.com/index.php/Luup_Scenes_Events#Set_Z-Wave_parameters[/tt]

A more dangerous approach would involve using [tt]“urn:micasaverde-com:serviceId:HomeAutomationGateway1” / “ModifyUserData”[/tt] (please search the forum for details).

Got it. So if I am not mistaken I still have to retrieve the whole string of parameters, replace the one I want to change then send back the modified string. Probably easier for me to do it in Crestron programming that I am more familiar with. One final question, Looks like there is a “reconfigure” step at the end of this process. What is the purpose of that step?

Thanks
Bruce

I’m not sure whether the call to [tt]Reconfigure[/tt] is still required. Just try without it first …