Star

ThingsBoard Documentation

Documentation for using ThingsBoard IoT Platform.

Transformation Nodes


ThingsBoard PE Feature


Only ThingsBoard Professional Edition supports PE Transformation Nodes feature.

See ThingsBoard PE Installation Options to install ThingsBoard PE.

Transformation Nodes that are specific to ThingsBoard PE. Used for changing incoming Message fields like Originator, Message Type, Payload and Metadata.

Duplicate To Group Node

Since TB Version 2.1

image

Duplicates message to all entities belonging to specific Entity Group.

Entities are fetched from Entity Group detected according to the configuration.

Entity Group can be specified directly or can be message originator entity itself.

For each entity from group new message is created with entity as originator and message parameters copied from original message.

Configuration:

image

New messages will be duplicated to group entities and forwarded via Success chain if target Entity Group is detected successfully and contains at least one entity. Otherwise original message will be forwarded via Failure chain.


Duplicate To Related Node

Since TB Version 2.1

image

Duplicates message to related entities fetched by relation query.

Related Entities found using configured relation direction and Relation Type.

For each found related entity new message is created with related entity as originator and message parameters copied from original message.

Configuration:

image

New messages will be duplicated to found entities and forwarded via Success chain if at least one entity will be found using Relations Query. Otherwise original message will be forwarded via Failure chain.