Clean and Log IoT Sensor Data to InfluxDB via Webhook - n8n Workflow | Neura Market
Clean and Log IoT Sensor Data to InfluxDB via Webhook
Receives raw IoT sensor data via webhook, cleans/transforms it with a Function node, and logs to InfluxDB for time-series analysis and monitoring.
This n8n workflow streamlines IoT data processing by accepting JSON-formatted sensor readings via an HTTP POST webhook. It uses a Function node to validate data, filter out-of-range or noisy values, round measurements, and format timestamps for consistency. A Set node handles configurable parameters like InfluxDB host, credentials, and measurement names, ensuring flexibility across environments.
The cleaned data is then inserted into InfluxDB via the dedicated node, enabling efficient time-seri
Platform
n8n
Category
Internet of Things
Price
$11.99
Creator
Jordi Faber
IoT
Sensor Data
InfluxDB
Webhook
Data Cleaning
Time-Series
n8n Automation
Environmental Monitoring
Smart Farming
Renewable Energy
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.