Its been a while since I’ve written a yaml automation, and I am pretty rusty. I have an ac unit that I’m controlling with Nest which I’ve integrated into HA as a Climate component and as a Nest component. Additionally I have a Node MCU with a DHT22 sensor and a PIR sensor inside one of the ducts which I’ve integrated as a sensor component. This is a way for me to verify that the blower is on.
I suspect that I have a faulty relay because the blower doesn’t always come on. I’ve ordered a new one, but until it arrives, I would like to turn the AC off if the blower doesn’t kick on within a given time frame. (its a time delay, SPDT type) When the blower kicks on, I get a motion detected reading, and the temp goes from 80 to 60ish inside 3 min, then down to 50 or so over the next 10. So, what I’m looking for is something like this:
wait 4 min
if temp < 60, keep AC on
else turn AC off
Controlling the largest gas flow of variable gas volume
Monitoring the gas of combustion furnace.
i would personally go for the conventional one since it i calibrated manually ( how much psi u want it ) and the triggering part is by closing a relay to completed the circuit or to send a signal
use this switch as an override switch so if the dps is not triggered the Nodemcu stays off (if running from batteries)
can u please explain more about the blower and AC setup ? you have a central chiller unit and a fan coil unit that feeds your house ?
Yes, split system, condenser outside. Your suggestion is appreciated, actually what I was looking for to begin with so thank you for that!! I know the DHT22 is not ideal, but this is a temporary situation (I already had it lying around) so I’m interested in just making it work, since I’ve already got it installed and am getting data out of it. Also, it will help to indicate problems with the compressor too.
as far as i know DHT22 is good for this type of applications and its cheap also , you need to know that the power consumption of the condenser is at its peak when its starting, so if you configure your AC at a high setting point temprature like for example 28 degree cel. and the ambient temp is at 30 degree cel , the condenser will eventually turns on and off a lot of times , thus consuming alot of power and shortening its life span
Yes, I know that, but it would not restart in the even of a blower failure. The automation would shut everything down by setting the thermostat to away mode, as mentioned. The AC system operates within a pretty constant temperature range. I want the automation to intervene only if the blower fails to turn on. It will determine if the temp is trending down as expected and thus that the fan is on as expected. Then it would text or email me that there is a problem, and set the Nest to away mode, disabling the compressor. This is only in a worst case scenario, not something that would regularly happen.
The consequence of keeping the compressor running without a blower moving air across the evaporator coils is catastrophic. The point of this automation is to avoid that.
try having a CT switch (current sensor relay)
which it sense the current flow going in the fan, thus closing the circuit to feed the compressor and other parts,
but if the fan failed some how and stopped sucking amps the relay will Open and the system is shut down