Skip to content

Commit 925dad7

Browse files
committed
updated introduction
1 parent 103cf12 commit 925dad7

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

_includes/docs/pe/user-guide/integrations/remote-integrations.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,19 @@
88
* TOC
99
{:toc}
1010

11-
It is possible to execute any ThingsBoard Integration remotely from main ThingsBoard instance. This guide contains step-by-step instructions how to launch ThingsBoard integration remotely.
12-
See [deployment options](/docs/{{peDocsPrefix}}user-guide/integrations/#deployment-options) for more general information.
11+
Remote Integrations in ThingsBoard allow for a new deployment scenario where remote integration can be installed in a local network and stream data to the ThingsBoard instance.
12+
It is helpful if you have, for example, a local MQTT broker or OPC-UA server that doesn't have an external IP address for direct connection to ThingsBoard.
13+
The remote integration provides connection to these local servers, pulls the data, stores it locally, and then streams it to the ThingsBoard instance.
1314

14-
In this tutorial, we will launch MQTT integration that connects to the local MQTT Broker and pushes data to the [ThingsBoard Cloud](https://thingsboard.cloud/signup).
15+
Although this approach requires some additional steps in the deployment process, it provides integration with servers in the local network, giving you flexibility in managing performance by isolating the integration process from the main ThingsBoard process.
16+
17+
![image](/images/user-guide/integrations/remote/remote-integrations-overview.png)
18+
19+
It is possible to execute any ThingsBoard Integration remotely from main ThingsBoard instance.
20+
21+
This guide contains step-by-step instructions on how to launch MQTT remote integration that connects to the local MQTT Broker and pushes data to the [ThingsBoard Cloud](https://thingsboard.cloud/signup).
22+
23+
You can find additional information about the ThingsBoard Platform integrations feature [here](/docs/{{peDocsPrefix}}user-guide/integrations/).
1524

1625
## ThingsBoard configuration
1726

Loading

0 commit comments

Comments
 (0)