Ahh.. and I forgot: the BME280 is not suitable, take a look in the datasheet, it is not designed for use in condensing environments, and it really sucks in such conditions. Go for a Sensirion SHTxx.
[email protected] schrieb am Mittwoch, 8. Mai 2024 um 18:47:36 UTC+2: > This might work in StdCalibrate/Corrections (not tested): > > outHumidity = extraHumid1 if extraHumid1 is not None and 'outHumidity' not > in locals() else None > > [email protected] schrieb am Mittwoch, 8. Mai 2024 um 18:38:58 UTC+2: > >> You can map the value to extrahumid1 and use this (hacky) extension: >> >> https://github.com/mKainzbauer/weewx_extensions/blob/master/usePreferred.py >> >> and put this in your weewx.conf: >> >> [UsePreferred] >> outHumidity = extraHumid1 >> >> Tom Keffer schrieb am Mittwoch, 8. Mai 2024 um 16:07:09 UTC+2: >> >>> On Wed, May 8, 2024 at 1:28 AM Lieven Hollevoet <[email protected]> >>> wrote: >>> >>>> >>>> I did find back this thread: >>>> https://www.mail-archive.com/[email protected]/msg47494.html >>>> <https://www.mail-archive.com/[email protected]/msg47494.html> >>>> where I extracted the following correction formula: >>>> >>>> outHumidity = extraHumid1 if 'extraHumid1' in locals() else None >>>> >>> >>> Of course! Totally forgot about that solution! >>> >> -- 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/37353893-193f-4c41-8e8d-ad09525a21d7n%40googlegroups.com.
