@mqttsnet/thinglinks-edge-nodes 0.0.1

Official Node-RED nodes for ThingLinks Edge device inventory, tags, and platform uplink.

npm install @mqttsnet/thinglinks-edge-nodes

@mqttsnet/thinglinks-edge-nodes

Official ThingLinks Edge nodes for Node-RED, version 0.0.1, Apache-2.0. Requires Node.js ^22.18.0 || ^24.12.0 and Node-RED >=5.0.4 <6.

This package registers exactly:

  • tl-device: device declaration/status reporting;
  • tl-tag: independent tag definition/value reporting;
  • tl-uplink: the uplink exit node.

Install @mqttsnet/thinglinks-node-red-common first with npm install in the Node-RED user directory, then install this package with npm install @mqttsnet/thinglinks-edge-nodes. In a deny-by-default setup, allowList controls both installation and startup loading: allow this package, but do not add common to the list. Common stays in the dependency tree and does not appear as a node directory entry.

Configure TLE_MANAGER_URL, TLE_INGEST_TOKEN, and TLE_INSTANCE_ID. Reports use POST /api/edge/devices, POST /api/edge/devices/:nodeId/status, POST /api/edge/tags, POST /api/edge/values, and POST /api/edge/uplink. Manager derives the instance from the token; bodies must not carry a pretend instance identity. Missing configuration, timeout, network failure, or non-2xx response only warns/returns false and leaves the original flow message untouched. Invalid node configuration is an independent validation boundary.

Node Info

Version: 0.0.1
Updated 4 days ago
License: Apache-2.0
Rating: not yet rated

Categories

Actions

Rate:

Downloads

0 in the last week

Nodes

  • tl-device
  • tl-tag
  • tl-uplink

Keywords

  • thinglinks
  • node-red
  • iot
  • edge-computing
  • industrial-iot

Maintainers