I have a pretty simple smart thermostat without many fancy features. Every Spring and Fall I tell myself I should set up some kind of system where if the outdoor weather is good enough, maybe I dial back the heating / cooling, maybe send myself a text to open windows, etc.
Small example: I normally keep my house at 72 in the summer, but if it’s up to 76 or so outside, it’d be nice if the thermostat turned off the cooling. I could manually turn it back on if I have guests over, etc.
I’m sure some of this logic would be easy to code myself, but wanted to check out what anyone else is doing first.
Using home assistant.
Here’s a screenshot of what my diagnostic interface for it looked like. The Python script took all the sensors as inputs and decided on a strategy for upstairs and downstairs, and gave the reason for its decision in a separate sensor for debugging purposes. The script performed all the necessary actions whenever it changed strategy.
Nice! Which sensor did you use for pollen?
I cheated and just used a webscraper to pull the data from a local government website.