Standard Publisher MQTT Topics for Publishing and Writes

The Standard Publisher will create multiple topics to publish to.

Writing values to devices through the Standard Publisher requires the use of specific topics subscribed to by the Standard Publisher.

MQTT Topics

The topics published to by the Standard Publisher use the following format:

<NodeID>/<DeviceName>/<TagName>

  • <NodeID> is taken from the Node ID field on the MQTT tab of the Standard Publisher

  • <DeviceName> is the name of the Device object in Edge ACM

  • <TagName> is the Name of each Tag

You can subscribe to all topics from this publisher with <NodeID>/#

MQTT Writes

Every Edge ACM device published by the Standard Publisher has a unique Topic subscribed to receive writes

The Standard Publisher subscribes to:

<NodeID>/<DeviceName>/WRITE/#

  • <NodeID> is taken from the Node ID field on the MQTT tab of the Standard Publisher

  • <DeviceName> is the name of the Device object in Edge ACM

 

To write to any given tag, publish a value of the appropriate data type on topic:

<NodeID>/<DeviceName>/WRITE/<TagName>

  • <TagName> is the Name of each Tag

 

For assistance, please submit a ticket via our Support Portal, email autosol.support@autosoln.com or call 281.286.6017 to speak to a support team member.