Caution! Article for developers
Information on this page is intended particularly for users with advanced technical knowledge.Passthrough Parser
Sep 8, 2023 · 1 minutes to read
Introduction
The Passthrough Parser is a feature that forwards data from third party sensor nodes in your Wirepas ecosystem to your backend via the Treon Gateway, Treon Gateway 2 or Treon Gateway in Protective Enclosure.
Implementation
To use the Passthrough Parser feature, you need to add or modify the configuration files in /opt/iotgw/conf.d
Log in to the Treon Gateway via SSH.
Use the following command to create a new file called in conf.d with root privileges:
sudo nano /opt/iotgw/conf.d/passthrough.conf"
``
Add the following text to the file:
[PassThrough]
DataParser: passthrough
# Whitelist of Wirepas destination endpoints. Comma separated list
MeshTopicFilter:[Startup]
DataProcessors3 += PassThrough
Under “MeshTopicFilter:” you need to add all Wirepas endpoints you wish to send to backend. This is a whitelist to avoid receiving all the diagnostic data.
Save the file with Ctrl+s and exit with Ctrl+x.
Treon Support
You still have questions? Our dedicated team of experts is happy to help you! Please contact Treon Support directly by e-mail.
Did you know? Treon offers Premium Support and Maintenance Packages for our customers. Get even more out of Treon and boost your sales - inquire now about features and prices!