I ordered (via aliexpress) some relatively cheap z-wave devices, after taxes and administration fee it was not that cheap anymore, but worth a try.
I ordered the following items, inclusion seems to work but none if them seem to be supported yet. The manual seems to be complete so I should be able to add them myself, given I have the correct authorisations.
It seems that some of the products are in the database but not product explorer screen (of the latest nightly) is that likely or is something else wrong?
Or is the for example caused by the warnings on the database page:
Parameter 2 description is too long - consider shortening and using the overview field.
Parameter 3 description is too long - consider shortening and using the overview field.
Parameter 4 description is too long - consider shortening and using the overview field.
Parameter 6 description is too long - consider shortening and using the overview field.
Parameter 7 description is too long - consider shortening and using the overview field.
Parameter 7, option 0 label is too long - consider shortening and using the overview field.
Parameter 8 description is too long - consider shortening and using the overview field.
Parameter 9 description is too long - consider shortening and using the overview field.
Parameter 10 description is too long - consider shortening and using the overview field.
The OH1 database isn’t automatically updated from the online database - the XML files need to be exported manually so it probably means they aren’t in the OH1 binding.
If you know how to create a PR on Github, then it would be good if you could create one for these devices? If not, I will do an update, but it might be a couple of days away.
Yep - that’s a good example. If you look in the database there’s an export button that will generate the XML for you.
The first bit needs to go into the products.xml file - you just need to be careful as if the manufacturer already exists, then you need to put it into the right part of the file to just add the new product. The main XML file for the device is a separate file that can be cut and paste in its entirety.
I’ve delete the errors on the flood sensor - I assume that’s the only one?
The endpoint info means that there’s no command class that is used when the device sends a BASIC command class. Sometime the device might use the BASIC class, and the binding needs to know what this means, so we map it to another class.
The info means that there is no device linked to basic - specifically, it means there’s no tick in any of the BASIC checkboxs below -:
The file you mentioned earlier was fixed a few weeks back so that’s ok. I don’t think there are other files as I only added the additional CDATA into OH1 for this device so there shouldn’t have been any earlier and there’s been no commits since then and today - I think we’re all good (thanks).
I also bought one of Neo coolcam device, PIR sensor specifically.
But it is hard to get work properly on openHAB2 with openHABian.
I used martinvw items example and can get battery level and sometimes also lux level (It only get right level if I pair it, but after while it drops to 0 and stays there).
Problems are with two others, PIR alarm and PIR motion, if I see log I can get motion and alarm triggered, but nothing is showing in paper UI or basic UI. What should I change to get it work?
Any help appreciated!