I am using the sniff mode, but I have a network switch set up with port
mirroring: I added the pcap filter as I run multiple weather stations and
do not want to get the other stations data going to wunderground.
[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
mode = sniff
iface = eth0
pcap_filter = src 192.168.7.128 and dst port 80
###########################################################################
On Tuesday, September 3, 2019 at 2:40:04 PM UTC-5, Paul Levin wrote:
>
>
>
> On Tuesday, September 3, 2019 at 12:23:30 PM UTC-4, Xant wrote:
>>
>>
>> Paul
>>
>> If you succeeded in use the installer, it may have adjusted your
>> 'weewx.conf' already. If not, include the following:
>>
>> [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
>> mode = listen
>> port = 80
>>
>>
>> As the above, I used to use 'mode = listen'.
>>
>> Also, certify that 'station_type = Interceptor'
>>
>> Start WeeWX and verify status/log.
>>
>> If all seems Ok, double-check by command underneath (as mentioned in
>> driver notes):
>>
>> PYTHONPATH=bin python bin/user/interceptor.py --device=acurite-bridge
>> --mode=sniff --iface=eth0 --filter="src [Station-IP] and dst port 80"
>>
>>
>>
>> Xant
>>
>
>
> Xant and others. Thank you for your time, but nothing seems to work. It
> would be great if someone who is using an atlas would care to share their
> config file. If I saw it, I'd probably be on my way to getting this up and
> running.
> -- Paul
>
>
>
> On Tuesday, September 3, 2019 at 12:23:30 PM UTC-4, Xant wrote:
>>
>>
>> Paul
>>
>> If you succeeded in use the installer, it may have adjusted your
>> 'weewx.conf' already. If not, include the following:
>>
>> [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
>> mode = listen
>> port = 80
>>
>>
>> As the above, I used to use 'mode = listen'.
>>
>> Also, certify that 'station_type = Interceptor'
>>
>> Start WeeWX and verify status/log.
>>
>> If all seems Ok, double-check by command underneath (as mentioned in
>> driver notes):
>>
>> PYTHONPATH=bin python bin/user/interceptor.py --device=acurite-bridge
>> --mode=sniff --iface=eth0 --filter="src [Station-IP] and dst port 80"
>>
>>
>>
>> Xant
>>
>
--
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/de2edf4c-1969-4952-9f30-f06bacfd43b8%40googlegroups.com.