Skip to content

Installation

There are 3 methods of installing this Node, chose the method that fits your environment.

Method A - Node-RED Palette Manager with Internet access

This method requires Internet access for the system running Node-RED. This is most common use-case for the most common Node-RED installations.

Method A 1
  1. Click the "hamburger" menu in the upper right.
  2. Click Manage Palette
    Method A 1
    1. Select Install tab.
    2. Enter sitx in search box.
    3. On the node-red-contrib-sitx entry, Click Install button.

    After about a minute you should see:

    Method B 3

    You can confirm installation by clicking the Nodes tab:

    Method B 3

    Method B - Node-RED Palette Manager without Internet access

    This method requires Internet access to download a package, but does not require Internet access on the system running Node-RED.

    • I. From a system with Internet access, download an archive of node-red-contrib-sitx
    • II. Copy node-red-contrib-sitx-1.0.2.tgz to a USB drive (or other removable media).
    • III. Insert USB drive or media into system running Node-RED.

    Method B 1

    1. Click the "hamburger" menu in the upper right.
    2. Click Manage Palette

    Method B 2

    1. Select Install tab.
    2. Click the Upload module tgz file button.

    Method B 3

    1. Select Upload.

    After about a minute you should see:

    Method B 3

    You can confirm installation by clicking the Nodes tab:

    Method B 3

    Method C - NPM with Internet access

    This method requires Internet access for the system running Node-RED and command-line (terminal, SSH or serial) access to the system running Node-RED.

    Run the following command in your Node-RED user directory - typically ~/.node-red, then restart node-red:

    cd ~/.node-red
    npm install node-red-contrib-sitx
    node-red-admin restart