this post was submitted on 18 May 2025
19 points (95.2% liked)
homeassistant
14304 readers
227 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
@jaharkes @shortwavesurfer yep. You start there and see if it's good enough, and then iterate. That way you're not overengineering it. The more inputs you use to have the automation decide things, the more opportunities there are for the automation to break.