Page 1 of 1

[SOLVED] NOAA Weather Plugin

PostPosted: Sun Jan 26, 2014 8:20 am
by jalves
I updated Indigio (Pro) to 6.0.10 yesterday morning and noticed that the NOAA Weather plugin has stopped updating. Is that happening for anybody else? I've reloaded the plug-in several times to no avail. The error log shows nothing. Wondering if this is just a coincidence of my upgrade and something happening at NOAA.

Note that this is the NOAA Weather, not NOAA Weather Plus.

[VIEW SOLUTION]

Re: NOAA Weather Plugin

PostPosted: Sun Jan 26, 2014 8:53 am
by Chompy
I use NOAA Weather Plus & get errors occasionally, but I doubt it has anything to do with the latest release of Indigo.

This morning the plug in is failing to update about 1/2 the time. (I think it runs every 15 minutes)
Code: Select all
 NOAA Weather Plus Error         Unknown error getting weather for coordinates 47.6152, -122.3497: <urlopen error timed out>


The failures most likely have something to do with the site the plugin connects to.

Re: NOAA Weather Plugin

PostPosted: Sun Jan 26, 2014 10:02 am
by jay (support)
jalves wrote:
I updated Indigio (Pro) to 6.0.10 yesterday morning and noticed that the NOAA Weather plugin has stopped updating. Is that happening for anybody else? I've reloaded the plug-in several times to no avail. The error log shows nothing. Wondering if this is just a coincidence of my upgrade and something happening at NOAA.


Look at the Last Update field in the Device Details tile - does it show a time within the last hour or so? If so, then the NOAA data is just not getting updated in their feed. If there are no errors in the log then the plugin is getting data from NOAA.

Re: NOAA Weather Plugin

PostPosted: Sun Jan 26, 2014 10:30 am
by jalves
jay (support) wrote:
jalves wrote:
I updated Indigio (Pro) to 6.0.10 yesterday morning and noticed that the NOAA Weather plugin has stopped updating. Is that happening for anybody else? I've reloaded the plug-in several times to no avail. The error log shows nothing. Wondering if this is just a coincidence of my upgrade and something happening at NOAA.


Look at the Last Update field in the Device Details tile - does it show a time within the last hour or so? If so, then the NOAA data is just not getting updated in their feed. If there are no errors in the log then the plugin is getting data from NOAA.


I did check that before I wrote my post and it was showing that the last update was a day old. :cry:

However, I tried one last thing after my post this morning. I stopped the Indigo server and quit the application. Then I restarted everything. Just looked at the variables and they have now updated for the latest info. So, problem solved.

Re: NOAA Weather Plugin

PostPosted: Thu Jan 30, 2014 6:39 am
by HFTobeason
I, too, see this type of error quite often:

    NOAA Weather Plus Error Unknown error getting weather for coordinates XX.0625, -XXX.502: <urlopen error timed out>

Usually in groups of two, sometimes groups of four -- and often multiple times per hour for hours at a time. And then, it'll simply resolve itself. Note that the author of the plugin states (viewtopic.php?f=3&t=11122&hilit=noaa+weather+plus):

    Ah yes. That error. I do recognize that one. Unfortunately, the "urlopen error timed out" error is one I haven't been able to fix. It appears to either be intermittent NOAA server reliability issues or, more likely, a known issue with the urllib2 library that comes with Python 2.5. I'll continue to search for workarounds.

Also (viewtopic.php?f=31&t=8701&hilit=noaa+weather+plus&start=210) -- scroll down.

Re: NOAA Weather Plugin

PostPosted: Thu Jan 30, 2014 9:41 am
by jay (support)
@HFTobeason - wrong plugin, the OP was talking about the NOAA plugin that ships with Indigo. The NOAA Weather Plus plugin is a 3rd party plugin.

Re: NOAA Weather Plugin

PostPosted: Thu Jan 30, 2014 9:42 am
by HFTobeason
Ooops! Sorry. Same error, though. Though @Chompy is referring to Weather Plus...

Re: NOAA Weather Plugin

PostPosted: Thu Jan 30, 2014 10:12 am
by jay (support)
No problem - just wanted to make sure you knew it since I don't know that Nathan is watching this thread since it's not in his forum… ;)

Re: [SOLVED] NOAA Weather Plugin

PostPosted: Wed Apr 23, 2014 3:53 pm
by jgraybill
Somewhat related, is there way to email the variable data from the plugin? For example, I'd like to receive an email as a "freeze temp" alert for a second home.

Re: [SOLVED] NOAA Weather Plugin

PostPosted: Thu Apr 24, 2014 8:36 am
by jay (support)
If you're wanting to add the contents of a variable to an email, there is an example in the scripting tutorial (you need to use a little script).

Re: [SOLVED] NOAA Weather Plugin

PostPosted: Fri Apr 25, 2014 11:49 am
by jgraybill
thanks Jay!