How to create Device Specification for Qubino ZMNHDD1 ?
Posted: 02 Dec 2015 12:06
I've included the Qubino ZMNHDD1 (flush dimmer) and selected "Qubino Flush Dimmer" (or something to that effect, cannot remember exactly and I'm not home now) - device on the "Interview" page. It was the best match I could find, but it is either wrong or misses a few details - the associations tab (expert view) shows nothing, while this device has a number of association options.
I googled the device and found that someone has created a config file for ZMNHDD1 to use with OpenZwave https://groups.google.com/forum/#!topic ... h1TU-PiTHU. It contains the association details which are:
How can I based on this OpenZwave config file create a custom device specification that works with Z-Way?
I googled the device and found that someone has created a config file for ZMNHDD1 to use with OpenZwave https://groups.google.com/forum/#!topic ... h1TU-PiTHU. It contains the association details which are:
Code: Select all
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="11">
<Group index="1" max_associations="1" label="Lifeline group" auto="true"/>
<Group index="2" max_associations="16" label="Basic on/off input I1"/>
<Group index="3" max_associations="16" label="Multilevel set Flush dimmer"/>
<Group index="4" max_associations="16" label="Start level change/stop level change input I1"/>
<Group index="5" max_associations="16" label="Basic on/off input I2"/>
<Group index="6" max_associations="16" label="Notification report input I2"/>
<Group index="7" max_associations="16" label="Binary sensor input I2"/>
<Group index="8" max_associations="16" label="Basic on/off input I3"/>
<Group index="9" max_associations="16" label="Notification report input I3"/>
<Group index="10" max_associations="16" label="Binary sensor input I3"/>
<Group index="11" max_associations="16" label="Multilevel sensor report temp sensor"/>
</Associations>
</CommandClass>