MQTT
Subscribe to Miravo topics from any MQTT client. Live JSON payloads, plant-structured topic tree.
Miravo runs its own MQTT broker on port 1883. MQTT is on by default when you start Miravo with miravo start.
Each published value lands on a structured topic path: enterprise/site/area/line/instance/member. Your client sees plant hierarchy, not a flat topic list.
Connect a subscriber
Install an MQTT client. MQTT Explorer works on macOS, Windows, and Linux. Any client that accepts a host and port works.
Connect to localhost:1883. No username or password by default.
Subscribe to # to see every topic Miravo publishes. The plant tree appears under enterprise/site/area/line/instance/member.
Verify data is flowing
Verified
- Live topics carry JSON payloads that keep changing while the environment runs.
- Topic paths match the plant hierarchy visible in the Console.
- The Console Tags view shows the same MQTT topics for the same members.
Disable MQTT
Pass --no-mqtt to miravo start. See miravo start for flags.
Export for external tooling
The Console Tags view filters to MQTT topics for the running environment. Use Export for Platform to download the filtered topic list as CSV.
Next
Choose an environment
Point the same MQTT client at another environment.
Litmus Edge
Map the running environment into Litmus Edge.
Was this page useful?
Last updated on
Miravo