Hi,
A while ago I installed ESPhome temperature sensors in my AC intake and output. Then I have a template which calculates difference between those sensors and creates difference value. This value is usually between 9.5-10 Celsius.
This week my wife said that ac keep running but house is hot as $shit, so I checked the ac difference and it was 6.5C. I called ac-dude and they found the problem and fixed it. I checked my ac difference history and saw that there was a trend where max difference has been decreasing over two weeks. It was difficult to see because data is unfiltered.
So I started to think that maybe I could start to record max difference from each cooling cycle (I know when cooling cycle is running because my my ac controller give state equipment_running: compCool1,fan. It could be equipment_running: fan and then ac difference is usually couple of Celcius so I don’t care about this). So ideally I would have graph in HA which shows each cooling cycle, length of it and maximum difference for each cycles. If ac is not running value is 0 and if it runs 20min and max difference is 10.3C, it shows value 10.3 whole 20 minutes.
Is this something what I should start to build in templates or what is the optimal approach for this problem.
Thanks,
Mika