Page 1 of 2
QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Thursday 19 November 2015 10:01
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Thursday 19 November 2015 10:27
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.
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Monday 23 November 2015 10:34
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Wednesday 25 November 2015 10:12
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Wednesday 25 November 2015 20:20
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Thursday 26 November 2015 14:33
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 !
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Saturday 28 November 2015 12:49
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 ?
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 29 November 2015 16:28
by syl20
Hi,
I tryed to do the same thing but my module appear Unknown.
- ZMNHJD1.png (6.7 KiB) Viewed 6139 times
Any help please?
Thnaks All!
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Monday 30 November 2015 23:24
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 !
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Wednesday 09 December 2015 10:30
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Saturday 12 December 2015 17:54
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 13 December 2015 12:14
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 13 December 2015 21:06
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 13 December 2015 21:24
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 !
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 27 December 2015 17:52
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 27 December 2015 18:20
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".
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 27 December 2015 18:27
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
- Capture.PNG (23.5 KiB) Viewed 5731 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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 27 December 2015 18:48
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 ?
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 27 December 2015 18:54
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
Re: QUBINO ZMNHJD1 not compatible with Domoticz ?
Posted: Sunday 27 December 2015 19:06
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.