Build
Publish with MQTT in Duaer
In Duaer, MQTT publishes to a topic. Topic is required. Send Input Data is on by default. You need an mqtt credential.
Publish a message
- Create an mqtt credential.
- Search for MQTT, connect it after the previous node, and select that credential.
- Set Topic.
- With Send Input Data on, the current item is the payload. Turn it off to set Message instead.
- Select Execute step.
QoS under Options defaults to 0. Retain defaults to off.
To subscribe, use MQTT Trigger when that trigger is available on the instance.
Questions
Does the MQTT node in Duaer subscribe to topics?
This node only publishes. Use MQTT Trigger to subscribe.
In this section
Nodes
Publish with AMQP Sender in Duaer
In Duaer, AMQP Sender publishes over AMQP 1.0 to a Queue / Topic once per item. You need an amqp credential.
NodesRead and write Redis in Duaer
In Duaer, Redis defaults to Operation Info. Use Set, Get, and other operations for keys. You need a redis credential.
NodesCall an API with HTTP Request in Duaer
In Duaer, HTTP Request sends the method and URL you enter. Put the account in a credential, not in the node parameters.