WZWave
WZWave copied to clipboard
A native Java library for interfacing with Z-Wave PC controllers
Hi, Not sure you found this pure-java implementation from @cdjackson: https://github.com/openhab/org.openhab.binding.zwave/tree/master/src/main/java/org/openhab/binding/zwave/internal/protocol As you can see the repo includes parts that are related to the openHAB home automation system (device "binding"),...
It would be really nice to use jSerialComm [1] instead of RxTx. [1] - https://github.com/Fazecast/jSerialComm
Hello! Do you plan add support for [Z-Wave over IP](https://www.silabs.com/products/wireless/mesh-networking/z-wave/specification/faq#six)? I'll try to explain my use case. Currently we have some web-application which allows to communicate with `Modbus` devices over...
Have anyone tried WZWave with the Fibaro Motion Sensor? It's a multi sensor including motion, temperature and light. Here's a Swedish description of it: https://www.m.nu/sensorer/motion-sensor
The `controller.start();` method returns directly, and the Z-Wave network is scanned in another thread. I want to wait until this is done before allowing issuing commands to the network. Is...
When WZWave starts a transaction, it sets the timeout to be an absolute number of seconds from the point that data is sent. There has been cases where seriously slow...
When a transaction fails (e.g. due to too many re-attempts), it is not properly cleaned up.
CAN (Cancel) frames are not always properly handled within WZWave. This is especially noticeable with certain PC controllers (e.g. Aeotec Z-Stick Gen 5). I think this problem can be addressed...
http://products.z-wavealliance.org/ProductManual/File?folder=&filename=Manuals/1352/PAT02-NS_Manual.pdf When I try to include a pat02-multisensor the inclusion works but it later fails when loading node-information: Native lib Version = RXTX-2.2pre2 Java lib Version = RXTX-2.1-7 WARNING: RXTX...