Skip to content
Stand with Ukraine flag

Understanding data flow and entity synchronization

In this step, you will learn how telemetry flows from Edge to your ThingsBoard account, how entities created on Edge are synchronized to the server, and how to assign server-side entities to an Edge instance.


The Edge Root Rule Chain controls how Edge processes and forwards data locally. It includes a Push to Cloud node that transmits telemetry and attributes to your ThingsBoard account after storing them in the local Edge database.

  1. Go to Rule Chains in the Edge UI to create or modify rule chains.

  2. Open the Edge Root Rule Chain — you will see that the Push to Cloud node is connected to the Post telemetry and Post attributes message types.


Step 4.2 Provision entities from Edge to server

Section titled “Step 4.2 Provision entities from Edge to server”

Entities created on an Edge instance — devices, assets, and dashboards — are synchronized to your ThingsBoard account automatically.

To verify:

  1. In your ThingsBoard account, go to Entities → Devices. The devices you created on Edge appear here.

  2. Open the device and go to the Relations tab. Switch the direction from From to To to see the relationship with the Edge instance.


Step 4.3 Provision entities from server to Edge

Section titled “Step 4.3 Provision entities from server to Edge”

You can assign entities created in your ThingsBoard account — like dashboards, device profiles, or rule chains — to an Edge instance. Once assigned, they synchronize to Edge automatically. The steps below demonstrate this using a dashboard assignment as an example.

  1. In your ThingsBoard account, go to Dashboards and create a new dashboard. Once configured and saved, go to Edge Management → Instances.
  2. Click Manage dashboards for your Edge instance.
  3. Select the dashboard and click Assign. The dashboard synchronizes to Edge.
  4. In the Edge UI, go to Dashboards to confirm the dashboard appears with the same widgets and configuration.