Hi
I am new to Home Assistant, and just bought a few Danfoss LC-13
just starting to learn to use HA, but i really need to lock those devices becores i have tree kids who are very interested. age 1 - 3…
I found some info here https://www.cd-jackson.com/zwave_device_uploads/165/Z-wave-commands-VDFNN202-teamcent.pdf
I can see the support a command “COMMAND_CLASS_PROTECTION” i need to set that from 0 to 2, i looked in Z-Wave Node Management and changed “Node protection” from unprotected to No operation possible but when the node updates its back to unprotected again.
Hope someone can help me here
from my zwcfg file
<CommandClass id="117" name="COMMAND_CLASS_PROTECTION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="list" genre="system" instance="1" index="0" label="Protection" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Unprotected" value="0" />
<Item label="Protection by Sequence" value="1" />
<Item label="No Operation Possible" value="2" />
</Value>