[weewx-user] Re: Trying to connect with WU

2018-02-02 Thread William

Thank you for the pointers and tips!  Andrew, with the straight forward 
methodology and Vince, with a learning link  and advice to get going.  I think 
I got it working.  I used Nano to edit the weewx file.  WU appears to be 
pulling from my station.  

I will let WU run for a bit and then see about other sites.   Might be 
something out there I will like better. 

William

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Trying to connect with WU

2018-02-02 Thread vince
On Thursday, February 1, 2018 at 10:08:25 PM UTC-8, William wrote:
>
> Tried in Terminal by changing directory to where the file is.  Not sure 
> what command to invoke.  Also tried opening up the file directly, making 
> changes to save only to be met with can’t save file.   
>


   - you need to know how to edit files on the pi.  I'd suggest any of the 
   zillions of new pi user web-based references for how to get started.  One 
   such class is 
   https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-1 
   which is self-paced and free (if you sign up, just don't go for the 
   'certificate', do it for free).


   - you're on a raspi so you are likely logged in as the unprivileged "pi" 
   user.  You will have to preface your commands with "sudo" to run the editor 
   with elevated permissions so it can save the file

 

> P.s.   appears to be two .conf files.  An original and one with current 
> date.   



   - weewx.conf is the current one.  The one(s) with a timestamp are older 
   ones with the datestamp showing when it was created.  It's a nice feature 
   if you do things like add an extension or skin which changes content and 
   you later mess something up editing by hand, or want to quickly back out 
   the addition.  You just swap the older variant into place and restart weewx 
   and you're back to where you were before essentially.


   - short answer for WU is you need to edit weewx.conf to set your station 
   parameters and restart weewx and you'll be done, once you can edit a text 
   file comfortably.  Be aware, though, that WU is pretty unstable for most 
   people.   If you find any 'unexpected features' once you see data appearing 
   there, it's likely the WU side.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Trying to connect with WU

2018-02-01 Thread Andrew Milner
Go in small steps:

1.  get weewx running in simulator mode, and generating reports



2.  stop weewx, DELETE database (which contains simulator data)
3.  reconfigure to take data from your weather station instead of simulator
4.  restart weewx
5.  Make sure all looks good

-

6.  stop weewx
7.  reconfigure weewx.conf to also update to WU without rapidfire
8. restart weewx
9. Make sure all looks good - WU site being updates, reports being 
generated, log showing no issues

-

10. stop weewx
11. reconfigure to enable rapidfire to WU
12. restart weewx

--

13.  Sit back, relax and read/peruse the weewx documentation over and over 
again from cover to cover!!




On Friday, 2 February 2018 08:08:25 UTC+2, William wrote:

> Hi everyone.   Still very very new to RP3, Rasbian and Weewx.  Have a new 
> Davis Vantage Pro 2 and a datalogger.  Been trying for a couple of,hours to 
> upload to WU (have my station ID and password). 
>
> I read where to change the switches enable = true, station /pw and rapid 
> fire = true under [StdRESTful] with weewx.conf as the key.  So I think I’m 
> at the right Church, just have to find that pew.   
>
> Tried in Terminal by changing directory to where the file is.  Not sure 
> what command to invoke.  Also tried opening up the file directly, making 
> changes to save only to be met with can’t save file.   
>
> P.s.   appears to be two .conf files.  An original and one with current 
> date.   
>
> Help please :) 
>
> Thanks, 
>
> William

-- 
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.
For more options, visit https://groups.google.com/d/optout.