SIGNL4 Integration with Ubidots

Ubidots offers an IoT platform for data connectivity, analytics, processing and visualization. You can turn sensor data into information that matters for business-decisions, machine-to-machine interactions or educational research. Device connectivity is possible via HTTP, MQTT, TCP or UDP protocols. Pairing this powerful IoT platform with SIGNL4 can enhance your daily operations with an extension to your team on the shop floor or in the field.

In our example we use a Raspberry Pi as a device and connect it to the Ubidots platform to simulate a temperature alert. When the temperature is too high we send an alert to our SIGNL4 team.

SIGNL4 is a mobile alert notification app for powerful alerting, alert management and mobile assignment of work items. Get the app at https://www.signl4.com.

Prerequisites

How to integrate

In our case we connect a Raspberry Pi as described here: https://help.ubidots.com/en/articles/513309-connect-the-raspberry-pi-with-ubidots. We use the Pythos script mentioned in the link to generate events.

ubidots-events

In the Ubidots portal under Data -> Events you can create a new event.

In the Trigger of the new event you can specify conditions. In our example we check if the temperature is greater than 40 degrees.

ubidots-trigger

As Action select webhook and configure the SIGNL4 webhook URL including your team secret as URL. The body consists of the data you want to send to SIGNL4 in JSON format.

ubidots-webhook

The Action now looks like this.

ubidots-action

In the last step you can configure the time periods in which the event should be active.

In order to test the setup we can simulate a device event. In our example we can just start the Python script on the Raspberry by.

This is it. You can now test your IoT scenario by simulating the temperature change. You will then receive an alert in your SIGNL4 app.

ubidots-time-periods

You can find a sample in GitHub:
https://github.com/signl4/signl4-integration-ubidots

The alert in SIGNL4 might look like this.

SIGNL4 Alert


Learn more at signl4.com. Last update: 2024-07-11 11:18.