Looking for some advice on how to integrate an electric heater into my setup for better control. The unit in question is a 240V single phase 7500W electric heater that I plan to occasionally use in my garage. It only has very basic controls, a switch to control to one of two heating levels, and a dial thermostat with no actual temperatures.
The thermostat is built into the unit, and I expect it to be of little use, being so close to the heat source. I have a temperature sensor on the other side of my garage that is integrated into my setup through MQTT already that I would prefer to use.
The main question is how to control the unit with a thermostat in Home Assistant. It is possible to hook up an external thermostat on this unit, but it is only compatible with a 240V line voltage double pole thermostat, which in my mind is not any different than just cycling power to the entire unit. Please correct me if this doesn’t sound right. Below is the wiring diagram for reference.
_
My first thought was to use a smart line voltage thermostat, of which I found this one:
…but it only works up to 3600W, so that doesn’t seem like a viable option.
_
My next thought was to use a heavy duty smart switch to simply cycle power to the whole unit, using my existing temperature sensor, and the Generic Thermostat integration:
https://www.amazon.com/120-277VAC-Electric-Compatible-Certified-14285/dp/B00YTCZZF0/
I don’t see any issue with this approach, other than it being a bit expensive. I think it should be possible to wire up this switch to the external thermostat connection as well, so long as I power the switch in parallel to the heater, but I don’t know if there would be any advantage to this approach vs just wiring the unit inline with the power going into the heater.
_
Trying to think of other options, maybe something with ESPHome, like one of these:
https://www.amazon.com/dp/B085HP2GJX/
…which I think can be flashed with ESPHome, but that relay module is not rated for nearly enough power.
_
I would prefer not to make modifications to the heater that would void its warranty (or potentially compromise safety), but am open to hearing any ideas. Thanks!