Jump to content

Ambient Weather on eisy


dblee1950

Recommended Posts

Posted

I'm trying to use my local weather station with my new eisy.  I managed to install a node server and it shows on network listing, but it only says the name of the station and station on-line...true.  How do I utilize this?  Something like using the outside temperature to trigger an event?  The only thing in the node frame is query.  I've read docs, readmes, googled and found the ployglot v3 page on AW.  Logged in to that and it lists a lot of items, but it doesn't tell me how to integrate this to eisy.  If I go to add node in AW node server, I get a frame wit name, node address and primary node address.  I'm not sure what goes into these blocks.  I tried a temp variable in node address but just get bad address.  Any simple help would be greatly appreciated.  thanks

Posted

Have you restarted the admin console since installing the node server?  

The admin console only reads the node configuration information when it starts so must be restarted after every node server install to see the proper configuration.

Posted

@dblee1950  Here is one example, I use temperature to set the speed of a ceiling fan in my bedroom at night.

 

Bedroom Fan Off 65° AC On Ambient - [ID 009D][Parent 0065]

If
        From     9:00:00PM
        To       9:00:00AM (next day)
    And 'AC Temps / Liv Rm AC Supply Tempature' Temperature < 70.0°F
    And 'Ambient Weather / main' Temperature >= 67.0°F
 
Then
        Set 'Bedroom / Bed Room Fan Switch' Off
 
Else
   - No Actions - (To add one, press 'Action')

I also use rain accumulation to set irrigation on or off.

Lawn Sprinkler On AM - [ID 00D5][Parent 0075]

If
        On Sat, Wed
        From     4:30:00AM
        To       7:30:00AM (same day)
    And 'Ambient Weather / main' Rain (weekly) <= 0.750 Inches
 
Then
        Set 'Outside / Lawn Sprinkler' On
 
Else
        Set 'Outside / Lawn Sprinkler' Fast Off

 

Guest
This topic is now closed to further replies.

×
×
  • Create New...