Has anyone come across a good / simple solution for adding a generic thermostat layer on top of a Nest thermostat?
Basically, I want to be able to provide a general “house average” temperature sensor, and have my Nest, or any other thermostat, controlled via some preset temperatures in a generic thermostat that watches that average temp sensor.
I know I can trigger heat and cool modes for the Nest thermostat via Home Assistant, but if I have HA tell the Nest to run heat and the Nest is already at its preset temperature, I wouldn’t expect it to run… or there’s going to be a lot of kicking the HVAC on and off, which won’t be ideal for the machinery…
I just started using the awesome scheduler-component, and it works wonderfully for creating schedules directly in HA.
GitHub - nielsfaber/scheduler-component: Custom component for HA that enables the creation of scheduler entities
Now I just want to make sure my thermostat is generically controlled via my own custom temperature sensors, rather than just the one built-in sensor that the thermostat has (it’s only accurate for the one room).
I saw a few older topics on the matter, but they didn’t seem to meet my needs, or they are old enough that I assume there are now better ways to do it. I was just curious if anyone already has a good working solution they’d be willing to share.