I've been banging my head against a rock for several hours now and had this 
working previously, sadly I rsynced over my working config and had to 
rebuild. 

Anyway, I've got 3 reporting stations and have the hardware addresses of 
each, everything but windspeed and winddir is working now and I can't seem 
to figure out what I'm missing. 

Interceptor config looks like this currently, 
[Interceptor]
    driver = user.interceptor
    device_type = acurite-bridge

    mode = sniff
    iface = eth0
    pcap_filter = src 192.168.10.100 and dst port 80
    [[sensor_map]]
        #Outside Weather Station
        outTemp = temperature.00002089.*
        pressure = pressure.00002089.*
        outHumidity = humidity.00002089.*
        windSpeed = windspeed.0002089.*
        windDir = winddir.00002089.*
        rain = rain_total.00002089.*

And debug output looks like this, (mild scrub)
Mar 25 15:59:32 HOSTNAME weewx[10565]: interceptor: MainThread: raw packet: 
{'dateTime.00002089.000000000000': 1490471972, 
'sensor_type.00002089.000000000000': '5N1x31', 
'rainfall.00002089.000000000000': None, 'sensor_id.00002089.000000000000': 
'00002089', 'dateTime': 1490471972, 'bridge_id.00002089.000000000000': 
'000000000000', 'rssi.00002089.000000000000': 50.0, 
'winddir.00002089.000000000000': 45.0, 'usUnits.00002089.000000000000': 1, 
'battery.00002089.000000000000': 0, 'pressure.00002089.000000000000': 
29.96, 'windspeed.00002089.000000000000': 1.0, 
'rain_total.00002089.000000000000': 0.02, 'usUnits': 1}

WeeWX v3.7.1
Latest interceptor driver

Any help, guidance, suggestions, or sarcasm are gladly accepted at this 
point. 

Thanks.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to