It's also not parsing rain accumulation.

On Thu, Nov 22, 2018 at 1:07 PM Kevin Key <[email protected]> wrote:

> Hi Gary,
>
> Thanks. When mapping the fields, should I mape to rain_total or rainTotal ?
>
> I'm using the weewx interceptor driver and have specified the device as
> "Observer". I'm trying to get the Acurite Access to work with weewx. I was
> hesitant to mention it earlier since it's not supported. I'm intercepting
> the Wunderground packets sent by the Acurite Access and I'm able to get
> everything to parse properly except for rain data.
>
> Here is my mapping:
>
>    [[sensor_map]]
>         pressure = barometer
>         barometer = barometer
>         altimeter = barometer
>         outHumidity = humidity_out
>         outTemp = temperature_out
>         windSpeed = wind_speed
>         windGust = wind_gust
>         windDir = wind_dir
>         dewpoint = dewpoint
>         rainTotal = rain_total
>         #rainRate = rainRate
>
> What do I need to do to get rainRate to map? Do I need to insert a formula
> in the mapping?
>
> Thanks,
>
> Kevin
>
>
> On Thu, Nov 22, 2018 at 12:51 PM gjr80 <[email protected]> wrote:
>
>> WeeWX works fine with stations that do not report rainRate. In order for
>> weeWX to calculate rainRate weeWX needs to see rain data in loop and/or
>> archive records. Judging by the small log extract provided it looks like
>> rain is not being included in your loop packets and hence no rainRate. Sort
>> the rain issue and rainRate will be 'fixed' automatically.
>>
>> As for why your rain is not being provided, not sure. What config are you
>> using with your driver? In particular what mapping. Log  extract showing
>> weeWX startup and some data read from your station would help, the startup
>> logs a lot of useful stuff.
>>
>> Gary
>>
>> --
>> 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.
>>
>

-- 
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.

Reply via email to