LoRaWAN devices typically send their sensor payload information in an encoded format by default. To automatically decode these sensor payloads so that the information is readable, a data converter can be used.
To add a data converter to the Tektelic NS, please see the following instructions:
- Obtain a data converter for your device. If you require a data converter for a TEKTELIC LoRaWAN sensor, please see the following link:
- https://github.com/TektelicCommunications/data-converters
- In general we would recommend using the V2 versions of the device decoders.
- If you require a data converter for a Third-Party sensor, please contact the device manufacturer for this.
- https://github.com/TektelicCommunications/data-converters
- In the left hand pane of the Tektelic CORE Network Server, select "Data Converters"
- Select the "+" symbol in the top right of the page
- Give the Data Converter a name to help identify the device that this data converter is for.
- For "Type" scroll to the bottom of the page and select "Custom v2"
- Copy and paste the decoder obtained in Step #1 under the "Decoder" section for the data converter.
- Select "Add"
- You have now created a Data Converter that can be used in your integrations to have data arrive at your application server / endpoint in a readable format rather than a raw payload.