Databoom Master
- Total activity 564
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 336
Articles
Recent activity by Databoom Master Sort by recent activity-
How to make eWON devices communicate via MQTT
It is possible to use eWON devices as MQTT clients and therefore make them execute any commands when a message is published on a subscribed topic. Procedure on Databoom You can use Databoom MQ...
-
Template HTTP
HTTP template configuration The HTTP template doesn't need any particular configuration. Once the HTTP template type has been selected, it is possible to start the transmission. Transmitting to a...
-
Duplicate a device
Duplication functionality allows to create a copy of a device and its signals, with the possibility to specify to duplicate also its rules and shares. To duplicate a device, just go to its details ...
-
Credentials
The submenu Credentials is available under the menu Settings. API key API key section show the user's API key and, like in the user's profile view, buttons to copy it or its portions are available...
-
cURL
It is possible to communicate with Databoom by using cURL. cURL commands From the command line digit the curl command. In order to forward requests to Databoom, an user generated oAuth token ...
-
Sharing a rule
The sharing feature allows you to make your own rule accessible to other users and teams. To share a rule it is enough reaching its details and clicking the Share button. The window that opens show...
-
Release 4.1.169 (06/10/2021)
In the 4.1.169 release the following improvements were introduced: Rules, added Off condition that allows to set a condition to disable alarms different from the main formula; Various minor fix...
-
DELETE /signals/{signalId}
The API to delete a signal is the following DELETE https://api.databoom.com/v1/signals/{signalId} To call the API an OAuth token with Delete permission is needed. {signalId} in the URL must be repl...
-
MQTT template
MQTT template configuration By selecting the MQTT type of device among the available template types, the filelds required for the communication and creation of devices are shown. Topics of an MQTT...
-
How to communicate with Databoom using an INSYS icom device acting as MQTT client
It is possible to configure a INSYS device as a MQTT client and therefore connect it with Databoom MQTT broker. Before starting To connect your INSYS device to Databoom you need to create a n...