How do you have this connected?  Send the output of "ip addr"

# The traffic must pass through your VM to capture, something like this 
(interface names may vary):

Acurite Access <---> eth0 (Debian VM bridged) eth1 <---> (Home 
network/ethernet)

#  You will NOT see your Acurite traffic like if you are doing this:

Acurite Access <---> Home Network/Internet <---> Debian VM

Andy



On Friday, September 10, 2021 at 5:06:53 PM UTC-7 [email protected] wrote:

> Andy, 
>
>  sorry for the delay , 
>
>  here is the config i use
>
> [Interceptor]
>     driver = user.interceptor
>     device_type = wu-client
>     mode = sniff
>     iface = eth1
>     pcap_filter = src 192.168.30.166 and dst port 80
>
>
> and i get this error 
>
>
> Sep 10 19:02:35 debian weewx[1749] DEBUG weewx.engine: Loading service 
> weewx.engine.StdPrint
> Sep 10 19:02:35 debian weewx[1749] DEBUG weewx.engine: Finished loading 
> service weewx.engine.StdPrint
> Sep 10 19:02:35 debian weewx[1749] DEBUG weewx.engine: Loading service 
> weewx.engine.StdReport
> Sep 10 19:02:35 debian weewx[1749] DEBUG weewx.engine: Finished loading 
> service weewx.engine.StdReport
> Sep 10 19:02:35 debian weewx[1749] INFO __main__: Starting up weewx version 
> 4.5.1
> Sep 10 19:02:35 debian weewx[1749] DEBUG weewx.engine: Station does not 
> support reading the time
> Sep 10 19:02:35 debian weewx[1749] INFO weewx.engine: Using binding 
> 'wx_binding' to database 'weewx.sdb'
> Sep 10 19:02:35 debian weewx[1749] INFO weewx.manager: Starting backfill of 
> daily summaries
> Sep 10 19:02:35 debian weewx[1749] INFO weewx.manager: Daily summaries up to 
> date
> Sep 10 19:02:35 debian weewx[1749] INFO weewx.engine: Starting main packet 
> loop.
> Sep 10 19:02:45 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:02:55 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:03:03 debian snmpd[448]: error on subcontainer 'ia_addr' insert (-1)
> Sep 10 19:03:05 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:03:15 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:03:25 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:03:33 debian snmpd[448]: error on subcontainer 'ia_addr' insert (-1)
> Sep 10 19:03:35 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:03:45 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:03:55 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:04:03 debian snmpd[448]: error on subcontainer 'ia_addr' insert (-1)
> Sep 10 19:04:05 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:04:15 debian weewx[1749] DEBUG user.interceptor: empty queue
> Sep 10 19:04:25 debian weewx[1749] DEBUG user.interceptor: empty queue
>
>
> I have bonded both nic's on my debian box  and still no luck 
>
>
>
> On Thu, Sep 9, 2021 at 7:51 AM Andy <[email protected]> wrote:
>
>> I would use the SDR driver and a cheap dongle, but that is not what you 
>> are asking about. Make sure to read this 
>> <https://github.com/matthewwall/weewx-interceptor>. Can you post the 
>> weewx.conf [Interceptor] section? Are you creating a network bridge on your 
>> debian machine with the Access connected to one interface? Need more info 
>> on your setup.
>>
>> Andy
>>
>>
>>
>> On Wednesday, September 8, 2021 at 6:19:34 AM UTC-7 [email protected] 
>> wrote:
>>
>>> OK so i have found some info in the group but not specific -- so here is 
>>> the issue 
>>>
>>>  cannot get data 
>>>
>>> here is the setup 
>>>
>>> Atlas with Access reporting to WU no problem
>>>
>>> Access IP = 192.168.1.166 ( can see its webpage )
>>>
>>> weewx installed on Debian 10  
>>> Debian 10 is a VM  192.168.30.216 on a Hyper V host 192.168.30.19 
>>> The Hyper V host has 2 physical network adapters
>>> The Debian machine has 2 network adapters assigned to it 
>>> The Debian machine can ping and see the webpage for ACCESS 192.168.1.166
>>>
>>>
>>> which method should i use?  
>>> WU-CLIENT
>>> ACURITE-BRIDGE
>>> OBSERVER
>>>
>>> ???
>>>
>>>  I have tried all 3  and for each one i get  this error 
>>>
>>>
>>> sublyime@debian:/etc/weewx$ sudo tail -f /var/log/syslog
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL weewx.engine:     ****     
>>>  self._server = Consumer.TCPServer(address, port, handler)
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL weewx.engine:     ****   
>>>  File "/usr/share/weewx/user/interceptor.py", line 584, in __init__
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL weewx.engine:     ****     
>>>  TCPServer.__init__(self, (address, int(port)), handler)
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL weewx.engine:     ****   
>>>  File "/usr/lib/python3.7/socketserver.py", line 452, in __init__
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL weewx.engine:     ****     
>>>  self.server_bind()
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL weewx.engine:     ****   
>>>  File "/usr/lib/python3.7/socketserver.py", line 466, in server_bind
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL weewx.engine:     ****     
>>>  self.socket.bind(self.server_address)
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL weewx.engine:     **** 
>>>  OSError: [Errno 98] Address already in use
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL __main__: Unable to load 
>>> driver: [Errno 98] Address already in use
>>> Sep  8 07:37:10 debian weewx[5617] CRITICAL __main__:     **** 
>>>  Exiting...
>>>
>>>
>>> any help would be great 
>>>
>>> Thanks in advance 
>>>
>>>
>>>
>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/weewx-user/6t4IeOKz86c/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/dd38fabf-b681-43d1-8535-9acaac19c61an%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/dd38fabf-b681-43d1-8535-9acaac19c61an%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/66417418-a010-41ee-925d-c77e37175d17n%40googlegroups.com.

Reply via email to