Page 1 of 1
New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Friday 23 October 2015 12:05
by bbqkees
Yesterday I got the new Qubino Z-Wave+ dimmer.
It looks identical to the old one, and the pinout is the same too. Except the switches connect to the live wire instead of the neutral wire.
In the
manual I found some new functionality.
The best one is that you can now use input I2 for a double mono-stable switch (3-state) so you can use one for dimming up and the other one for dimming down.
Also you can enable a double-click function to go to the highest dimming level instantly.
I am going to test the device this weekend with a new config file.
You can download all Qubino manuals without giving away your email address here:
http://qubino.com/downloads-pdf/?1
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Tuesday 27 October 2015 9:18
by bbqkees
The flush dimmer works when connected to a Z-Wave Plus USB stick and with the configuration files in the attachment.
I could not get it to work with a non-Plus Z-Wave stick.
My colleague has it working just fine with the config files below and a ZWave Plus stick.
I have send the files to OpenZWave too, but in the mean time you can use the ones from the attachment.
How to use:
Step 1:
Exclude the device if you already tried to include it.
Step 2:
Put the file Manufacturer_specific.xml in
Domoticz root/Config/
(rename the old one as backup)
OR add the following line to the existing file in the Qubino section:
Code: Select all
<Product type="0001" id="0051" name="ZMNHDD1 Z-Wave Plus Flush Dimmer" config="qubino/ZMNHDD1.xml"/>
Step 3:
Copy ZMNHDD1.xml in
Domoticz root/Config/qubino
Step 4:
remove (or backup) any zwcfg_*.xml file and restart the Pi.
Step 5: include the device and it should be working.
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Monday 09 November 2015 13:17
by staffan80
Hi,
I was planning on ordering a couple of these dimmers but i just read this post. Do you have to have a Z-Stick gen5? I only have the older Aeon Z-stck controller. Was it this controller that did not work?
Kind regards Staffan
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Tuesday 10 November 2015 9:39
by bbqkees
I have the Aeotec S2 stick, it does not work with that one.
So you need a gen5.
I got the new dimmer as a warranty replacement for an older Qubino dimmer but I can only control it via the switch on the wall.
I can include the new dimmer, but it shows up as 'unknown' and 'not reachable'.
My colleague has it working just fine with the above config files and a ZWave Plus stick.
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Tuesday 10 November 2015 10:42
by StefanPuntNL
bbqkees wrote:I have the Aeotec S2 stick, it does not work with that one.
So you need a gen5.
I got the new dimmer as a warranty replacement for an older Qubino dimmer but I can only control it via the switch on the wall.
I can include the new dimmer, but it shows up as 'unknown' and 'not reachable'.
My colleague has it working just fine with the above config files and a ZWave Plus stick.
Thanks for the effort!

It looks promising. I tested it yesterday and noticed some things.
Why did you set the value of the first parameter to "1" when the default value is "0" ?
Code: Select all
<Value type="list" genre="config" instance="1" index="1" label="Input 1 switch type" size="1" min="0" max="1" value="1">
<Help>Default value 0.</Help>
<Item label="Mono-stable switch type (push button)" value="0" />
<Item label="Bi-stable switch type" value="1" />
</Value>
Parameter 10, default value is 255, but the help text says the default value is 0.
Code: Select all
<Value type="list" genre="config" instance="1" index="10" label="Activate / deactivate functions ALL ON/ALL OFF" size="1" min="0" max="255" value="255">
<Help>Flush dimmer module responds to commands ALL ON / ALL OFF that may be sent by the main controller or by other controller belonging to the system.
Default value 0.</Help>
<Item label="ALL ON active, ALL OFF active" value="255" />
<Item label="ALL ON is not active ALL OFF is not active" value="0" />
<Item label="ALL ON is not active ALL OFF active" value="1" />
<Item label="ALL ON active ALL OFF is not active" value="2" />
</Value>
Also parameter 100 and 101 seem to be different to what the manual states.
Edit: I saw your update in the issue tracker on Github. Great! I hope it will be implemented soon so others can enjoy this without the hassle of editing the config file themself.
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Thursday 12 November 2015 9:29
by bbqkees
In the attachment the latest modified version.
in the original version I forgot parameter 4 and some default settings were wrong.
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Thursday 12 November 2015 14:08
by mbliek
It's working here with fibaro home center lite. Haven't tested it with any other gateway. It should work with or without zwave+
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Thursday 12 November 2015 16:43
by bbqkees
mbliek wrote: It should work with or without zwave+
Maybe it should but not with my Aeotec S2 stick unfortunately.
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Thursday 12 November 2015 16:45
by mbliek
Maybe there's a firmware update needed? If they still update the firmware for these "old" sticks.
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Friday 13 November 2015 12:42
by bbqkees
Last firmware update was years ago.
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Monday 23 November 2015 10:00
by bbqkees
The config files have changed in the mean time.
See the latest version here:
https://groups.google.com/forum/#!topic ... h1TU-PiTHU
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Tuesday 24 November 2015 10:36
by zofiel
Always we update the config xml, we need to reinclude the node?
This files could be the problem with the node always is dead?
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Wednesday 25 November 2015 9:58
by bbqkees
zofiel wrote:Always we update the config xml, we need to reinclude the node?
This files could be the problem with the node always is dead?
I would reinclude the node when changing config.
This config has been succesfully tested with another type of ZWave stick, so it should be correct.
Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Posted: Tuesday 10 October 2017 23:28
by Ron
I added two new ZMNHDD1 devices and excluded and re-included three others succesfully as discribed.
They all work perfectly now, and the "older" re-included ones are fully configurably now.
Before they worked, but there were no options to configur them.
Thanks!