Thanks for the help Mwall.
For some reason it is still not mapping the barometer. i have included my
sensor map as well as logs.
Thanks!
B
*This is what I have used for my sensor map:*
[[sensor_map]]
# bridge
pressure = pressure..*
inTemp = temperature..*
inHumidity = humidity..*
barometer = barometer..*
# 5n1
outTemp = temperature.00002179.*
outHumidity = humidity.00002179.*
windSpeed = windspeed.00002179.*
windDir = winddir.00002179.*
rain = rainfall.00002179.*
# living room tower
extraTemp1 = temperature.00012694.*
extraHumid1 = humidity.00012694.*
# second tower
extraTemp2 = temperature.00008384.*
extraHumid2 = humidity.00008384.*
*I have tried issuing this command via curl to the web server.*
curl -s -d
'dateutc=now&action=updateraw&realtime=1&id=24C86E06B15C&mt=5N1x31&sensor=00002179&windspeedmph=2&winddir=158&rainin=0.00&dailyraini&baromin=29.27&battery=normal&rssi=3'
http://192.168.1.22:8080
*This is the output Im getting in the log. barometer data is there till it
gets mapped...*
Oct 31 23:01:14 weather weewx[2895]: interceptor: ServerThread: POST:
dateutc=now&action=updateraw&realtime=1&id=24C86E06B15C&mt=5N1x31&sensor=00002179&windspeedmph=2&winddir=158&rainin=0.00&dailyrainin=0.01&humidity=69&tempf=62.2&dewptf=51&baromin=29.27&battery=normal&rssi=3
Oct 31 23:01:14 weather weewx[2895]: interceptor: MainThread: raw data:
dateutc=now&action=updateraw&realtime=1&id=24C86E06B15C&mt=5N1x31&sensor=00002179&windspeedmph=2&winddir=158&rainin=0.00&dailyrainin=0.01&humidity=69&tempf=62.2&dewptf=51&baromin=29.27&battery=normal&rssi=3
Oct 31 23:01:14 weather weewx[2895]: interceptor: MainThread: ignored
parameter realtime=1
Oct 31 23:01:14 weather weewx[2895]: interceptor: MainThread: unrecognized
parameter dewptf=51
Oct 31 23:01:14 weather weewx[2895]: interceptor: MainThread: ignored
parameter dailyrainin=0.01
Oct 31 23:01:14 weather weewx[2895]: interceptor: MainThread: ignored
parameter action=updateraw
Oct 31 23:01:14 weather weewx[2895]: interceptor: MainThread: raw packet:
{'sensor_type.00002179.24C86E06B15C': '5N1x31',
'sensor_id.00002179.24C86E06B15C': '00002179',
'winddir.00002179.24C86E06B15C': 158.0,
'temperature.00002179.24C86E06B15C': 62.2, 'rssi.00002179.24C86E06B15C':
0.75, 'usUnits.00002179.24C86E06B15C': 1, 'battery.00002179.24C86E06B15C':
0, 'rainfall.00002179.24C86E06B15C': 0.0, 'dateTime.00002179.24C86E06B15C':
1477980075, 'bridge_id.00002179.24C86E06B15C': '24C86E06B15C',
'barometer.00002179.24C86E06B15C': 29.27, 'dateTime': 1477980075,
'windspeed.00002179.24C86E06B15C': 2.0, 'humidity.00002179.24C86E06B15C':
69.0, 'usUnits': 1}
Oct 31 23:01:14 weather weewx[2895]: interceptor: MainThread: *mapped
packet: {'outHumidity': 69.0, 'rain': 0.0, 'dateTime': 1477980075,
'windDir': 158.0, 'outTemp': 62.2, 'windSpeed': 2.0, 'usUnits': 1}*
On Monday, October 31, 2016 at 3:30:08 PM UTC-7, mwall wrote:
>
> On Monday, October 31, 2016 at 4:47:51 PM UTC-4, Brad Tucker wrote:
>>
>> 2. Any idea on why the Barometric Pressure is not logging?
>>
>
> you need an entry for 'barometer' in your sensor_map. for example:
>
> [Interceptor]
> ...
> [[sensor_map]]
> barometer = barometer..*
>
> m
>
--
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].
For more options, visit https://groups.google.com/d/optout.