| Author |
Message |
|
jimM
Joined: Jun 16, 2008 Posts: 44 Location: Canada
|
 Re: Getting weather data from Weather Display
support wrote:That is great news. Thanks for working on this and coordinating with Brian!
My pleasure Matt, and Jay. Thank you also for your support and guidance in this project. Users can now find the plug-in here - http://www.perceptiveautomation.com/fil ... php?id=103I have also posted a new thread in the Weather Display Mac forum on its use here - http://www.weather-watch.com/smf/index. ... 104.0.htmlHope this is helpful for all Indigo/Weather Display users. All the best, Jim
|
| Wed Mar 17, 2010 8:32 am |
|
 |
|
hwitten
Joined: Dec 26, 2007 Posts: 486 Location: British Columbia
|
 Re: Getting weather data from Weather Display
Thank you Jim. Works great but took a reboot of the Mac. prior to reboot: undefined page requested "http://127.0.0.1:8176/wd/importData" from 127.0.0.1.
Heinz
|
| Wed Mar 17, 2010 10:53 am |
|
 |
|
jimM
Joined: Jun 16, 2008 Posts: 44 Location: Canada
|
 Re: Getting weather data from Weather Display
hwitten wrote:Thank you Jim. Works great but took a reboot of the Mac. prior to reboot: undefined page requested "http://127.0.0.1:8176/wd/importData" from 127.0.0.1.
Heinz
Heinz, great to see you got it working ! Nothing to do with the plug-in. The IWS needs to be restarted whenever adding plug-ins to Indigo so the reboot wasn't really needed. For others reading the thread just go to the Indigo4 menu and start local server and it should load the plug-in that first time for you. I will adjust the install post to reflect a restart of the server being necessary. Thanks for that heads up. All the best Jim
|
| Wed Mar 17, 2010 11:06 am |
|
 |
|
hwitten
Joined: Dec 26, 2007 Posts: 486 Location: British Columbia
|
 Re: Getting weather data from Weather Display
I couldn't find "inside temperature" in testtags.txt. Am I missing it or not available?
|
| Wed Mar 17, 2010 11:15 am |
|
 |
|
jimM
Joined: Jun 16, 2008 Posts: 44 Location: Canada
|
 Re: Getting weather data from Weather Display
hwitten wrote:I couldn't find "inside temperature" in testtags.txt. Am I missing it or not available?
Try %indoortemp% So that would look like: \&IndoorTemp=%indoortemp% and would get to Indigo as: "wd_IndoorTemp" as the label with the value in the value field. ALSO, I made a big mistake in the Read Me file. All references to testtags.txt should be tagslist.txt. Sorry about that. I use testtags a lot for my weather website - mental block lol. EDIT - I checked the read me file and it was correct. Turns out it was my post on Weather Watch Forum that was wrong. I corrected that.Jay or Matt how would I resubmit the readme file with that revision? Many thanks All the best, Jim
Last edited by jimM on Wed Mar 17, 2010 1:00 pm, edited 1 time in total.
|
| Wed Mar 17, 2010 11:32 am |
|
 |
|
hwitten
Joined: Dec 26, 2007 Posts: 486 Location: British Columbia
|
 Re: Getting weather data from Weather Display
That did the trick. Thank you.
|
| Wed Mar 17, 2010 11:43 am |
|
 |
|
hwitten
Joined: Dec 26, 2007 Posts: 486 Location: British Columbia
|
 Re: Getting weather data from Weather Display
BTW, Jim, the readme was correct re the tagslist.txt. I picked up testtags.txt on a posting and didn't twig to it being wrong as I use it too 
|
| Wed Mar 17, 2010 11:48 am |
|
 |
|
matt (support)
Site Admin
Joined: Jan 27, 2003 Posts: 11689 Location: Texas
|
 Re: Getting weather data from Weather Display
jimM wrote:Jay or Matt how would I resubmit the readme file with that revision?
Just email us a new WDMac_Plugin.zip file and we'll replace the existing one.
_________________
|
| Wed Mar 17, 2010 12:25 pm |
|
 |
|
jimM
Joined: Jun 16, 2008 Posts: 44 Location: Canada
|
 Re: Getting weather data from Weather Display
Found the error and corrected it. Downloaded the read me and it was correct. Was on my install post over at Weather Watch. Thanks anyway Matt.
|
| Wed Mar 17, 2010 1:01 pm |
|
 |
|
jimM
Joined: Jun 16, 2008 Posts: 44 Location: Canada
|
 Re: Getting weather data from Weather Display
hwitten wrote:BTW, Jim, the readme was correct re the tagslist.txt. I picked up testtags.txt on a posting and didn't twig to it being wrong as I use it too 
LOL. I did that too All corrected on both forums now. Many thanks Jim
|
| Wed Mar 17, 2010 1:04 pm |
|
 |
|
wikner
Joined: Nov 02, 2003 Posts: 88
|
 Re: Getting weather data from Weather Display
I have downloaded and installed this plugin, and it works well. However, I would rather it did not post a message to the log with every update. I am not a python programmer, but browsing the code, I find the lines: - Code: Select all
# Push the log message to Indigo's Event Log window. self._Log("WD Weather Data Updated")
From context I glork that putting a "#" character in front of a line comments it out. If I comment out the "self._Log..." line, what to I then need to do to get it to recompile without the logging; restart the server? Will it break anything if I do that?
|
| Sat Mar 20, 2010 11:45 am |
|
 |
|
jay (support)
Site Admin
Joined: Mar 19, 2008 Posts: 6651 Location: Austin, Texas
|
 Re: Getting weather data from Weather Display
That's correct - just put the hash in front of it to comment out that line. Then, just stopo the Indigo Server ("Stop Server" from the "Indigo 4" menu) and start it back up and it will recompile the python code.
_________________ Jay (Indigo Support)
|
| Sat Mar 20, 2010 12:01 pm |
|
 |
|
wikner
Joined: Nov 02, 2003 Posts: 88
|
 Re: Getting weather data from Weather Display
Thanks. It worked. Now, if I could just disable logging of the insteon events from my motion sensors, I could have a readable log.
|
| Sat Mar 20, 2010 12:22 pm |
|
 |
|
AlaskaDave
Joined: Oct 16, 2008 Posts: 214 Location: Juneau, Alaksa
|
 Re: Getting weather data from Weather Display
I'm wondering if anyone is using Weather Display with Indigo and has an Oregon Scientific weather station. I'm looking at an Oregon Scientific WMR200A due to it's ability to monitor remote Thermometer & Humidity Sensors. I would like to confirm with someone that the data obtained from these remote sensors can be pulled into Indigo using the Weather Display Mac - Indigo Webserver (IWS) Plug-in.
Thanks for any comments.
|
| Sun Aug 22, 2010 8:02 pm |
|
 |
|
artpics
Joined: Feb 24, 2009 Posts: 156 Location: Calabasas CA
|
 Re: Getting weather data from Weather Display
Dave i have the older wmr968 and not had one error running the plugin since launch. i have remote sensors i am sure the WMR200 is fully supported, the plugin thread for WD is here. http://www.weather-watch.com/smf/index. ... 104.0.htmlFYI amazon has the best price 
|
| Sun Aug 22, 2010 9:46 pm |
|
|