Hi,
I have just bought a Zipato ZD2102 Door sensor for testing, but I’m not able to make it recognized by Openhab 1.8.3.
I have update zwave binding to last snapshot and I get the same issue:
NODE 16: No database entry: Zipato [ID:106,Type:2001]
So I am not able to configure it from habmin, and to associate it to my controller to receive alarms.
I have unpacked zwave binding jar file locally, check database xml file, and this product exists:
<Product>
<Reference>
<Type>2001</Type>
<Id>0102</Id>
</Reference>
<Reference>
<Type>2001</Type>
<Id>0105</Id>
</Reference>
<Reference>
<Type>2001</Type>
<Id>0106</Id>
</Reference>
<Model>ZD2102</Model>
<Label lang="en">Door Window Sensor</Label>
<Label lang="de">Tür-Fenster-Sensor</Label>
<ConfigFile>vision/zd2102.xml</ConfigFile>
</Product>
Do you know what happens??
I have read on this forum other people who have it recognized by zwave binding… I don’t understand…
I have exclude/re-include whith no success.
The only thing I see is the missing ‘0’ at the beginning of product ID in log file (106 vs 0106 in database xml file), can’t be the issue??
Thanks for your help.
Lionel