I have a set of devices, that gathers weather telemetry data. These devices need to send the telemetry data they gathered and send it to our local instance of OpenRemote, save the data and display it on the map.
I have gone over all the available documentation, and search everywhere.
There is no clear indication of how to do this.
Can anyone please assist me how to do it. Please know also that I am completely new to OpenRemote, so please help me with all the steps.
There are several ways to put data in OpenRemote.
It depends on whether you’d like to push or pull data into the system.
The most common strategy is to pull data in using Agents.
We often listen to changes on your preferred protocol, whereafter data is persisted.
A tutorial on how to use an HTTP Agent can be found here.
More information here;
Alternatively, you can push data into OpenRemote using our public APIs.
You can use HTTP, WebSocket or MQTT for this. A tutorial for MQTT can be found here.
More information here;