Skip to content
jmb42 edited this page May 27, 2017 · 18 revisions

Sigfox plugin

This plugin received callbacks from the Sigfox portal.

Features

It historizes messages received from callbacks create into the Sigfox backend portal. you will have all information about your Sigfox sensors centralised into Yadoms.

Configuration

Into the callback page, create a new callback, by clicking "new".

The first thing from your Sigfox account is to create callbacks:

Please choose the following parameters:
Type : DATA or SERVICE, uplink.
Channel : URL.
Enter the url pattern to your Yadoms server : http://[name_server]/rest/plugin/xx/extraQuery/sigfox

  • name_server is the server name into Internet.
  • xx : is the plugin number, when created into Yadoms. This number could be retrieved from logs file, or the Yadoms console.

HTTP Method : POST
Content type : application/json
The body will contain the json message to be sent to Yadoms.

message DATA

The default message is the following one :
{ "time" : "{time}", "type" : "data", "device" : "{device}", "data" : "{data}", "rssi" : "{rssi}", "snr" : "{snr}" }

message SERVICE

The message service, could provide for Yadoms the battery information. The default message is the following one :

{ "type" : "service", "device" : "{device}", "battery" : "{batt}", "rssi" : "{rssi}", "snr" : "{snr}" }

Clone this wiki locally