Jump to content

How can I get a plugin value (e.g. temperature) assigned to a variable?


Recommended Posts

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?

 

Link to comment

@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

Link to comment
Guest
This topic is now closed to further replies.

×
×
  • Create New...