top of page

IoT Sensor Data Logger via MQTT & InfluxDB

An n8n workflow that uses MQTT to receive temperature and humidity data from a remote ESP32 with DHT22 sensor, processes the data with JavaScript, and stores it into an InfluxDB time-series database via HTTP API. Ideal for IoT sensor monitoring.

bottom of page