Sigfox Setup
Sigfox Nodes¶
How can you add a Sigfox Node to the ResIOT platform
To add a Sigfox Node to our platform, you need to go to the Sigfox Backend portal, select your device from the list and go to the callbacks page. To configure the Sigfox node you'll need the Token provided by ResIOT and the Url Pattern.
YOUR TOKEN:
<<Your Token>>
YOUR URL PATTERN:
<<Your ResIOT Server Host>>/endpoints/sigfox
Once you get your token and url you can configure your Sigfox Node.
Sigfox Backend Configuration¶
Step | Name | Value |
---|---|---|
1 | Type | DATA && UPLINK |
2 | Channel | URL |
3 | Url Pattern | Your Url Pattern |
4 | Use HTTP Method | POST |
5 | Headers | |
5a | header | auth |
5b | value | Your Token |
6 | Content Type | application/json |
7 | Body |
{
"msgtype" : "data_uplink",
"device" : "{device}",
"time" : {time},
"duplicate" : {duplicate},
"snr" : {snr},
"station" : "{station}",
"data" : "{data}",
"avgSnr" : {avgSnr},
"lat" : {lat},
"lng" : {lng},
"rssi" : {rssi},
"seqNumber" : {seqNumber}
}
If you are in trouble, consult the image that explain step by step the various passages.