I have a weather station that is connected to a computer - so have computer access to data that states indoor temp, outdoor temp, etc.
Is there any way to use this data in a macro to make decisions? Such as:
if (outdoor_temp < indoor temp) turn on X10 module that controls whole house fan
??