Insert Temperature and Humidity Data into PostgreSQL Using Node-RED

In this post, I’ll walk you through how i used Node-RED together with the node-red-contrib-postgresql plugin to insert temperature and humidity data into a PostgreSQL database. This is a simple but useful workflow that could be helpful for anyone working with sensors or data logging. Tech Stack PostgreSQL Table Setup CREATE TABLE IF NOT EXISTS […]

Insert Temperature and Humidity Data into PostgreSQL Using Node-RED Read More »