QUBINO ZMNHJD1 not compatible with Domoticz ?

For Z-Wave related questions in Domoticz

Moderator: leecollings

ricorico94
Posts: 94
Joined: Monday 26 October 2015 10:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by ricorico94 »

Hi,

I was waiting the commercial launch of this qubino module to manage my heaters, but today I can read on the website http://www.domotique-store.fr/domotique ... nhja2.html that it doesn't seem compatible with Domoticz ?
Anyone knows what's going on and what could be done to make it compatible ?

br,
Ricorico94
User avatar
bbqkees
Posts: 407
Joined: Sunday 17 August 2014 21:01
Target OS: Linux
Domoticz version: 4.1x
Location: The Netherlands
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by bbqkees »

I think it is the fact that there is no OpenZwave config file for it yet.

You need to write one yourself, test it, and send it to OpenZwave.

Check the OpenZwave website for more details on how to do this.
Bosch / Nefit / Buderus / Junkers / Worcester / Sieger EMS bus Wi-Fi MQTT Gateway and interface boards: https://bbqkees-electronics.nl/
ricorico94
Posts: 94
Joined: Monday 26 October 2015 10:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by ricorico94 »

Hi,

Based on new tests run by the same vendor that in previous post, the issue could be on Domoticz side: he could successfully include the module in Jeedom (which uses same OpenZwave plugin than Domoticz), but not in Domoticz, so he believes the issue is in Domoticz. He used Domoticz as follow: V2.3605 with OpenZWave v 1.3-526-g695402d
Anyone can have a look at it ?

Ricorico94
ricorico94
Posts: 94
Joined: Monday 26 October 2015 10:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by ricorico94 »

Hi,

In case anyone else than me is interested (I'm not sure..), there have been some tests run by vendor (link above), and it is almost working on Domoticz V2.3684 with OpenZWave v 1.3-550 : only the switches don't work, apparently (they work on Jeedom).
I see that this version is not yet existing for Raspberry, too bad. Hopefully we won't wait long.
How can I see which version of OPenzwave is included in my Domoticz (I have 2.3530, the latest on Domoticz webpage for raspberry) ?
Ricorico94
Alex
Posts: 3
Joined: Saturday 13 July 2013 17:30
Target OS: -
Domoticz version:
Location: Bordeaux, France
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by Alex »

Hello,

I don't know the size of the effort needed to do it, but considering the only purpose of this module is to be connected to an electric heater with a "fil pilote", it would be interesting to create a widget representation dedicated to this usage, even if the module behave like a dimmer. It would "only" be a matter of cosmetic.

I don't know the domoticz architecture, but with a few hints i think i can propose something if it's a matter of javascript/HTML/CSS code.

Alex
RaspberryPi + Domoticz + RFXCom + Razberry as home automation server
6 On/Off plugs, 2 dimmer plugs, 4 temp/hum sensors, 3 On/Off modules, 3 remotes, 1 smoke detector, 1 Karotz
syl20
Posts: 6
Joined: Tuesday 17 November 2015 22:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by syl20 »

Hello
I'm also intersted using this module.
After comparing the documentation of this module and the previous one (ZMNHJA2), there is very few difference.

The only thing that is different is the order fo the association groups.

So the following should work ?

Copy the the config file config/qubino/ZMNHJA2.xml to config/qubino/ZMNHJD1.xml
Adapting the Association Groups paragraph with the next lines
<CommandClass id="133">
<Associations num_groups="5">
<Group index="1" max_associations="1" label="Lifeline" auto="true"/>
<Group index="2" max_associations="5" label="Multilevel" auto="true"/>
<Group index="3" max_associations="5" label="Input I1 state" auto="true" />
<Group index="4" max_associations="5" label="Input I2 state" auto="true"/>
<Group index="5" max_associations="5" label="Input I3 state" auto="true"/>
</Associations>
</CommandClass>

And adding the new module to file config/manufacturer_specific.xml

<Product type="2004" id="0001" name="ZMNHJD1 Flush Dimmer Fil Pilote" config="qubino/ZMNHJD1.xml"/>


Shloud this work ?
What will hapen when openzwave will release a version with this new module ?

Thanks all !
lezon
Posts: 1
Joined: Saturday 28 November 2015 12:37
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by lezon »

Hi,

I have it working.
I'm using a beta version ( 2.3708) and I did some modifications.

I've modified the manufacturer_specific.xml file by adding this line in the qubino section :

Code: Select all

<Product type="0004" id="0051" name="ZMNHJD1 Flush Dimmer Fil Pilote" config="qubino/ZMNHJD1.xml"/>
Then I made a copy of th ZMNHJA2.xml to ZMNHJD1.xml ( and modified the comment )
Restart Domoticz by the menu.

Is-it possible to add those modifications to a futur beta version, please ?

Last point... I can't get power consumption yet ?? Any Idea ?
syl20
Posts: 6
Joined: Tuesday 17 November 2015 22:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by syl20 »

Hi,
I tryed to do the same thing but my module appear Unknown.
ZMNHJD1.png
ZMNHJD1.png (6.7 KiB) Viewed 6145 times
Any help please?

Thnaks All!
syl20
Posts: 6
Joined: Tuesday 17 November 2015 22:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by syl20 »

Hi
My mistake.
I made the config modification in open zwave instead domoticz :)
Module is now working after applying Lezon's modifications.
Thanks !
ricorico94
Posts: 94
Joined: Monday 26 October 2015 10:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by ricorico94 »

Hi,

Thank you very much for these files. To be honest, I had tried to connect the module without these files, and it was apparently working. Then I disconnected the module, modified the files, re-connected the module, and it works with proper name.. but I'm not sure whether or not it some features are now enabled which were not beforehands, as I don't use (yet?) the switches or the remote configuration of module.

I'd be also interested in modifying the Dimmer widget into a 6 buttons widgets. I raised a question on how to do it in the Design forum, but no answer yet (hopefully it is the proper forum for raising the question..). If any of you know where to look to modify those widgets, please let me know.

ricorico94
madenis
Posts: 2
Joined: Saturday 12 December 2015 17:33
Target OS: Raspberry Pi / ODroid
Domoticz version: 2.3530
Location: France
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by madenis »

Hi all,

This is my first post.
Thank you for the informations, it work also for me!

Lezon, about power consumption, it's seems to be not possible with this device of cubino. Because the ZMHJD1 don't give power for the heating, but just order by the "fil pilote".
I read this here: http://www.planete-domotique.com/module ... ubino.html

madenis
Wirby
Posts: 6
Joined: Sunday 13 December 2015 11:55
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by Wirby »

Hello,

I am new to Domoticz and domotics in general and I have an issue setting up my "fil pilote" heating system.
I've received my Qubino ZMNHJD1 module and tried to use it on my Raspberry Pi running Domoticz v2.3799 (beta), but to no avail for now. I've followed lezon's advice :
- I've added the following line in manufacturer_specific.xml:

Code: Select all

<Product type="0004" id="0051" name="ZMNHJD1 Flush Dimmer Fil Pilote" config="qubino/ZMNHJD1.xml"/>
- I've copied the file qubino/ZMNHJA2.xml to qubino/ZMNHJD1.xml and changed only the module name in the comments
I'm using a Zwave.me UZB key. I was able to include the module in the setup of the USB controller, then I've added a switch from the Devices screen on the "Level" device. But when I try to activate the switch, I have an error message "Error sending switch command, check device/hardware !".
In the logs, I can see the following line :

Code: Select all

Error: ZWave: Node not found! (NodeID: 5, 0x05)
In the setup of the controller, the ZMNHJD1 appears with NodeId=9 (0x09), so I think something is wrong with the NodeId 5 called when activating the switch.
Do someone knows what I did wrong and how can I fix the setup ?

Thanks in advance ;)
madenis
Posts: 2
Joined: Saturday 12 December 2015 17:33
Target OS: Raspberry Pi / ODroid
Domoticz version: 2.3530
Location: France
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by madenis »

Hello Wirby,

I have the same error that you, even with the same ID for the NodeID in devices, and in log message. So I can't use the 3 switches availables when I include the module, I use only the dimmer for the moment.
For your case, have you exclude/include several times the ZMNHJD1?
If yes, have you exclude correctly the module and after delete the devices (the 3 switches and the dimmer) before to include again?

madenis
Wirby
Posts: 6
Joined: Sunday 13 December 2015 11:55
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by Wirby »

Hi madenis,

Thank you so much for your help, you've helped me figuring out what went wrong : I've properly excluded the node, but I didn't delete the corresponding devices, so my dimmer was using an "old" device.
After cleaning all my mess, the dimmer is now working :)
Thanks again, I was working on this for quite a while now !
lolomin
Posts: 21
Joined: Sunday 11 October 2015 16:48
Target OS: Linux
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by lolomin »

Hi everyone,

Using domoticz v2.4015 and OpenZWave Version: 1.3-572-g8282e45.
Included my ZMNHJD1 after doing the modifications above explained by lezon and syl20.
Node 20 (ID of my ZMNHJD1) is marked as dead, 4 devices has been discovered (all are Switches, none are dimmer, IDs are 0001400 to 0001403).

Is there something special to do please to have the dimmer appear and node not dead ?

Regards,

Laurent
Wirby
Posts: 6
Joined: Sunday 13 December 2015 11:55
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by Wirby »

Hi,

Is your controller far away from your module ?
Maybe it's just out of range.
After including my module, the dimmer appeared in the devices list as "Level".
lolomin
Posts: 21
Joined: Sunday 11 October 2015 16:48
Target OS: Linux
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by lolomin »

Wirby wrote:Hi,

Is your controller far away from your module ?
Maybe it's just out of range.
After including my module, the dimmer appeared in the devices list as "Level".
Hi Wirby,

No, the controller is just beside the ZMNHJD1 (1m away only ...). I have begun with this heater because of this proximity :) I have 3 heaters to add ZMNHJD1, this is the first one for the moment.

Here is the output of devices detected by Domoticz :
ZMNHJD1_devices_detected_domoticz
ZMNHJD1_devices_detected_domoticz
Capture.PNG (23.5 KiB) Viewed 5737 times
Do you have any idea why it's not detecting me a dimmer please ? I have put my heater on PROG mode so this is the function that allows to control Pilot Mode.

Regards,

Laurent
Wirby
Posts: 6
Joined: Sunday 13 December 2015 11:55
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by Wirby »

Did you add the xml configuration file for the ZMNHJD1 before or after updating Domoticz ?
I had an issue after upgrading my Domoticz version, the xml file was deleted during the update process.
Moreover, did you try to exclude the module, delete all its devices then including it again ?
lolomin
Posts: 21
Joined: Sunday 11 October 2015 16:48
Target OS: Linux
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by lolomin »

Wirby wrote:Did you add the xml configuration file for the ZMNHJD1 before or after updating Domoticz ?
I had an issue after upgrading my Domoticz version, the xml file was deleted during the update process.
Moreover, did you try to exclude the module, delete all its devices then including it again ?
Thanks for your answer Wirby.

I have copied the XML and done modifications to the group and comment sections and also done the modifications to manufacturer_specific.xml AFTER updating domoticz to v2.4015. The file is still present, I have verified this point.

I have tried to exclude the module but it seems not working, I have the Exclude process with the circle turning turning again and again but nothin happens like if my exclude process (more than 6 seconds pressing the S button on the module) is not detected by the ZWave controller :(

Regards,

Laurent
Wirby
Posts: 6
Joined: Sunday 13 December 2015 11:55
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: QUBINO ZMNHJD1 not compatible with Domoticz ?

Post by Wirby »

I had the same issue, so I deleted the node manually. Then I turned off the power of the heater, launched inclusion in Domoticz and turned the power on to benefit from the auto-include mode. After that, exclusion worked.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest