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.

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

Method A 1

  1. Select Install tab.
  2. Enter tak in search box.
  3. On the node-red-contrib-tak entry, Click Install button.

Method A 2

After about a minute you should see a success message.

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-tak
  • II. Copy node-red-contrib-tak-latest.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 a success message.

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-tak
node-red-admin restart