temp & moisture

October 23, 2023, 18:02

ciozhkqdozhkq

Hey guys, I’m a bedroom dj and building a little man cave. As it will be outside I want to be able to measure my temp and moisture but also for it to be able to alert me in some way. Like a website, email, message ect I’m currently wondering what scrip id need to run to make this work and what id need? Idk if this helps but i have a raspberry pi 4 or arduino

quandale1

What version sensor u got

oops.se

My suggestion would be: - Arduino (ESP32/8266) for sensors and use MQTT for communication. - Raspberry Pi with: - MQTT for communication with Arduinos. - Node-Red for creating logic, ex. "if temp below X send a email". This will give you a decentralized system that is highly modular and easy to build.