Introduction
Wanesy is Kerlink LoRa Server software product. In Wanesy,clusters are a logical way to group endpoints. You can choose to group them by position, type or whatever you want.
There are 2 different ways of integrating Pilot Things and Wanesy depending of the version :
- Wanesy version 3.0 only: Pull method. Pilot Things asks Wanesy at a pre defined frequency pace,
- Wanesy version 3.1 and above : Push method,Wanesy sends every new messages to Pilot Things
Do not configure the 2 methods in the same time.
Push method configuration
This is the preferred method. Wanesy will send data to Pilot Things when received from sensors.
With Wanesy v3.1 and above
To configure the push method in Wanesy, go to Administration menu and select Clusters:
On top menu, select Push configurations, then add (+ button on the screen bottom)
Select HTTP type and Network Message detail, then press Next
Put your URL in the Url field, then press Next
URL is your domain name followed by /om2m/ipe-kerlink-wanesy-v3
like http://demo.pilot-things.com/om2m/ipe-kerlink-wanesy-v3
See example hereunder
Click Next and + button to add a custom Header named x-api-key.
Ask us to provide the security key.
With Wanesy v3.0
Wanesy v3.0 does not support certificate and https.
User and Password field are left empty.
The URL to use is:
http://your-pilot-things-url:8686/ipe-kerlink-wanesy-v3
See hereunder the copy screen :
Pull method configuration
With Wanesy V3.0 only
To configure the pull method in Pilot Things, go to network menu and select Kerlink-Wanesy channel in your node.
In the right pannel, the configuration section should look like this:
{
"gatewayId":"Default_gateway",
"pollingFrequency": 30000, //time in millisecond
"accounts": [
{
"id": "TEST", // id of your account
"apiBaseUrl": "http://your.url", //Your Wanesy URL
"login": "", // your Wanesy login
"password": "" // your Wanesy password
}
]
}
The Wanesy URL is the one you use to connect to your Wanesy server. It should look like this : http://demo.wanesy.fr
Comments
0 comments
Please sign in to leave a comment.