WeeWX Group
Acurite Atlas under Hijack DNS using Interceptor driver reports the
following (same info, regardless of device="wu-client", or
device="acurite-bridge"):
PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/interceptor.py
--device=*wu-client* --mode=listen --port=80 --debug
identifiers: {}
raw data:
ID=KNYCLIFT14&PASSWORD=xxxxxx&softwaretype=myAcuRite&dateutc=now&action=updateraw&realtime=1&rtfreq=35&baromin=29.75&UV=1&humidity=71&tempf=78.7&windspeedmph=0&winddir=347&windgustmph=2&windgustdir=118&dewptf=68.5&dailyrainin=0.04&rainin=0.00
raw packet: {'wind_speed': 0.0, 'barometer': 29.75, 'wind_gust': 2.0,
'dewpoint': 68.5, 'humidity_out': 71.0, 'uv': 1.0, 'rain': None,
'dateTime': 1565280428, 'temperature_out': 78.7, 'wind_dir': 347.0,
'rain_total': 0.04, 'wind_gust_dir': 118.0, 'usUnits': 1}
mapped packet: {'barometer': 29.75, 'dewpoint': 68.5, 'outHumidity': 71.0,
'UV': 1.0, 'rain': None, 'dateTime': 1565280428, 'windDir': 347.0,
'outTemp': 78.7, 'windSpeed': 0.0, 'windGust': 2.0, 'usUnits': 1,
'windGustDir': 118.0}
PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/interceptor.py
--device=*acurite-bridge* --mode=listen --port=80 --debug
PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/interceptor.py
--device=wu-client --mode=listen --port=80 --debug
identifiers: {}
raw data:
ID=KNYCLIFT14&PASSWORD=7ea672ca&softwaretype=myAcuRite&dateutc=now&action=updateraw&realtime=1&rtfreq=35&baromin=29.74&UV=1&humidity=72&tempf=78.6&windspeedmph=0&winddir=29&windgustmph=1&windgustdir=356&dewptf=68.8&dailyrainin=0.04&rainin=0.00
raw packet: {'wind_speed': 0.0, 'barometer': 29.74, 'wind_gust': 1.0,
'dewpoint': 68.8, 'humidity_out': 72.0, 'uv': 1.0, 'rain': 0.0, 'dateTime':
1565280600, 'temperature_out': 78.6, 'wind_dir': 29.0, 'rain_total': 0.04,
'wind_gust_dir': 356.0, 'usUnits': 1}
mapped packet: {'barometer': 29.74, 'dewpoint': 68.8, 'outHumidity': 72.0,
'UV': 1.0, 'rain': 0.0, 'dateTime': 1565280600, 'windDir': 29.0, 'outTemp':
78.6, 'windSpeed': 0.0, 'windGust': 1.0, 'usUnits': 1, 'windGustDir': 356.0}
Recently installed the Lighting sensor (06045M) into Atlas, but no
difference regarding variable/extension than previous... ie, no lightning
data.
At first, would assume that Lighting info not been updated to WU, and
that's possibly why no further info. But Lighting data indeed been update
to MyAcurite website, but seems that Interceptor not able to acquire.
Suggestions?
Thanks,
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/f2dbf16c-7f45-4ce1-ac6d-e16309e329c6%40googlegroups.com.