Gents, did upgrade to Ubuntu 20.04 which is now python3 based so it broke 
my python2 based weewx/interceptor config.

I did a clean install using python3-weewx_4.0.0b18-1_all.deb which AFAIK is 
the only one supporting python3. Some hickups
around necessary packages (python3-usb ; -serial and -obj) but nothing 
major.

Then installed latest weewx-interceptor - again some hickups to get the 
pcap running but again nothing major. A quick pip install
solved that. I am doing wu interception.

Extension Name    Version   Description
interceptor       0.54      Capture weather data from HTTP requests

Now the service is running, but I am not seeing any packets being captured:

Apr 28 15:27:52 server weewx[597240] message repeated 4 times: [ DEBUG 
user.interceptor: empty queue]
Apr 28 15:28:02 server weewx[597240] DEBUG user.interceptor: empty queue
Apr 28 15:28:12 server weewx[597240] DEBUG user.interceptor: empty queue
Apr 28 15:29:12 server weewx[597240] message repeated 6 times: [ DEBUG 
user.interceptor: empty queue]
Apr 28 15:29:22 server weewx[597240] DEBUG user.interceptor: empty queue
Apr 28 15:29:32 server weewx[597240] DEBUG user.interceptor: empty queue
Apr 28 15:29:42 server weewx[597240] DEBUG user.interceptor: empty queue

Just to be 200% I used wireshark to see if the device is still sending 
packages and it is fine, sending a packet
every minute up to WU.

My interceptor config:

[Interceptor]
    driver = user.interceptor
    device_type = wu-client
    mode = sniff
    iface = eth0
    pcap_filter = src 192.168.0.68 and dst port 80
    promiscuous = True

I tried both promiscuous True and False - no change.

Any ideas ? Thanks in advance !
CU
Max


-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/dc1c3ae4-0fde-435a-ba48-2afb1c59bd5f%40googlegroups.com.

Reply via email to