Sorry l’m a total newbee. Got weewx going no problems from the DEB package. 
Would like to register the station and post the data to Weather Underground. I 
don’t understand how to get  weewx.conf to work. I have changed directory to:
$ cd /etc/weewx 
But now what? sudo wee_congif —reconfigure does not bring anything in the 
following section of the user guide: [StdRESTful]

This is my first Raspberry Pi project, and don’t understand permissions and the 
directories yet. Any basic references would be appreciated. I bought “Exploring 
Raspberry Pi” by Derek Molly. This book isn’t really helping too much, I think 
I need it dumbed down to start.
Thanks, Brandon

User Guide Section:
[StdRESTful]
This section is for configuring the StdRESTful services, which upload to simple 
RESTful servers such as the Weather Underground, PWSweather.com, or CWOP.

[[StationRegistry]]
A registry of weeWX weather stations is maintained at weewx.com. Stations are 
displayed on a map and a list at http://weewx.com/stations.html

How does the registry work? Individual weather stations periodically contact 
the registry. Each station provides a URL to identify itself, plus other 
information such as the station type and weeWX version. No personal 
information, nor any meteorological data, is sent.

To add your station to this list, you must do two things:

Enable the StationRegistry in weewx.conf by setting the option 
register_this_station to True. Your station will contact the registry once per 
week. If your station does not contact the registry for about a month, it will 
be removed from the list.
Provide a station_url, either in section [Station], or in the 
[[StationRegistry]] section.
The station_url is used to uniquely identify each station, so choose it 
carefully before you set register_this_station to True.

[StdRestful]
    [[StationRegistry]]
        register_this_station = True
register_this_station
Set this to True to register the weather station.

-- 
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.

Reply via email to