Did run run weewxd directly, and check, how the loop packet drop in and 
what in there?

Also: what kind of sensor did you apply to augment your data and how does 
the data go into into you weewx? MQTT?

What I did:
With my ws23xx, I have a outHumidity Sensor that works well below 85%, but 
barely has readings above this value. Then I made a homebrew ESP8266 based 
Sensor that emits it's readings with MQTT. In weewx I use MQTTSubsbribe to 
get these values and mapped it to extraHumid1. Since my Sensor doesn't 
produce bad values all the time but only in a certain range, and my first 
homebrew sensor wasn't that rock-solid in terms of reliability, my approach 
was to used the extra sensors value only if there are current readings, if 
not, fall back to the stock sensor. I didn't solve this with a correction, 
but with litte user service, I called "usePrefered". This proofed to do the 
trick for me an is tested :D It doesn't come with an installer,  I hope I 
described everything necessary in the comments. You find the code there:

https://github.com/mKainzbauer/weewx_extensions/blob/master/usePreferred.py

[email protected] schrieb am Donnerstag, 9. November 2023 um 07:03:57 
UTC+1:

> Michael, when trying this I get value N/A for outHumidity so we are 
> getting somewhere, but it is still not replaced with extraHumid1 value. 
> What do you mean with removin it from locals? :)
>
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3891a79c-a6c8-4ad8-b5bc-2740577364a2n%40googlegroups.com.

Reply via email to