I'm not able to see any data coming from my PWS. I have a N23DQ weather station, console. I can change the IP address from "
www.wunderground.com" to my PI 3. however weewx interceptor does nor receive any data.
I have tried tcpdump (see capture.png)
I have tried the python script interceptor.py (see capture2.png)
but there is no log output.
I have tried interceptor config for listen mode and sniffing mode, below is the config for sniffing
Are you able to offer any advice?
[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 = observer
# port = 08080
#address = 192.168.1.135
mode = sniff
iface = wlan0
pcap_filter = src 192.168.1.135 and dst port 80