-
-
Notifications
You must be signed in to change notification settings - Fork 6
Getting Started
Marcus Davies edited this page Jul 22, 2021
·
34 revisions
So! you have taken the bate. Lets turn you into a pro with node-red-contrib-zwave-js
Please ensure your system matches or exceeds the below.
- Node JS Version >= v12.22.2
- Node Red Version >= 1.3.3
Host Specific.
- Unix
- Python v3.6, v3.7, v3.8, or v3.9
- A proper C/C++ compiler toolchain/environment, like GCC
- If your host is openSUSE, you may also need to do:
zypper install nodejs-devel
zypper install -t pattern devel_C_C++
- OSX
- Python v3.6, v3.7, v3.8, or v3.9
- XCode Command Line Tools
- Windows
- Python v3.6, v3.7, v3.8, or v3.9
- Visual C++ Build Environment/tools (Visual Studio Community will do the trick)
- Set NPM Visual Studio version
npm config set msvs_version 20##
Installing the node, is no different to installing other node-red module - Just use the palette menu
The install process might take a minute or 2, as it will build some native NodeJS Modules (the serialports package).
If you prefer to use the command line, see below.
Navigate to the .node-red
directory and run the normal npm routines.
cd /home/pi/.node-red
npm install node-red-contrib-zwave-js@latest
- Restart node-red
Note! This module is not designed for (and will not work) with the Z-Wave JS driver in Home Assistant
- getPowerlevel
- getRFRegion
- toggleRF
- getNodes
- keepNodeAwake
- getNodeNeighbors
- setNodeName
- setNodeLocation
- refreshInfo
- healNode
- beginHealingNetwork
- stopHealingNetwork
- removeFailedNode
- proprietaryFunction