[weewx-user] Re: whew and gw1000

2020-10-01 Thread gjr80
All of your skins are set to use /var/www/html/weewx as HTML_ROOT so it will be impossible for the FTP report to distinguish between what you want uploaded and what you don't. On the basis of you just wanting testtags.php and the clientraws (and presumably the windrose) uploaded I would put

[weewx-user] Re: whew and gw1000

2020-10-01 Thread Luke Marcum
# This section specifies what reports, using which skins, to generate. [StdReport] # Where the skins reside, relative to WEEWX_ROOT SKIN_ROOT = /etc/weewx/skins # Where the generated reports should go, relative to WEEWX_ROOT HTML_ROOT = /var/www/html/weewx #

[weewx-user] Re: whew and gw1000

2020-09-30 Thread gjr80
It all comes down to here WeeWX is placing your generated files and what directory hierarchy is being used. If everything is being lumped in the same single directory then the FTP report cannot discriminate between them. Rather than up playing to and fro perhaps it might be easiest if you post

Re: [weewx-user] Re: whew and gw1000

2020-09-30 Thread Luke Marcum
I still want some files to uploaded such as testtags and clienttraw. Should I still do this? On Thursday, October 1, 2020 at 1:32:53 AM UTC-4 graha...@gmail.com wrote: > under [[FTP]] set ‘enable = false’. > you will still see the files generated under HTML_ROOT directory; they > just won’t

Re: [weewx-user] Re: whew and gw1000

2020-09-30 Thread Graham Eddy
under [[FTP]] set ‘enable = false’. you will still see the files generated under HTML_ROOT directory; they just won’t be copied to remote host > On 1 Oct 2020, at 2:19 pm, Luke Marcum > wrote: > > Here is my website(www.ekyrrgweather.com ) and > as you can see

[weewx-user] Re: whew and gw1000

2020-09-30 Thread Luke Marcum
Here is my website(www.ekyrrgweather.com) and as you can see its uploading the index.html and its being displayed on my website. I want to stop this from happening, but I still want to be able to access this on my pi which is running my weewx. What way can I stop the upload of the index.html

[weewx-user] Re: whew and gw1000

2020-09-29 Thread gjr80
The FTP report uploads everything within and below the HTML_ROOT directory. If there are files being uploaded by the FTP report that you don't want uploaded there are a few different approaches that can be used to stop the unwanted files being

[weewx-user] Re: whew and gw1000

2020-09-28 Thread Luke Marcum
One last problem for now. I got the FTP to work and it was uploading all the stuff I needed such as the test tags.php, etc. There was also stuff I didn't want that was being uploaded like a bunch of png's. How can I only upload the stuff I need for my Saratoga template which is the clientraw

[weewx-user] Re: whew and gw1000

2020-09-18 Thread gjr80
All WeeWX-WD is a couple of WeeWX services and a number of WeeWX reports/skins that generate the output. If you want to change where the reports/skins create their output then yes that is what you need to do. Have a look at your [StdReport] stanza and the corresponding skins. Gary On

[weewx-user] Re: whew and gw1000

2020-09-18 Thread Luke Marcum
So, Im using weedwd to update my site for the Saratoga template. Is this still how I would do it? On Friday, September 18, 2020 at 8:54:59 PM UTC-4 gjr80 wrote: > You can change the location that WeeWX uses to save generated reports by > setting the HTML_ROOT config option. HTML_ROOT is set

[weewx-user] Re: whew and gw1000

2020-09-18 Thread gjr80
You can change the location that WeeWX uses to save generated reports by setting the HTML_ROOT config option. HTML_ROOT is set in the [StdReport] stanza in weewx.conf, if you set HTML_ROOT immediately under [StdReport] the setting will apply to all reports but you can override HTML_ROOT for

[weewx-user] Re: whew and gw1000

2020-09-18 Thread Luke Marcum
Ok, now that its been working for a while weewxwd has been updating to my website. Its been updating to a WD folder but I want to change it where it updates to "public_html" how do I do this? On Friday, August 21, 2020 at 8:51:26 PM UTC-4 Luke Marcum wrote: > Yes it is! > > > On Friday,

[weewx-user] Re: whew and gw1000

2020-08-21 Thread Luke Marcum
Yes it is! On Friday, August 21, 2020 at 12:52:55 AM UTC-4, rich T wrote: > > In the weewx.config file, is your FTP section setup? > > On Friday, August 21, 2020 at 12:35:51 AM UTC-4, Luke Marcum wrote: >> >> Its out on the internet and I used the Saratoga Template! >> >> On Friday, August 21,

[weewx-user] Re: whew and gw1000

2020-08-20 Thread rich T
In the weewx.config file, is your FTP section setup? On Friday, August 21, 2020 at 12:35:51 AM UTC-4, Luke Marcum wrote: > > Its out on the internet and I used the Saratoga Template! > > On Friday, August 21, 2020 at 12:34:54 AM UTC-4, rich T wrote: >> >> Is it local (on local network) or out on

[weewx-user] Re: whew and gw1000

2020-08-20 Thread Luke Marcum
Its out on the internet and I used the Saratoga Template! On Friday, August 21, 2020 at 12:34:54 AM UTC-4, rich T wrote: > > Is it local (on local network) or out on internet? > > On Friday, August 21, 2020 at 12:04:54 AM UTC-4, Luke Marcum wrote: >> >> Ok, now that Ive finished configuration,

[weewx-user] Re: whew and gw1000

2020-08-20 Thread rich T
Is it local (on local network) or out on internet? On Friday, August 21, 2020 at 12:04:54 AM UTC-4, Luke Marcum wrote: > > Ok, now that Ive finished configuration, how to I get weewx-wd to send the > testtags file to my website? > > -- You received this message because you are subscribed to

[weewx-user] Re: whew and gw1000

2020-08-20 Thread Luke Marcum
Ok, now that Ive finished configuration, how to I get weewx-wd to send the testtags file to my website? On Wednesday, August 19, 2020 at 9:41:09 PM UTC-4, gjr80 wrote: > > That is good to hear. > > Gary > > On Thursday, 20 August 2020 11:20:20 UTC+10, Luke Marcum wrote: >> >> Thanks so much!

[weewx-user] Re: whew and gw1000

2020-08-19 Thread gjr80
That is good to hear. Gary On Thursday, 20 August 2020 11:20:20 UTC+10, Luke Marcum wrote: > > Thanks so much! Just tried it out and it worked! > > On Wednesday, August 19, 2020 at 9:15:45 PM UTC-4, Luke Marcum wrote: >> >> Its fine! >> >> On Wednesday, August 19, 2020 at 7:35:56 PM UTC-4, gjr80

[weewx-user] Re: whew and gw1000

2020-08-19 Thread Luke Marcum
Thanks so much! Just tried it out and it worked! On Wednesday, August 19, 2020 at 9:15:45 PM UTC-4, Luke Marcum wrote: > > Its fine! > > On Wednesday, August 19, 2020 at 7:35:56 PM UTC-4, gjr80 wrote: >> >> Have published the WeeWX-WD >>

[weewx-user] Re: whew and gw1000

2020-08-19 Thread Luke Marcum
Its fine! On Wednesday, August 19, 2020 at 7:35:56 PM UTC-4, gjr80 wrote: > > Have published the WeeWX-WD > v2.0.0 release just > now. Download and installation should work as per the readme. My apologies > for the delay. > > Gary > > On

[weewx-user] Re: whew and gw1000

2020-08-19 Thread gjr80
Have published the WeeWX-WD v2.0.0 release just now. Download and installation should work as per the readme. My apologies for the delay. Gary On Tuesday, 18 August 2020 22:41:09 UTC+10, gjr80 wrote: > > Rich, thanks, indeed I did not

[weewx-user] Re: whew and gw1000

2020-08-19 Thread Luke Marcum
How do I install it if I just download the file? On Tuesday, August 18, 2020 at 7:22:09 AM UTC-4, rich T wrote: > > Gary > > Believe this is the issue that Luke is having: > > pi@raspberrypi:~ $ wget -P /var/tmp >

[weewx-user] Re: whew and gw1000

2020-08-18 Thread gjr80
Rich, thanks, indeed I did not publish a 2.0.0 release package and hence the 404 error. Luke. As Rich points out you can download a zip of the repo and that will install, my concern is whether there are any outstanding issues with 2.0.0. >From memory I had them all sorted and then other

[weewx-user] Re: whew and gw1000

2020-08-18 Thread rich T
Gary Believe this is the issue that Luke is having: pi@raspberrypi:~ $ wget -P /var/tmp https://github.com/gjr80/weewx-weewx-wd/releases/download/v2.0.0/weewxwd-2.0.0.tar.gz --2020-08-18 07:17:01-- https://github.com/gjr80/weewx-weewx-wd/releases/download/v2.0.0/weewxwd-2.0.0.tar.gz Resolving