Thinger.io plugin for handling Sigfox integration.
- Auto device and buckets provisioning. It can create new devices and data buckets for all new devices sending data to the Sigfox network.
- Insert new data points in the corresponding data bucket.
- Update device location in the console if "latitude" and "longitude" fields are set in the callback call.
It is mandatory to send the device in the callback payload. Other optional values are signal or location information extracted from Sigfox.
{
"device" : "{device}",
"snr" : {snr},
"rssi" : {rssi},
"station": "{station}",
"latitude": {lat},
"longitude": {lng},
"temperature" : {customData#temp},
"humidity" : {customData#hum}
}