Actility ThingPark Wireless
Overview
An Actility ThingPark Wireless Network Server (LNS) can be integrated with ThingsHub to establish a seamless data flow between the two.
Process
Create a Network Connector in ThingsHub
Configure the Network Server
Set up Routing
Step 1) Creating the Network Connector in ThingsHub
You need to be a tenant owner to access the tenant settings
Open your thingsHub tenant, go to Tenant Settings > IoT Network Connections, then select the New Connection button.
In the Connect to IoT Network dialog, enter information in the fields, as described in the parameters table below. Then press the Connect button.
The new network connection will first be validated, and if successful, it will be created.
Parameter | Description |
---|---|
Name |
|
Network Connector | Choose Actility Thingpark Wireless |
User Name |
|
Password |
|
Routing profile ID | Optional - The routing profile ID of the devices in the network server |
API Url | The base URL of the network server API |
Auth Target | The DX profile of the subscriber, which depends on the specific thingpark network server |
Step 2) Configuring the Network Server
Setting up the Application Server
Go to the Device Manager page in the network server
In the sidebar go to the Application Servers menu and create a new application server. Click the Save button.
Application Server Configuration settings:
Custom headers: Custom headers can be added to each POST request the network server sends to the application server. We need to add the Authorization header with the push token here as follows:
- Name → Authorization
- Value → Bearer {Your Connector’s Push Token}Uplink/downlink Security
[ESSENTIAL] Route:
This is essential and defines the destination address to which data from the device is ultimately sent. The value of this should be the webhook address generated in the network connector config.Adding multiple destinations
Multiple webhook destinations can be added to send data to. For this the routing strategy must be set to Burst.
Step 3) Setting up Routing
Go to the AS Routing Profile menu in the sidebar of the network server interface.
Add a Destination under Destinations.
The Type and Destination can be configured for each Routing profile
To associate this routing profile to the Application Server created earlier, the Type must be set to Local Application Server and the Destination to the name of the application server
Saving this will create a new routing profile that routes data to the application server.
Assigning the device with this Routing Profile
This is the last piece needed to connect the device to thingsHub.
Go to a particular device in the Devices menu through the sidebar
Under Network routing, set the routing profile to the one created earlier
Save the profile.
The device is now connected to thingsHub.