If I’ve posted this in the wrong section please let me know.
I am wondering if there is a way to create a simulated thermostat in ST. I have a simulated temperature sensor that I use to aggregate a bunch of other sensors (and in my case have an “Upstairs temperature” sensor)
Now here’s why I am needing it. I have a HVAC piston that, at night, takes a bunch of variables about occupancy and temperature target, and turns on the AC/Heater to hit set target. My target in this case is 72 degrees for summer. So it’ll run the HVAC to hit 72 degrees in the rooms that are occupied.
Herein lies the problem: My target (72) is a global variable that I set. Now let’s say my wife is cold, she says “hey google turn the temperature up” and google does it. But 10 minutes later my piston comes in and destroys it again. So I would like to have a simulated temperature controller that basically when I set it, that’s the new target.
Basically instead of using a global variable for my temp target, I’d like it to be a number that I can change via google home/alexa.
Does that make sense?