Sigfox backend configuration
In the Sigfox portal go to Device Type:
Select your device type and click on Callbacks menu
The information to fill in the callback configuration window are:
- Type : select DATA, UPLINK
- Custom payload config : nothing
- URL pattern : http://YOUR URL:YOUR-PORT/ipe-sigfox/up-link?token=YOUR-TOKEN.
Contact us to get your security token and your specific port.
- Use HTTP method : POST
- Content type : change to application/json
Body : fill with :
{
"sigfox": {
"device": "{device}",
"data" : "{data}",
"seqNumber": "{seqNumber}",
"duplicate": "{duplicate}",
"snr": "{snr}",
"avgSnr": "{avgSnr}",
"lat": "{lat}",
"lng": "{lng}",
"time": "{time}",
"rssi": "{rssi}",
"station": "{station}"
}
}
see the example below:
for more information on the call back configuration look at https://support.sigfox.com/docs/custom-callback-creation
No need to configure anything on Pilot Things side.
Comments
0 comments
Please sign in to leave a comment.