With the Orbiwise LoRaWAN™ integration, you are able to send data from devices to your TagoIO account (uplink), and back to your devices (downlink).
The following two steps are enough for this integration.
First, go to the Devices module, click on 'Add Devices', and filter by LoRaWAN Orbiwise network. Then, search for the device that you want to add. If you don't find it, select the type Custom Orbiwise Device.
When selecting Custom Orbiwise Device, a payload parse will NOT included on the new device. You will need to add your own parser to extract values.
When a device is created, a standard parser is included in the 'Payload Parser' tab based on the selected connector (unless you selected Custom Orbiwise). Later, you can also add your own script to execute any calculation or to parse more data.
You will need to generate an Authorization at TagoIO that will be added into the Orbiwise later.
Access the Service Authorization page. You will need to enter additional parameters as shown in the image below. These parameters are the credentials that you use to access the Orbiwise portal.
You must enter the username; password; host DASS url separated by a semicolon.
Copy the authorization generated here to use in the next step.
Only one Authorization per application is necessary. Don't do it for each device.
Log in in your Orbiwise Console, select 'Application', and click on 'Add Applications'.
It will open a screen called 'Manage Apps', then click on 'Push Settings'. Fill in the following fields:
Hostname | https://orbiwise.middleware.tago.io |
Port | 443 |
Host Pass | <authorization generated by TagoIO> |
Your application setup fields will look like this:
Make sure that you set the status of your Application to <Start Push>
When your devices start to send data to Orbiwise, the packages will be forwarded to your TagoIO account.
From here, you can create dashboards, add notifications, and create scripts to process your data.
Learn how to perform downlink for LoRaWAN.