I had been grabbing the latest/udpdate JAR file from the link in the 1st post of the Zwave testing topic. But in looking today, it appears it may have been moved?
So in continuing to test,can someone point me towards the latest JAR file. Or should we now begin installing through the PaperUI?
I am also trying to get zwave working in my OH2 testbed - installed zwave from paper UI and then dropped in Habmin2 (org.openhab.ui.habmin_2.0.0.SNAPSHOT-0.0.15.jar)
However, I am not seeing the zwave binding under bindings, neither am I able to see the devices in in habmin (/habmin/index.html#/binding/zwave). I can confirm that ozwcp is working fine.
It looks like youāre running the OH1 binding - this wonāt show up in the bindings section, or list devices in the things area. Iād suggest using the OH2 bindingā¦
Yes - Karaf should handle the dependancies for you so you should also be able to remove thisā¦
It might pay to go to the console, and do a ālist |grep ZWaveā command to make sure itās really gone. Karaf can decide to keep multiple versions which doesnāt work too well
I must admit that I donāt do this as Iām just using the addons folder due to doing a lot off development, but I gather others are using this ok (??).
ok, progress - got the new HABMin to work, looks amazing!
However, it does not seem that I have any information about zwave in the log:display, even though it is listed as active:
166 | Active | 80 | 2.0.0.201602280202 | ZWave Binding
Iāve added zwave into conf/services, is that correct location? Contents are:
# The Z-Wave controller port. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or
# /dev/ttyUSB0 for Linux
port=/dev/ttyAMA0
# Z-Wave nightly heal time. This is the hour (eg 2AM) at which the automatic nightly
# network heal will be performed.
healtime=2
It might be worth having a read through the first post in the ZWave testing threadā¦
The important part is belowā¦
Firstly, you need to manually add the controller - in HABmin or PaperUI, you need to go to the add thing option (in HABmin, this is the Configuration | Thing Configuration menu, and click on the + at the top). Select the āZ-Wave Serial Controllerā thing. You need to go to the port settings and set the COM port address.
You should soon see a bunch of new things being found - click on the ADD button, and hopefully things will work ok! If the node name isnāt a real name (e.g. instead of device name it shows the Type and ID) then it means the device isnāt detected in the database and we need to work this outā¦ It should still generate the XML files, so we need to feed them into the database4. If youāre unsure about what to do here, then please discuss it so we can get this right - once this gets sorted for a device, hopefully everyone else will be able to use the device very easilyā¦
Once the things are generated, the channels and items should also be generated automatically. If this doesnāt work as you expect, then we likely need to sort this out in the database.
Got it working - in my test bed of raZberry + fibaro smoke sensor, I could see the smoke sensor as a āthingā in my inbox after triple-clicking the button to speed things up.
I am still unable see anything in the zwave log reader:
/habmin/index.html#/tools/zwave/logreader
Or to see the network and be able to add/remove devices:
/habmin/index.html#/binding/zwave
This isnāt a live log display - you need to manually load the log - thereās a button in the top right of the window.
In OH2, to add devices you go to the device discovery (In HABmin, itās the little search icon on the top of the Thing Configuration screen. To remove devices, select the controller, and look in the tools menu on the right side of the window.
I almost have a full picture now, only section I am not 100% sure about is the association groups - in my case, they seem to be simple textboxes, not dropdowns as they were in oh1
Is this expected behaviour / still work in progress?
They should be either multi-select dropdowns, or single select dropdowns depending on the number of nodes the group can be set to.
If you have problems, I would suggest trying a different browser - I use Chrome for development - Iāve seen some problems in Firefox and Safari that I need to look at when I get timeā¦