I’m new to home assistant, just got setup a few days ago. I have an residential solar inverter in my garage that was installed recently, there’s really no airflow in the garage, the inverter is passive cooled and I pulled the stats from the api and realised it was reaching temps of 73 degrees! Normal operation should be 60 degrees.
I have a wall mounted network cabinet right next to it and wanted to setup a couple of computer fans under the heat syncs that pushes air through them upwards.
Thing is I only want them to run when inverter temp is over like 50 degrees. Is there any computer sized fan (the little square ones) that I can hook into home assistant?
Below it. Many inverters start derating at 55-60’C
I have exactly this setup on my passive cooled inverter.
Esphome devboard connected to 5V pwm fan. It’s getting the inner temp readings directly from inverter.
I would go with an ESPboard with both a fan and temp sensor connected, so it can be made to act independently from HA.
HA can then be used for monitoring the temperature and the fan state and the API on the inverter can be used as a secondary control sensor for a notification service.
I use one of these with 3 120mm fans. I get the temperature from my inverter in HA so use that to turn the fan on and off. You could solder onto on of the ESP pins to get a GPIO for a temp sensor