The SystemDevice management system has three main components:
Backend: sends dm commands and analyses the responses
Targets: objects to be managed. Objects may contain several resources that are managed
The Treon Industrial Node 6 measures vibration and temperature on a machine. The behavior of the sensor can be modified by device management commands using Treon JSON DM messages. <!— add link when available —>
MQTT is a network protocol that transports messages inbetween devices.
Connect to the Treon Gateway by using SSH.
Add a configuration file (ending in .conf) to /opt/iotgw/conf.
If you want to change the Wirepas network parameters of your devices, you must follow this guide. First you will have to connect to the Gateway via SSH (See Connecting to the Gateway via SSH).
This article describes how to merge burst fragments into complete bursts.
Introduction Each burst will have unique1 measurement id e.g: "MeasurementId":225 and burst id e.g: "BurstId":133. You should identify your burst with this information along with SensorNodeId.
How to Form DM Commands Example of a DM command:
{"Ver": "2", "Val": ["AQA="], "I": 1, "Res": [1026], "Cmd": "set", "Nid": "BROADCAST", "T": [33507, 1]}
Version Field The Version field “Ver” defines which version of the JSON specification to use.
The Treon Industrial Node measures vibration and temperature of the machine it is attached to. The behavior of the sensor can be modified by device management commands using Treon JSON DM messages.
An MQTT broker can be used to monitor your Node data and to send DM messages to the Gateway. You can easily setup an MQTT broker on your computer for testing or configuration purposes.