System info
Platform: Linux-4.14.79-v7+-armv7l-with-debian-9.8
Python Version: 2.7.13
Load Information
1 minute load average: 0.04
5 minute load average: 0.07
15 minute load average: 0.02
General Weewx info
Weewx version 3.9.1 detected.
Station info
Station type: Interceptor
Driver: user.interceptor
Driver info
[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
# wu-client - any hardware that uses the weather underground protocol
device_type = wu-client
Currently installed extensions
Extension Name Version Description
interceptor 0.45 Capture weather data from HTTP requests
Archive info
Database name: weewx.sdb
Table name: archive
Version 2.0
Unit system: 1 (US)
First good timestamp: 2019-02-17 21:45:00 PST (1550468700)
Last good timestamp: 2019-02-18 10:35:00 PST (1550514900)
Number of records: 3
weewx (weewx.conf) is set to use an archive interval of 300 seconds.
The station hardware was not interrogated in determining archive interval.
Databases configured in weewx.conf
Database name: weewx.sdb
Database driver: weedb.sqlite
Database name: weewx
Database driver: weedb.mysql
Database host: localhost
Any suggestions?
Thanks,
Chris Maness
I am new to weewx. I am trying to use a ecowitt GW1000 bridge to set up CWOP reporting. I have my station reporting to WU with weewx running on raspberry pi as a hotspot. The GW1000 is connecting through my Pi. I am trying to use wu-intercept, but no joy. "I get: weewx[2692]: interceptor: MainThread: empty queue" in the syslog.
Any suggestions?
I could not get it to work with the GW1000 driver. I started using
wu-client again in sniff mode with wlan0 and the IP of the GW, and now
I see data. Now I need to get CWOP going. Also lighthttp is
configured to port 8080 for this thing to work on port 80. I set up
the hotspot using RaspAP, and I tried uninstalling and keeping the
hotspot configuration , but it did not work. Can lighthttpd be
configured to serve up only on the eth0 side (to see my weather data)?
That way it doesn't interfere with RaspAP. Not sure that is
possible.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/32768af7-4ff8-156c-b7cf-fb5fec27ad8e%40gmail.com.
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c345ed1d-4fb6-4dca-4658-6099548b2702%40gmail.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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/31c114bf-6a8a-ddba-705d-47945f0f9a5f%40gmail.com.
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c964c99d-f6e4-2ce1-b237-d3a289b7c917%40gmail.com.
According to Gary, I needed a comma after the single entry. I did post that line below exactly as you had it but with my personals. It did not work. Just having the basic lines that it comes with seems to work, but hit/miss fashion.
Chris KQ6UP
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAEMY9Fdi71osZsGbaFYrz_r3emvPWt7oXef3Y88G7S_Epxs0Pw%40mail.gmail.com.
It looks like its posting, but not showing up on the network:
Apr 26 13:25:21 raspberrypi weewx[12252]: restx: CWOP: packet:
KQ6UP>APRS,TCPIP*:@262025z3401.26N/11718.84W_352/006g011t096r000p000P000b10153h21L796.weewx-3.9.2-Interceptor#015
Apr 26 13:25:21 raspberrypi weewx[12252]: restx: CWOP: Connected
to server rotate.aprs.net:14580
Apr 26 13:25:22 raspberrypi weewx[12252]: restx: CWOP: Published
record 2020-04-26 13:25:00 PDT (1587932700)
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAEMY9Fdi71osZsGbaFYrz_r3emvPWt7oXef3Y88G7S_Epxs0Pw%40mail.gmail.com.
Chris,
I find it odd that if you make your CWOP section like mine that weewx falls on it's face unless something is funky when you copy and paste.
[[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 = true
station = KB1PVH-13
post_interval = 600
log_success = True
log_failure = True
server_list = rotate.aprs.net:14580, rotate.aprs2.net:14580, cwop.aprs.net:14580, cwop.aprs.net:23
passcode = xxxxxx
Dave-KB1PVH
I am starting to suspect I am having issues out of my network with port 14580. I tried cwop.aprs.net:23 for a single server, and it seems to be working.
When I tried rotate.aprs.net:14580 all by itself I got a:
Apr 26 00:25:30 raspberrypi weewx[1834]: restx: CWOP: Attempt 1 to rotate.aprs.net:14580. Connection error: [Errno 111] Connection refused
Thanks,
Chris KQ6UP