A Node-RED custom node that integrates IoT MQTT APIs, enabling easy connection and data handling with MQTT brokers. Version 1.0.1 is the latest stable release, with a low release cadence. It simplifies IoT data flow in Node-RED by providing a dedicated node for MQTT-based IoT APIs, differentiating from generic MQTT nodes by offering pre-configured API integration for common IoT platforms.
npm install node-red-iot-mqtt-apiVerified import paths — ran on the pinned version, not inferred.
Shows how to use the Node-RED node by installing it and creating a simple flow with an MQTT API node connected to a debug node.
Ensure Node-RED is updated to version 2.0.0 or higher.
Set the broker property to the MQTT broker URL (e.g., mqtt://localhost:1883).
Consider alternative nodes or wait for update.
Check MQTT broker configuration and ensure the broker is running.
Provide a valid MQTT topic string (e.g., 'sensor/temperature').
No dependency data recorded yet.