Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Broker Connection object establishes communications with an MQTT Broker

General

Name

Unique name for this Object

Enabled

This Broker Connection will only attempt communication when Enabled

Folder

The parent folder of this object

Connection

Host Address

The address of the MQTT broker, this can be either an IPv4 address or a URL resolvable by your DNS

Port

The port used by the broker, default 1883

Keep Alive (s)

The maximum time between messages to the broker while connected, if the node loses communications for longer than this time the publisher will publish a death message

Advanced

Username

The username used to connet to the MQTT broker, if required

Password

The password used to connect to the MQTT broker, if required

Client ID

The ID that will be used to uniquely identify this client when it connects to the MQTT broker

Clean Session

With a clean session, no subscription information is stored locally and the Client Status is not stored by the Broker

Protocol Version

The version of MQTT to be used by this broker

TLS Settings

Link to a TLS Settings object if required

Info

Information on the installed version of this object

  • No labels