SendData action

Is setting Z-Wave configuration parameters via [tt]‘Device Options’ → ‘Add configuration setting’[/tt] equivalent to

luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node=<id>,Data=<data>},1) 

? - Or are the Z-Wave configuration parameters and the ‘COMMAND_CLASS_CONFIGURATION parameters’ in completely different namespaces?

Hi Ap15e

Did You find out ? I need to send parameters to a device in order to make it react on som saved info in it. (Remotec ZX-120)
http://www.etotal.eu/product_info.php?cPath=25&products_id=208&language=en

I need to send a 1 dec value of 1 to parameter 34.

You will not hear back from AP15e as he is no longer participating on the forum.

  • Garrett

Yes I want to use a scene to set the parameters. It is the Remotec ZX-120 remote, it can learn from another IR remote and store it in parameter 25 value 1-20.

Then if You set parameter 34 value 1 it wil execute the button press stored in parameter 25 value 1 and so on. This is not easy to execute on a cell phone without scenes or access to the UI.

Can You tell how to set the parameter 34 value 1 with LUA ?

These are the variables that I need to set.

OK, I was hoping for an easy way to send 34,1d,1 to it with a LUUP code.

Have a look at this post.