AnyViz offers an easy way to operate, monitor and analyze machine and plant controls remotely. Some of its features are real-time data visualization, data storage, automated reports, etc.
Prerequisites
Setup AnyViz
When you log into your AnyViz account, the only thing you need to do is to create a new project.
In the upper right corner of your AnyViz dashboard, click on the project name (next to the user profile), then click on the small nut icon next to the project name in the list. Your project’s settings will appear, and you will be able to see the Project number you need in order to complete the integration.
Configure The Things Stack
Before implementing the Webhook integration, you need to create an uplink payload formatter in order to decode the uplink payload and set fields in the decoded_payload
object of the uplink message.
Next step is to create a Webhook integration on The Things Stack by using the AnyViz Webhook template.
Fill in the Webhook ID field. The AnyViz instance field is predefined with portal.anyviz.io
. Provide the Project number you found in the previous step on AnyViz and copy it into the AnyViz project ID field.
To see the values of all parameters of the AnyViz integration, click on the integration after you created it with the Webhook template.
As soon as the first uplink is sent from your end device, you will see an object named after your The Things Stack application appearing on the left hand menu in AnyViz. If you expand this object, you will see it contains the extracted variables from the decoded_payload
object, as well as RSSI and SNR from uplink metadata.
You can now continue using AnyViz features to monitor and process your sensor data. Have fun!