Re: [weewx-user] Re: Stuck with new install

2020-06-03 Thread Jamie Stephens
working on getting the file off my server but this was in the log overnight


Jun  3 09:16:58 weewx weewx[2201] message repeated 359 times: [ DEBUG 
user.interceptor: empty queue]
Jun  3 09:17:01 weewx CRON[2397]: (root) CMD (   cd / && run-parts --report 
/etc/cron.hourly)
Jun  3 09:17:08 weewx weewx[2201] DEBUG user.interceptor: empty queue
Jun  3 10:16:58 weewx weewx[2201] message repeated 359 times: [ DEBUG 
user.interceptor: empty queue]
Jun  3 10:17:01 weewx CRON[2421]: (root) CMD (   cd / && run-parts --report 
/etc/cron.hourly)
Jun  3 10:17:08 weewx weewx[2201] DEBUG user.interceptor: empty queue
Jun  3 10:24:58 weewx weewx[2201] message repeated 47 times: [ DEBUG 
user.interceptor: empty queue]
Jun  3 10:25:01 weewx CRON[2427]: (root) CMD (test -x /usr/sbin/anacron || 
( cd / && run-parts --report /etc/cron.daily ))
Jun  3 10:25:08 weewx weewx[2201] DEBUG user.interceptor: empty queue
Jun  3 10:46:58 weewx weewx[2201] message repeated 131 times: [ DEBUG 
user.interceptor: empty queue]

On Tuesday, June 2, 2020 at 11:40:02 PM UTC-4, Glenn McKechnie wrote:
>
> On 03/06/2020, Jamie Stephens > wrote: 
> > The att bed season log is the debug log 
>
> the session.log you attached is the weewx.conf file. 
>
> The output from the system log is required. 
>
> https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user 
>
> -- 
>
>
> Cheers 
>  Glenn 
>
> rorpi - read only raspberry pi & various weewx addons 
> https://github.com/glennmckechnie 
>

-- 
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/b25ac536-25f1-48a1-83e7-346926fcd6c2%40googlegroups.com.


Re: [weewx-user] Re: Stuck with new install

2020-06-02 Thread Glenn McKechnie
On 03/06/2020, Jamie Stephens  wrote:
> The att bed season log is the debug log

the session.log you attached is the weewx.conf file.

The output from the system log is required.

https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user

-- 


Cheers
 Glenn

rorpi - read only raspberry pi & various weewx addons
https://github.com/glennmckechnie

-- 
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/CAAraAzgq9bu3Wy8nNeJ%2BBdgEX9zgrRmmppRgwYvoP%2B1kBvO-QQ%40mail.gmail.com.


Re: [weewx-user] Re: Stuck with new install

2020-06-02 Thread Jamie Stephens

maybe i'm in over my head but not getting data. all i'm looking for is a 
way to push to WU and CWOP, don't care about myacurite 

when i try to web to 

 

>
>> ##
>> #   This section is for information about the station.
>> [Station]
>> # Description of the station location
>> location = South Point Landing Belmont NC
>> # Latitude in decimal degrees. Negative for southern hemisphere
>> latitude = 35.174819
>> # Longitude in decimal degrees. Negative for western hemisphere.
>> longitude = -81.024192
>> # Altitude of the station, with unit it is in. This is downloaded from
>> # from the station if the hardware supports it.
>> altitude = 663, foot
>> # Set to type of station hardware. There must be a corresponding 
>> stanza
>> # in this file with a 'driver' parameter indicating the driver to be 
>> used.
>> station_type = Interceptor
>> # If you have a website, you may specify an URL
>> #station_url = http://www.example.com
>> # The start of the rain year (1=January; 10=October, etc.). This is
>> # downloaded from the station if the hardware supports it.
>> rain_year_start = 1
>> # Start of week (0=Monday, 6=Sunday)
>> week_start = 6
>>
>> ##
>> [Interceptor]
>> # This section is for the network traffic interceptor driver.
>> # The driver to use:
>> driver = user.interceptor
>> # Specify the hardware device to capture.  Options include:
>> #   acurite-bridge - acurite internet bridge, smarthub, or access
>> #   observer - fine offset WH2600/HP1000/HP1003, ambient WS2902
>> #   lw30x - oregon scientific LW301/LW302
>> #   lacrosse-bridge - lacrosse GW1000U/C84612 internet bridge
>> #   ecowitt-client - any hardware that uses the ecowitt protocol
>> #   wu-client - any hardware that uses the weather underground 
>> protocol
>> device_type = acurite-bridge
>>
>> ##
>> [Simulator]
>> # This section is for the weewx weather station simulator
>> # The time (in seconds) between LOOP packets.
>> loop_interval = 2.5
>> # The simulator mode can be either 'simulator' or 'generator'.
>> # Real-time simulator. Sleep between each LOOP packet.
>> mode = simulator
>> # Generator.  Emit LOOP packets as fast as possible (useful for 
>> testing).
>> #mode = generator
>> # The start time. Format is -mm-ddTHH:MM. If not specified, the 
>> default 
>> # is to use the present time.
>> #start = 2011-01-01T00:00
>> # The driver to use:
>> driver = weewx.drivers.simulator
>>
>> ##
>> #   This section is for uploading data to Internet sites
>> [StdRESTful]
>> [[StationRegistry]]
>> # To register this weather station with weewx, set this to true
>> register_this_station = false
>> [[AWEKAS]]
>> # This section is for configuring posts to AWEKAS.
>> # If you wish to do this, set the option 'enable' to true,
>> # and specify a username and password.
>> # To guard against parsing errors, put the password in quotes.
>> enable = false
>> username = replace_me
>> password = replace_me
>> [[CWOP]]
>> # This section is for configuring posts to CWOP.
>> # If you wish to do this, set the option 'enable' to true,
>> # and specify the station ID (e.g., CW1234).
>> enable = false
>> station = replace_me
>> # If this is an APRS (radio amateur) station, uncomment
>> # the following and replace with a passcode (e.g., 12345).
>> #passcode = replace_me (APRS stations only)
>> [[PWSweather]]
>> # This section is for configuring posts to PWSweather.com.
>> # If you wish to do this, set the option 'enable' to true,
>> # and specify a station and password.
>> # To guard against parsing errors, put the password in quotes.
>> enable = false
>> station = replace_me
>> password = replace_me
>> [[WOW]]
>> # This section is for configuring posts to WOW.
>> # If you wish to do this, set the option 'enable' to true,
>> # and specify a station and password.
>> # To guard against parsing errors, put the password in quotes.
>> enable = false
>> station = replace_me
>> password = replace_me
>> [[Wunderground]]
>> # This section is for configuring posts to the Weather 
>> Underground.
>> # If you wish to do this, set the option 'enable' to true,
>> # and specify a station (e.g., 'KORHOODR3') and password.
>> # To guard against parsing errors, put the password in quotes.
>> enable = true
>> 

Re: [weewx-user] Re: Stuck with new install

2020-06-02 Thread Jamie Stephens
I changed Apache to 8000 and weeex starts.

Now working on getting some data.

On Tue, Jun 2, 2020 at 5:05 PM mwall  wrote:

> you'll need to post the configuration file, and it would help to see the
> first part of the log, not just the exception.
>
> but the exception you posted indicates that you told the interceptor to
> listen on a port that is already in use by some other process
>
> change the listen port and the exception will go away
>
> m
>
> --
> 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/23e547b3-32f0-43b7-b3e5-77225a10707e%40googlegroups.com
> 
> .
>

-- 
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/CABWMpWSyBKjQWhXRhZJoF_tfWdfrkwMuY1%3D8tD0DPppFsMk1oQ%40mail.gmail.com.