I have my computer in the room with my thermostat. As a result that room has an elevated temperature and many of my other rooms are cold. I would like to adjust the target thermostat temperature in my house based on several other sensors in thouse. I think the best way to achieve this is to use Node-Red (correct me if I’m wrong). There are many sample flows demonstrating input states however there doesn’t appear to be ones based on sensors.
Here is the flow I think makes sense
temperatures -> find min (or average) ->
calculate difference between (avg house and thermostat)
set new thermostat target temperature
How do I pull in temperature sensors within HA Node Red?