Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Platform REST Endpoints for network server integrations:

We also support other network servers

on request, e.g. Firefly, ... Just ask!

...

  • network-server: Allows to write device data. Required for LoRaWAN Network Server Integrations.

Image Added

Add the Token into the HTTP request Header:

...

  • Go to your Application in ChripStack. (or create one) and go to Integrations and choose HTTP:// ADD .
  • Add the Devices Configured in Chirpstack to the same Lobaro Platform Organisation as the Integration.
    • Configuration → Hardware →New Hardware
    • DevEUI/DeviceName from ChirpStack as Adress. Name as you like. type According your Device, Org → Same as the Integration(!)
  • Under Devices you should now see if the Device receives data for your device  from chirpstack. (First have a look in Chripstack if Chipstack is receiving data it can forward.)

...

Create or open your application and add a cutsom Webhook integration:

Image Modified

Image Removed

Image Added



Configure the Webhook:

  • Webhook ID: custom string to identify the Webhook
  • Webhook format: JSON
  • Base URL: https://platform.lobaro.com/api/ttn/data
  • Additional headers:
    • Authorization
    • Bearer eyJhbG... (from Lobaro Platform → Integrations → REST) with role "network-server" (see above)
  • Enabled messages: Enable all types, no custom paths are needed.

Add webhook

Image AddedImage Removed




Integrate Loriot

...

  1. Go to you application in Loriot
  2. Select "Output" from the navigation 
  3. Select "HTTP Push" 
  4. Enter the Target URL and Authorization header value
    1. Target URL https://platform.lobaro.com/api/chirpstack/data (change the domain if you have a dedicated instance)
    2. Get the custom "Authorization" header value from the Lobaro Platform "Integrations → REST" Bearer Token with role "network-server"



Integrate Actility

Add the Lobaro Platform as Application Server

Go to "Application servers" and create a new entry

Image Added


Give a name and set the "Content Type" to JSON

Image Added


Add a HTTP custom header "Authorization" with a platform token (see above).

Image Added

Add a route with "Routing strategy" Sequential and destination (see above, e.g. https://platform.lobaro.com/api/actility/data)

 Image Added


Press "Save"

Image Added


Add a AS routing profile

Image Added



Use the Routing Profile at the device

Image Added



Integrate Wanesy

Go to Administration → Clusters → Push configurations

Image Added


To Add an Push Configuration press the Plus Button: Image Added


Image Added

Identity:

  • Name: e.g. "Lobaro Platform"
  • Type: HTTP
  • Message Detail level: Network


Connection:

  • URL: https://platform.lobaro.com/api/wanesy
  • User: <as generated by the platform basic auth credentials> e.g. token-58
  • Password: <as generated by the platform basic auth credentials>
  • Data Up router: /dataUp
  • Data Down event route: /dataDownEvent


Image Added


SSL

  • Leave empty

Custom headers

  • Leave empty


Press "Validate" should result in a green success message.


Image Added


Assign the Push Configuration to a Cluster on the Clusters Tab.