Have installed a qubino ZMNHND1 relay
Have found several topica ike this - but they are in the main configuration topic of this board so decided to open a dedicated z-wave one.
The relay shows up as a switch. What is the correct procedure to move it to the light? Any OZW editing can help?
Update: After further reading i guess there is no solution. So how everybody solves it? Mixe in the group lights switches and lights and having instead of light.turn_on something like homeassistant.turn_on?
looks like The relay only supports only the 37 command class and the dimmer supports the 38 and 37. But better stop as without knowing what can be changed guess will brak up the configuration.
Here is the main output from the relay (left only parameters in the description which differ
generic="16" devicetype="1792"type="Binary Power Switch"
<Manufacturer id="159" name="Qubino">
<Product type="2" id="53" name="ZMNHND1 Flush 1D relay" />
<CommandClass id="37" name="COMMAND_CLASS_SWITCH_BINARY" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="bool" genre="user" instance="1" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
</CommandClass>
And this one is for the dimmer
generic="17" devicetype="7168" type="Multilevel Power Switch"
<Manufacturer id="159" name="Qubino">
<Product type="1" id="52" name="ZMNHSDx Din Dimmer" />
<CommandClasses>
<CommandClass id="37" name="COMMAND_CLASS_SWITCH_BINARY" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="bool" genre="user" instance="1" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
</CommandClass>
<CommandClass id="38" name="COMMAND_CLASS_SWITCH_MULTILEVEL" version="3" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Level" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="button" genre="user" instance="1" index="1" label="Up" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="button" genre="user" instance="1" index="2" label="Down" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="bool" genre="system" instance="1" index="3" label="Ignore Start Level" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="True" />
<Value type="byte" genre="system" instance="1" index="4" label="Start Level" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="system" instance="1" index="5" label="Dimming Duration" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="255" />
<Value type="byte" genre="user" instance="1" index="6" label="Step Size" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="button" genre="user" instance="1" index="7" label="Inc" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="button" genre="user" instance="1" index="8" label="Dec" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
</CommandClass>
No chance? So better of getting a Fibaro Dimmer instead?