Sigfox
This page describes the use of Sigfox as connectivity provider in akenza
This pages describes how to connect the Sigfox account to akenza. The following steps are explained in more detail:
Go to Data Flows and choose Sigfox as a device connector.
Copy the Uplink URL and delete the last part (&deviceId=&topic=default). This will be used at a later stage.
Search for the compatible Sigfox device type or create a custom device type and select an output connector as the data destination of the Data Flow.

Data Flow with Sigfox as device connector
Go to Assets and proceed with the creation of a new device.
Make sure to use the same Device ID as Sigfox.

Add device ID
Following configurations:
Type = DATA UPLINK
Channel = URL
Custom payload config = leave empty
Url pattern = the URL you copied in Step 1
Use HTTP Method = POST
Send SNI = Check
Headers = leave empty
Content type = application/json
Body =
{ "cmd" : "data", "device" : "{device}", "time" : {time}, "data": "{data}" }

Device Type Callback
The Sigfox device is now connected to akenza. To check incoming data, select your device in Assets and view the device detail page.
Last modified 1yr ago