Skip to content
Stand with Ukraine flag

Connecting to ThingsBoard 4.2 and Older

Install Trendz for ThingsBoard 4.2.1 or older

Section titled “Install Trendz for ThingsBoard 4.2.1 or older”
  1. Follow Steps 1–5 of the installation guide for your platform.
  2. Before the Start Trendz service step, configure TRENDZ_LICENSE_SECRET and TB_API_URL as described below.
  3. Complete all remaining steps, except the Sync ThingsBoard With Trendz step.
  4. After the service is running, perform the post-installation steps manually.

Trendz requires a license secret key and the ThingsBoard API URL to connect to ThingsBoard 4.2.1 or older. If you don’t have a license key, contact ThingsBoard support.

Open your docker-compose.yml and add the following environment variables under the trendz service:

environment:
TRENDZ_LICENSE_SECRET: YOUR_LICENSE_SECRET_HERE
TB_API_URL: http://<thingsboard-host>:9090

Replace YOUR_LICENSE_SECRET_HERE with your license key and <thingsboard-host> with the address of your ThingsBoard server.

Save the file and restart the Trendz container.