Monnit Edge Flows — MQTT

MQTT — configure broker + publish

A) mqtt-broker config (pencil on Broker)

Field Suggested
Server customer broker host (lab: broker.hivemq.com)
Port 1883   (or 8883   with TLS)
Client ID unique string per Edge
User / password if the broker requires auth

B) mqtt out (double-click)

Field Suggested
Broker select config from (A)
Topic e.g. Monnit/sensors  
QoS / Retain usually leave default unless IT specifies

Wire: iMonnit-Edge → mqtt out → Done → Deploy.

Broker status should show connected.

Confirm

Subscribe to your topic, or use 09 Status test:

mosquitto_pub -h <broker> -t "monnit/gateway-status/test" -m "ok"  

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.