Hi all, I’ve just started playing with an esphome.
I have built a prototype with a 12V PWM fan, a DHT22 thermoneter, and an esp32. The goal is to have it venting air out of a closed cupboard as it gets hot*.
I had it working with speed fan. It does its thing and it will be controllable by homeassistant inc reading the thermometer output, so I can implement the control logic there.
Then I tried using the pid climate controller and it works fine, I mean, I need to fine tune some of the config parameters, etc, but it does its thing as expected.
What I can’t get working is having both speed fan manually controlling the fan and pid climate in ‘OFF’ position. The fan always gets overridden to ‘off’ by pid climate. Can this be done cleanly, or am I just being daft here?
(happy to share config if relevant)
Thanks all;
Cheers,
Pedro.