Help setting Z-Wave parameters

This is what I see in the log after running the LUA command instead:

luvd_get_info_data_request starting /data_request pMem 0x3461000/54923264 diff: 38965248 <0x6e1f6520>
08	02/10/21 14:30:15.886	JobHandler_LuaUPnP::HandleActionRequest device: 0 service: urn:micasaverde-com:serviceId:HomeAutomationGateway1 action: RunLua <0x6e1f6520>
08	02/10/21 14:30:15.886	JobHandler_LuaUPnP::HandleActionRequest argument id=lu_action <0x6e1f6520>
08	02/10/21 14:30:15.886	JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1 <0x6e1f6520>
08	02/10/21 14:30:15.886	JobHandler_LuaUPnP::HandleActionRequest argument action=RunLua <0x6e1f6520>
08	02/10/21 14:30:15.886	JobHandler_LuaUPnP::HandleActionRequest argument Code=luup.call_action("urn:micasaverde-com:serviceId:ZWaveNetwork1", "SendData", {Node=115, Data="x70 4 33 4 0 0 0 0"}, 1) <0x6e1f6520>
08	02/10/21 14:30:15.887	JobHandler_LuaUPnP::HandleActionRequest device: 1 service: urn:micasaverde-com:serviceId:ZWaveNetwork1 action: SendData <0x6e1f6520>
08	02/10/21 14:30:15.887	JobHandler_LuaUPnP::HandleActionRequest argument Node=115 <0x6e1f6520>
08	02/10/21 14:30:15.888	JobHandler_LuaUPnP::HandleActionRequest argument Data=x70 4 33 4 0 0 0 0 <0x6e1f6520>
04	02/10/21 14:30:16.305	<Job ID="71" Name="childcmd node 115" Device="604" Created="2021-02-10 14:30:15" Started="2021-02-10 14:30:15" Completed="2021-02-10 14:30:16" Duration="0.415833000" Runtime="0.413713000" Status="Successful" LastNote="SUCCESS! Transmit was OK" Node="115" NodeType="ZWaveWindowCovering" NodeDescription="Masterbed Curtains"/> <0x7714c520>
12	02/10/21 14:30:16.341	luvd_get_info_data_request starting /data_request?id=status2&LoadTime=1612966764&DataVersion=966766250&Timeout=40&MinimumDelay=0 pMem 0x3461000/54923264 diff: 38965248 <0x6dd34520>
12	02/10/21 14:30:16.347	luvd_get_info_data_request starting /data_request?id=status2&LoadTime=1612966764&DataVersion=966766250&Timeout=40&MinimumDelay=0 pMem 0x3461000/54923264 diff: 38965248 <0x6d734520>
12	02/10/21 14:30:16.353	

Iā€™ve been follow this and looking at Post 12 in which you post the results of the Config Settings.
What concerns me is that there is no return of Values for Parameter 33.
To me that indicates that there is no Para. 33 as Vera does return Values when Polled,
Several years ago after a discussion with an OEM in which it was admitted that they do not publish all Parameters that are used because it would require re-certification, I set out on a mission to log values for Parameter 1-120.
Needless to say most didnā€™t have a value but the unpublished ones did.
Observing your results, Iā€™d definitely state that there is no Parameter 33, it is either a typo or it was never coded into the device.
What you could try is to retrieve the values from 1 to 40 and match them to the table, it might turn up an interesting result?

It could be parameter 8 an older model of the same device had a parameter 8 not 33 for that setting, according to the user manual I was sent and Iā€™m not sure which model I actually have.

I dont know how to retrieve any parameter values for this device, monitor only doesnā€™t work in the GUI in device options.

image

Iā€™ve just added all these parameters as ā€œMonitor Onlyā€ and no values are returned.

Itā€™s possible for it to be a write-only parameterā€“the act of writing a value to it is what triggers the action. There is a parameter 34 that appears to function the same way with the opposite effect (disable the feature that 33 enables). This is also seen on other devices, notably the Aeotec MultiSensors, where writing parameter 255 with any value restores the unit to factory configuration.

Sometimes the values are not retrieved immediately, I have had to wait up to 24 hours to get values on some devices.
Look at it tomorrow, if there is no value indication then it is also possible that the device is faulty.
I can see what Patrick is pointing to as all values are the same and indicate a reset or set so the function is either ON/OFF.although why it is done this way is a mystery when normally you would use the same parameter with different values.

1 Like