Page 1 of 1

Weather Control Pages

PostPosted: Sun Sep 04, 2016 9:09 am
by DaveL17
I'm always interested in how others use data from the plugin on control pages. Here's the latest version of my forecast page. Please post examples to this thread.

Screen Shot 2016-09-04 at 10.00.31 AM.png
Daily Forecast Page
Screen Shot 2016-09-04 at 10.00.31 AM.png (132.43 KiB) Viewed 3523 times


Thanks for sharing!
Dave

Re: Weather Control Pages

PostPosted: Sun Sep 04, 2016 6:49 pm
by ckeyes888
Here's one I'm setting up. The wind and rainfall are placeholders from
another page.

Carl

Re: Weather Control Pages

PostPosted: Mon Sep 05, 2016 1:16 am
by yassi
Nice!
I don't have a page yet (shame on me), but how did you get that charts guys? IndigoplotD? Or how?

Re: Weather Control Pages

PostPosted: Mon Sep 05, 2016 4:57 am
by DaveL17
yassi wrote:
Nice!
I don't have a page yet (shame on me), but how did you get that charts guys? IndigoplotD? Or how?

Carl is using a variation of a gnuplot script from this thread I believe. If want to try it for yourself and have any questions please post them to that thread. I'm creating roughly the same chart using matplotlib. I personally prefer matplotlib over gnuplot because matplotlib is written in Python (although I'll concede that each has its advantages and disadvantages.)

Cheers,
Dave.

Re: Weather Control Pages

PostPosted: Mon Sep 05, 2016 5:06 am
by DaveL17
ckeyes888 wrote:
Here's one I'm setting up. The wind and rainfall are placeholders from
another page.

Carl

Thanks for sharing Carl.
Dave

Re: Weather Control Pages

PostPosted: Mon Sep 05, 2016 5:25 am
by yassi
DaveL17 wrote:
yassi wrote:
Nice!
I don't have a page yet (shame on me), but how did you get that charts guys? IndigoplotD? Or how?

Carl is using a variation of a gnuplot script from this thread I believe. If want to try it for yourself and have any questions please post them to that thread. I'm creating roughly the same chart using matplotlib. I personally prefer matplotlib over gnuplot because matplotlib is written in Python (although I'll concede that each has its advantages and disadvantages.)

Cheers,
Dave.


Dave, thx!
Sorry if I posted my question in the wrong forum.
Ok. I have gnuplot (installed by Karl's IndigoPlotD.
Will give it a try.

Best,
Yassi

Re: Weather Control Pages

PostPosted: Mon Sep 05, 2016 6:12 am
by DaveL17
No worries! I just like to have the questions and answers in the place where folks are most likely to need them.

Good luck!
Dave

Re: Weather Control Pages

PostPosted: Mon Sep 05, 2016 2:35 pm
by ckeyes888
...and thanks again to Dave for all the help with charting!

Carl

Re: Weather Control Pages

PostPosted: Mon Sep 05, 2016 3:41 pm
by DaveL17
Always happy to help when I can.

Dave

Re: Weather Control Pages

PostPosted: Sat Sep 17, 2016 12:24 pm
by CraigM
DaveL17 wrote:
I'm always interested in how others use data from the plugin on control pages. Here's the latest version of my forecast page. Please post examples to this thread.

Screen Shot 2016-09-04 at 10.00.31 AM.png


Thanks for sharing!
Dave


Dave would you mind providing a screen shot of all the pref setting used to get this plot? It would really help as a learning tool in understanding IndigoplotD

Re: Weather Control Pages

PostPosted: Sat Sep 17, 2016 2:39 pm
by DaveL17
CraigM wrote:
Dave would you mind providing a screen shot of all the pref setting used to get this plot? It would really help as a learning tool in understanding IndigoplotD

Hi Craig - I don't use IndigoPlotD or SQL to generate my plots, I write my own Matplotlib scripts that plot from CSV files (or in this case, directly from two WUnderground Plugin devices.) Unfortunately, I don't know whether you can generate these plots with IndigoPlotD.

Dave