Automate Remote Sensor Data Collection with MQTT and InfluxDB - n8n Workflow | Neura Market
Automate Remote Sensor Data Collection with MQTT and InfluxDB
Efficiently monitor and store temperature and humidity data from remote sensors using MQTT and InfluxDB in an n8n workflow.
This workflow demonstrates how to automate the collection and storage of environmental data from a remote DHT22 sensor connected to an ESP32 microcontroller. The data is published to a Mosquitto MQTT broker and then processed in n8n. The workflow includes nodes to trigger data collection, format the data into JSON, and store it in an InfluxDB bucket. This setup allows for real-time monitoring and can be customized for various IoT applications.
Platform
n8n
Category
Internet of Things
Price
Free
Creator
Aisha Okafor
code
stickyNote
httpRequest
mqttTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.