
Now that i look at the screen shots what happend just after Sept. how should I set my machines up to insure i get enough water to everything? it seems that I am curently underwatering? here are some screens shots. Both from weather underground and from NOAA.And my water is free (from a spring) so I am not concered abut saving water. right above the fog line. My forecasts are normaly under estimated for the maximum temperature. My place is in a extreme micro climate on the central coast of California. Am I in danger of loosing my currrent API key that I got from WU years ago with having the auto updates enabled on my RM machines? Secondly. I set this all up years ago whe RM first came out. Along with 4 RM machines (a large area) that are downloading the data from WU. I have a Davis Weather station that transmits its data to Weather Underground. For a full list of conditions included in the response table see Wunderground’s documentation, but for quick reference, here is an example response containing current conditions data (partial list): Įxample Code wunderground.I wanted to ger some advice from you guys.

The callback function must include three parameters to take the request’s error status, Weather Underground’s response and Weather Underground’s current conditions data. The getConditions() method sends an asynchronous request to Weather Underground’s current conditions endpoint. The newLocation parameter must use the location formatting rules found in the Class Usage section above. The setLocation() method updates the location used for all Weather Underground requests with the new location that is passed in. The getLocation method returns the location used for your Weather Underground requests. Wunderground <- Wunderground(WUNDERGROUND_KEY, LOCATION) The location string can take the form of any of the following:

The class’ constructor takes two required parameters: Parameter

Class Usage Constructor: Wunderground( apiKey, location)

To include this library in your project, add #require ":1.0.0"Īt the top of your agent code. Click here to see information on the available versions of this library. You can view the library’s source code on GitHub. All Weather Underground requests in this library are sent asynchronously and require a callback function to handle the requested data. To use Weather Underground, you will need to create an API key here. Weather Underground is a commercial weather service that provides real-time weather information via the Internet.
