MQTT is the most widely used messaging protocol for the Internet of Things (IoT). With the MQTT client, you can connect the Divako network to another network to receive data or publish data to the outside world for the Divako network. This is a very powerful tool to listen to different types of networks, because we have
the ability to define what your payload looks like, and then we can use most of your data as if it were on our network.
MQTT publish mode is for sending data to other servers that support MQTT stream.
MQTT subscription mode is for listening and collecting data from other servers that support MQTT stream.
Data settings gives possibility to define for Divako where is needed data in payloads.
If you notice that the MQTT Integration is receiving payloads but not creating a device under Divako, it could be due to incorrect mapping or missing data in the required fields.
MQTT Client V2 can only subscribe, but it includes significant stability enhancements that make MQTT Stream more reliable and compatible with the latest MQTT Servers. Additional reasons to adopt this new engine include its simplicity.
In version one, paths were defined using slashes
/
, whereas in version two, path subparameters are separated by dots.