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 
that's available, but that thread noted no inHumidity there as well.

So maybe it's possible, but I don't have a ton of time to dig right now...

Cheers & Thanks


On Wednesday, November 8, 2023 at 6:49:47 PM UTC-7 p q wrote:

> 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, 2023, 7:20 PM vince  wrote:
>
>> 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 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 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 to the skin's index.html.tmpl. 
> The result is "n/a" so I'm not sure weewx is collecting (or even is able 
> to 
> collect) that parameter.
>
> AcuRite 06014RM on Raspberry Pi, and inside humidity is of course 
> displayed on the base station.
>
> Insights appreciated,
> Tom
>
> -- 
> 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 weewx-user+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/76662445-20a7-4cd2-b742-4bf6abc27b70n%40googlegroups.com
>  
> 
> .
>
 -- 
>> 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 weewx-user+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/cdd8255c-026e-462b-bce2-24566ae1901dn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f6c5f69d-72a4-4a23-9b44-8f7b2ba47ac6n%40googlegroups.com.


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, 2023, 7:20 PM vince  wrote:

> 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 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 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 to the skin's index.html.tmpl.
 The result is "n/a" so I'm not sure weewx is collecting (or even is able to
 collect) that parameter.

 AcuRite 06014RM on Raspberry Pi, and inside humidity is of course
 displayed on the base station.

 Insights appreciated,
 Tom

 --
 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 weewx-user+...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/weewx-user/76662445-20a7-4cd2-b742-4bf6abc27b70n%40googlegroups.com
 
 .

>>> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/cdd8255c-026e-462b-bce2-24566ae1901dn%40googlegroups.com
> 
> .
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAA1SM22xULcAUmLFRvtQAzVzG_GPiCuaYSjUiRYngiwwTutvnw%40mail.gmail.com.


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 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 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 to the skin's index.html.tmpl. The 
>>> result is "n/a" so I'm not sure weewx is collecting (or even is able to 
>>> collect) that parameter.
>>>
>>> AcuRite 06014RM on Raspberry Pi, and inside humidity is of course 
>>> displayed on the base station.
>>>
>>> Insights appreciated,
>>> Tom
>>>
>>> -- 
>>> 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 weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/76662445-20a7-4cd2-b742-4bf6abc27b70n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/cdd8255c-026e-462b-bce2-24566ae1901dn%40googlegroups.com.


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 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 to the skin's index.html.tmpl. The 
>> result is "n/a" so I'm not sure weewx is collecting (or even is able to 
>> collect) that parameter.
>>
>> AcuRite 06014RM on Raspberry Pi, and inside humidity is of course 
>> displayed on the base station.
>>
>> Insights appreciated,
>> Tom
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/76662445-20a7-4cd2-b742-4bf6abc27b70n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5be9a410-1e92-4b97-a708-9209a44a1b2bn%40googlegroups.com.


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 to the skin's index.html.tmpl. The
> result is "n/a" so I'm not sure weewx is collecting (or even is able to
> collect) that parameter.
>
> AcuRite 06014RM on Raspberry Pi, and inside humidity is of course
> displayed on the base station.
>
> Insights appreciated,
> Tom
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/76662445-20a7-4cd2-b742-4bf6abc27b70n%40googlegroups.com
> 
> .
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAA1SM21bdnkxYfPDmWDfdDEu9Qaahid%2BQF1b4urGMhiA0XgFfQ%40mail.gmail.com.