On Tuesday, September 25, 2018 at 5:51:51 PM UTC-4, Tomasz End wrote: > > Searching through the weewx-sdr sources I found this as a possible > rootcause: > > https://github.com/matthewwall/weewx-sdr/blob/master/bin/user/sdr.py#L974 > > > pkt['pressure'] = Packet.get_float(obj, 'pressure') → is missing the _hPa > extension, i.e. it should be > > pkt['pressure'] = Packet.get_float(obj, 'pressure_hPa') > > > WH25 barometer values are now shown in the weewx graphics. >
yup! looks like there was a change in the rtl_433 output from 'pressure' to 'pressure_hPa' weewx-sdr has been updated thank you! -- 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.
