I have window AC units in my kids bedrooms. They stay off during the day, but turn on several hours before bedtime depending on the outside temperature. It isn’t a terribly smart automation, just a “turn on at 4pm if temp over 100F, 5pm for 90F and 6pm for 80F.”
Originally I was trying to do it based on delta t between the room and the outside and the target temperature and the estimated cooling efficiency, then I had to start figuring in how humidity and feels like temperature would affect things. And so after over thinking and over engineering it, I ended up at the stupid solution of just switching on at fixed times based on outside temperature being over a threshold and it works pretty well.
I have window AC units in my kids bedrooms. They stay off during the day, but turn on several hours before bedtime depending on the outside temperature. It isn’t a terribly smart automation, just a “turn on at 4pm if temp over 100F, 5pm for 90F and 6pm for 80F.”
Originally I was trying to do it based on delta t between the room and the outside and the target temperature and the estimated cooling efficiency, then I had to start figuring in how humidity and feels like temperature would affect things. And so after over thinking and over engineering it, I ended up at the stupid solution of just switching on at fixed times based on outside temperature being over a threshold and it works pretty well.