[weewx-user] Re: I need to change the url for my registered station website

2020-04-10 Thread gjr80
OK, could be something to do with the anti-spam measures in the website map 
scripts, there is some filtering of URLs to reduce spam. Matthew would 
know, my PERL is not that good.

Gary

On Saturday, 11 April 2020 03:16:06 UTC+10, beachboy wrote:
>
> Ok, I think I've got it. my urll did not include http://www. so weewx 
> didn't publish it. Looks like its working now. Thanks for the guidance. 
>
> On Wednesday, March 25, 2020 at 9:14:17 PM UTC-7, beachboy wrote:
>>
>> I had a couple of errors in the station_url in weewx.conf when I 
>> originally setup weewx. I was able to correct the first error (the 
>> directory at the web site) which may have registered a second station (see 
>> below). To correct the second error (the dot after www) I tried changing 
>> station_url again to the correct value and again had weewx reread conf 
>> (kill -HUP ). But this change does not appear on the weewx map.
>>
>> The set up process was not easy as my wmr200 was providing incorrect 
>> historical data and it took some effort to find and change the 
>> erase_archive parameter) And I tried to set up on both a mac and rpi before 
>> I got a valid installation so many methods were tried which also may have 
>> left some residue i.e. that may be where the duplicate stations came from.
>>
>> I am hoping for a less drastic solution than *Reinstall* so any 
>> suggestion are welcome.
>>
>> Thanks
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/c691d115-b66d-4feb-85b0-e6cc5c6b6f56%40googlegroups.com.


[weewx-user] Re: I need to change the url for my registered station website

2020-04-10 Thread beachboy
Ok, I think I've got it. my urll did not include http://www. so weewx 
didn't publish it. Looks like its working now. Thanks for the guidance. 

On Wednesday, March 25, 2020 at 9:14:17 PM UTC-7, beachboy wrote:
>
> I had a couple of errors in the station_url in weewx.conf when I 
> originally setup weewx. I was able to correct the first error (the 
> directory at the web site) which may have registered a second station (see 
> below). To correct the second error (the dot after www) I tried changing 
> station_url again to the correct value and again had weewx reread conf 
> (kill -HUP ). But this change does not appear on the weewx map.
>
> The set up process was not easy as my wmr200 was providing incorrect 
> historical data and it took some effort to find and change the 
> erase_archive parameter) And I tried to set up on both a mac and rpi before 
> I got a valid installation so many methods were tried which also may have 
> left some residue i.e. that may be where the duplicate stations came from.
>
> I am hoping for a less drastic solution than *Reinstall* so any suggestion 
> are welcome.
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/635a02bd-478d-4704-801e-1d45c68be99d%40googlegroups.com.


[weewx-user] Re: I need to change the url for my registered station website

2020-04-09 Thread gjr80
OK, and what appeared in the log 840 odd seconds earlier? Once WeeWX is running 
it only updates the station registry every 7 days (or every 604800 seconds). 
That log entry tells us that the last update occurred 840 seconds ago and it is 
while yet until WeeWX hits the 7 elapsed days for the next update. If you can’t 
see the update in the log just restart WeeWX and post an extract of the log 
showing the full startup and at least two report cycles.

Gary

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/22f00b13-5eed-4c4e-a4e6-624e71b9dda4%40googlegroups.com.


[weewx-user] Re: I need to change the url for my registered station website

2020-04-09 Thread beachboy
I have re-started weewx and see this:

After (finally) re-starting I see the re: station registry:

restx: StationRegistry: wait interval (840 < 604800) has not passed for 
record 2020-04-09 21:48:00 PDT (1586494080)

On Wednesday, March 25, 2020 at 9:14:17 PM UTC-7, beachboy wrote:
>
> I had a couple of errors in the station_url in weewx.conf when I 
> originally setup weewx. I was able to correct the first error (the 
> directory at the web site) which may have registered a second station (see 
> below). To correct the second error (the dot after www) I tried changing 
> station_url again to the correct value and again had weewx reread conf 
> (kill -HUP ). But this change does not appear on the weewx map.
>
> The set up process was not easy as my wmr200 was providing incorrect 
> historical data and it took some effort to find and change the 
> erase_archive parameter) And I tried to set up on both a mac and rpi before 
> I got a valid installation so many methods were tried which also may have 
> left some residue i.e. that may be where the duplicate stations came from.
>
> I am hoping for a less drastic solution than *Reinstall* so any suggestion 
> are welcome.
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9b4cab3d-5241-498e-9020-8fee034a6b51%40googlegroups.com.


[weewx-user] Re: I need to change the url for my registered station website

2020-03-26 Thread beachboy
Thanks, I will try a re-start and see if I see the StationRegistry message. 
I looked for it after kill -HUP but didn't see it. 

Thanks again and actually I try not to to think of windows!

On Wednesday, March 25, 2020 at 9:14:17 PM UTC-7, beachboy wrote:
>
> I had a couple of errors in the station_url in weewx.conf when I 
> originally setup weewx. I was able to correct the first error (the 
> directory at the web site) which may have registered a second station (see 
> below). To correct the second error (the dot after www) I tried changing 
> station_url again to the correct value and again had weewx reread conf 
> (kill -HUP ). But this change does not appear on the weewx map.
>
> The set up process was not easy as my wmr200 was providing incorrect 
> historical data and it took some effort to find and change the 
> erase_archive parameter) And I tried to set up on both a mac and rpi before 
> I got a valid installation so many methods were tried which also may have 
> left some residue i.e. that may be where the duplicate stations came from.
>
> I am hoping for a less drastic solution than *Reinstall* so any suggestion 
> are welcome.
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b2a5339f-d9d1-4654-940e-e191581193fb%40googlegroups.com.


[weewx-user] Re: I need to change the url for my registered station website

2020-03-25 Thread gjr80
Hi,

Regards the incorrect station URLs that may have been posted, as long as 
you now have the correct station URL in weewx.conf don't worry about the 
old ones, they will disappear in due course (as long as you don't use any 
of the incorrect URLs in weewx.conf again).

As for your correct station URL, once you have it entered in weewx.conf 
(and have saved weewx.conf) restart WeeWX and check the log from startup 
and find the first report cycle, you should see something like this in your 
log:

Mar 12 19:00:16 cockatoo weewx-vantage[18954] INFO weewx.restx: 
StationRegistry: Published record 2020-03-12 19:00:00 AEST (1584003600)

which indicates your URL has been published. Not sure how long it takes to 
appear though.

Certainly no need to reinstall, you must be thinking of Windows :)

Gary


On Thursday, 26 March 2020 14:14:17 UTC+10, beachboy wrote:
>
> I had a couple of errors in the station_url in weewx.conf when I 
> originally setup weewx. I was able to correct the first error (the 
> directory at the web site) which may have registered a second station (see 
> below). To correct the second error (the dot after www) I tried changing 
> station_url again to the correct value and again had weewx reread conf 
> (kill -HUP ). But this change does not appear on the weewx map.
>
> The set up process was not easy as my wmr200 was providing incorrect 
> historical data and it took some effort to find and change the 
> erase_archive parameter) And I tried to set up on both a mac and rpi before 
> I got a valid installation so many methods were tried which also may have 
> left some residue i.e. that may be where the duplicate stations came from.
>
> I am hoping for a less drastic solution than *Reinstall* so any suggestion 
> are welcome.
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f28b9951-3df0-40f6-8971-4f33dd49e9cb%40googlegroups.com.