-
-
Notifications
You must be signed in to change notification settings - Fork 17
Sigfox
This plugin received callbacks from the Sigfox portal.
It historizes messages received from callbacks create into the Sigfox backend portal. you will have all information about your Sigfox sensors centralised into Yadoms.
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.
The default message is the following one :
{ "time" : "{time}", "type" : "data", "device" : "{device}", "data" : "{data}", "rssi" : "{rssi}", "snr" : "{snr}" }
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}" }
Yadoms -- The ultimate house automation solution