node-red-contrib-openzwave
node-red-contrib-openzwave copied to clipboard
OpenZWave nodes for node-red
I understand Aeotec new Z-Stick 7 ([more information](https://aeotec.com/z-wave-usb-stick/z-stick-7-vs-z-stick-gen5.html)) use new firmware that is currently not supported for OpenZwave. Is there any nodeRed software supporting Aeotec Z-Stick 7 or any information...
Add " The network key must not contain spaces if utilized. " to line 56.
I'm configuring my home Node-Red system to run on two Raspberry Pi4 machines, under K8s/Docker containerisation in a high availability mode. I can come up with a solution for most...
First of all, great work on creating this library. It's much appreciated. I'm running close to 100 Z-Wave devices in my house at this point and Node-Red is holding up...
Hi, according to the readme, one should set `payload.prependHomeId` to `true` if the corresponding c++ function needs the `homeId` argument. However, if I try that with `requestNodeState`, it fails if...
When no ZWave dongle is attached (or is broken), Node-Red server stops. This scenario happened to me and others a couple of times. The user is not informed what happened....
I'm trying to run two separate Z-Wave USB controllers on my installation, to help alleviate the max-nodes limit as well as keeping separate networks for better responsiveness. However, I can't...
I've ran into an issue with my latest Node-Red setup. - Fresh Ubuntu 16.04 (my previous setups have been on Debian 9) - node-openzwave-shared installed and working (confirmed with test2.js)...
I'm tring to add/remove associations, my device has support for multi-channel associations but there is no way to specify the target instance using the APIs provided for group/associations management. I...
There appears to be a minor typo in the documentation: > msg.payload.nodeId: (REQUIRED for all topics) zwave node to send the command (eg. 2) `msg.payload.nodeId` doesn't work for me but...