MCruzan Posted July 12 Posted July 12 I'm using the Davis weather plugin to track info on my weather station. I've set up a fresh air injection system for the house central air that would turn on (duct fan on plus electric damper opening) when the outside temp drops below the inside temp. Is there a way to get the outside temerature into a variable? Is there a way to compare variables to trigger a scene? Not seeing an obvious way to do this. What am I missing?
Ross Posted July 15 Posted July 15 @MCruzan I use the following program: If 'Nodes / WeatherLink / WeatherLink' Temperature < 150.0°F Then $sAirTemp = 'Nodes / WeatherLink / WeatherLink' Temperature °F Else - No Actions - (To add one, press 'Action') Whenever the temperature changes (assuming the outside temp is < 150 degrees(!)), it will update my state variable "sAirTemp". Good luck, Ross
Recommended Posts