Knowledge Base

MQTT Event

Starts a workflow when a message arrives on a subscribed MQTT topic. Ideal for IoT sensors, Zigbee2MQTT, and industrial telemetry.

When to use

  • React to device state changes (availability, temperature, alarms).
  • Bridge MQTT payloads into HTTP, notifications, or Modbus writes.
  • On-prem brokers where cloud webhooks are not an option.

Properties

PropertyTypeDescription
Broker HosttextMQTT broker hostname or IP. Required.
PortnumberBroker port. Default: 1883.
TopictextSubscribe pattern, e.g. zigbee2mqtt/+/availability. Required.
UsernametextOptional broker authentication.
PasswordpasswordOptional broker password.

Outputs

Incoming message payload (JSON when parseable), topic, and broker metadata.

Notes

  • On-prem only — requires network access to the MQTT broker from the Nodlyn host.
  • Workflow must be Active to maintain the subscription.
  • Pair with MQTT Publish for bidirectional flows.

See also

Nodlyn Assistant
Ask me anything about Nodlyn
Hi! 👋 I'm the Nodlyn assistant. Ask me about the product, workflow components, connectors, agent runtime, agent capabilities, deployment, and more. If I don't know an answer, I'll point you to our contact form.