LoRaWAN Device Template Decoder
The LoRaWAN Device Template Decoder allows you to automatically decode payloads from supported LoRaWAN devices using predefined templates.
Last updated
The LoRaWAN Device Template Decoder allows you to automatically decode payloads from supported LoRaWAN devices using predefined templates.
Last updated
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.
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.
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.
Select the Device Template
Open the device details page in the Qubitro Portal.
Click the Functions tab.
Click Create function and select Decoder Function.
Choose LoRaWAN Device Template as the formatter type.
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).
Save and Apply the Template
Click Save and complete to apply the device template.
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.