Environment monitor for Home Assistant

I made an environment monitor for Home Assistant by using a NodeMCU and a DHT22 sensor on a custom-made PCB that is powered by 220v.
Nov 27, 2022 — 2 mins read — Electronics

Environment monitor for Home Assistant

I started exploring Home Assistant and to start integrating devices into it I wanted to have a monitor in my living room that can monitor the temperature and humidity in the room.

Since I very often use NodeMCUs for projects like this, I also wanted to make a PCB that will be the base for it as well as a power supply (HLK-PM01) so I can very quickly put projects together. In a previous video, I created and ordered one such board so today, we will use it as the starting point for the environment monitor. You can order this PCB and use it for your own projects from PCBWay where you can get 10 pieces manufactured for only $5.

In the video below, I go over the PCB, how it works, how to assemble it and also how I tested it out using an Arduino sketch and finally, how I managed to integrate it with Home Assistant by using ESPHome.

Tools and materials used in the project:


temperature esphome dht22 humidity nodemcu home assistant
Read next

I bought an LED light bulb that can destroy itself!

On one of my recent shopping trips, I bought an LED light bulb to replace one of the lights that recently failed in my home. I didn't pay to...

You might also enojy this

Arduino Thermostat that is controlled with a Bluetooth Low Energy mobile app

I was recently approached by Seeed Studio to try out their new nRF52840 powered XIAO BLE board and make a project with it, so I agreed. The...