Qubitro Documentation
SupportLog inSign Up
  • Documentation
  • Guides
  • Developers
  • Welcome
  • Data Sources
    • No-Code Integrations
      • Onomondo
      • Notehub
      • The Things Stack
      • Soracom
      • Loriot
      • 1NCE
      • Golioth
      • AWS IoT Core LoRaWAN
      • Actility ThingPark
      • Chirpstack
      • Particle
    • MQTT
    • HTTP
  • Platform
    • Project
      • Settings
      • Access Management
      • Roles & Permissions
    • Device
      • Settings
    • Storage
      • Time Series Storage
    • Functions
      • Decoder Function
        • LoRaWAN Device Template Decoder
        • LoRaWAN Custom Decoder
        • Hex Payload Decoder
      • Transformation Function
      • Rule Function
        • Send Email
        • Webhooks
        • Slack
        • Twilio
        • Mailgun
        • SendGrid
      • Storage Function
        • AWS Redshift
        • Google BigQuery
        • MQTT Publish
        • MongoDB Time Series
      • Scheduled Function
        • HTTP
      • Function Settings
      • Function Templates
        • Settings
    • Monitoring
      • Dashboards
        • Setup & Configuration
        • Widgets
          • Chart
          • State Timeline
          • Gauge
          • Stat
          • Headline
          • Aggregated Chart
          • Map
          • Battery
          • Image
          • Image Map
          • Table
          • Storage Table
          • Iframe
          • Blob Storage
        • Settings
        • Access Management
        • Roles & Permission
      • Blueprints
        • Setup & Configuration
        • Settings
    • Credentials
      • API Keys
      • External Credentials
        • Slack
        • Mailgun
        • SendGrid
        • Twilio
        • AWS Redshift
        • MQTT
        • MongoDB
        • The Things Stack
      • Webhook Signing Key
  • Add-Ons
    • Storage Views
    • Aggregated View
    • Archived Views
    • Blob Storage
    • Managed Email
    • Audit Log
    • MCP Server
  • Organizations
    • Overview
    • General
    • Groups
    • Members & Roles
      • Read Only
      • Read/Write
      • Admin
    • Custom Roles
    • Add-Ons
    • Billing
    • Invoices
    • White-Label
  • Account Management
    • Personal Accounts
Powered by GitBook
On this page
  • Overview
  • How It Works
  • Creating a LoRaWAN Device Decoder Function Template
  • FAQs
Export as PDF
  1. Platform
  2. Functions
  3. Decoder Function

LoRaWAN Device Template Decoder

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

PreviousDecoder FunctionNextLoRaWAN Custom Decoder

Last updated 1 month ago

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

If a is enabled, data will be processed before storage. The decoder applies first, and then any defined transformation function modifies the data before it is stored in Qubitro.

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.

The formatter code can be customized before saving to fit your needs (e.g., data keys can be changed).

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.

When a function is created using this template, the device information, including brand, model, and avatar, is updated.

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.

Transformation Function