LoRaWAN Device Template Decoder

The LoRaWAN Device Template Decoder allows you to automatically decode payloads from supported LoRaWAN devices using predefined templates.

Overview

The LoRaWAN Device Template Decoder allows you to automatically decode payloads from supported LoRaWAN devices using predefined templates. This ensures that incoming data is correctly structured without requiring custom decoding logic.

How It Works

Creating a LoRaWAN Device Decoder Function Template

You can create a new function by navigating to the device details page, selecting the Functions tab, and clicking on Create function, then choosing Decoder Function from the list.

1

Select the Device Template

  1. Open the device details page in the Qubitro Portal.

  2. Click the Functions tab.

  3. Click Create function and select Decoder Function.

  4. Choose LoRaWAN Device Template as the formatter type.

  5. Use the search bar to find the manufacturer and model of your device.

2

Save and Apply the Template

  1. Click Save and complete to apply the device template.

  2. The decoder function will now process incoming data automatically.

FAQs

I created the integration and see the device is listed but I don't see data. How can I understand that?

If your device is listed but no data appears, check the device details page. If the integration is successful but a decoder function is missing, you will see a warning message prompting you to create a function. Without a decoder, raw binary data cannot be processed into readable JSON.

I don't see my devices listed, can Qubitro help me?

Absolutely! If your devices are not appearing after setting up the integration, please open a ticket from the Support Page and our team will assist you.

Can a decoder function work with any LNS provider?

Yes! Qubitro's decoder functions are compatible with any LNS provider, including Loriot, The Things Stack, and others. As long as the device is sending data, the decoder function can process and store it.

Last updated