I bought the Shelly H&T Gen3 thinking it would be a smart and reliable solution for temperature and humidity monitoring. Unfortunately, it’s completely useless for my needs. It only measures every 5 minutes, even when powered via USB-C, and constantly goes into sleep mode. You can’t even tweak the settings properly without it going back to sleep.
I’m looking for an alternative that: Offers fast measurement intervals or real-time readings Has a power supply option (USB C) Integrates with Home Assistant
Does anyone have a recommendation? What do you use for fast temperature/humidity monitoring, e.g., for bathroom fan control?
If you want to go cheap, a DS18B20 Temperature Sensor connected to an Wifi ESP32 board will do it. The reading interval is programmable within the ESPHome code. I have mine set to 20s
If you want to go more expensive but Zwave, a DS18B20 Temperature Sensor connected to a Fibaro Implant will do same.
I have one of each taking readings to keep a chest freezer at refrigerator temperatures.
EDIT: I think you could also use a DHT11 or DHT22 and then get temperature and humidity. I don’t use either so can’t comment on quality or accuracy.