Re: [weewx-user] Acurite inHumidity

2023-11-08 Thread buck...@gmail.com
Acurite driver 0.4. (2014) Notes (in the driver file) about the Acurite(s) are that inside humidity IS published, but there's also a "FIXME: decode inside humidity" comment, and no other reference to inHumidity. I've located one reference to an updated driver 0.5, but can't see where

Re: [weewx-user] Acurite inHumidity

2023-11-08 Thread p q
I built one using an ESP8266 and the Arduino tools with mqtt. I wrote a simple Python script to subscribe to the mqtt topic and write the results to a text file. I hacked the accurite driver to read that text file and put that value in Weewx record. Probably not the best way. On Wed, Nov 8,

Re: [weewx-user] Acurite inHumidity

2023-11-08 Thread vince
Well you might start by sharing which driver and extension(s) you are trying to use, as well as their config file snippets and some log exerpts. On Wednesday, November 8, 2023 at 6:54:48 AM UTC-8 buck...@gmail.com wrote: > That's too bad, the data point's "right there"! > > What sensor did

Re: [weewx-user] Acurite inHumidity

2023-11-08 Thread buck...@gmail.com
That's too bad, the data point's "right there"! What sensor did you add and is there any trick/guide to getting a second device connected to weewx that I need to know about? Cheers, Tom On Tuesday, November 7, 2023 at 5:19:21 PM UTC-7 p q wrote: > I'm pretty sure it isn't included on the USB

Re: [weewx-user] Acurite inHumidity

2023-11-07 Thread p q
I'm pretty sure it isn't included on the USB data. I added a separate humidity sensor to get the data. On Tue, Nov 7, 2023, 1:48 PM buck...@gmail.com wrote: > Hi There, > > Can anyone point me in the right direction to adding inHumidy to the weewx > ui? > > I've tried adding $current.inHumidity