You didn't say which bme280 driver you are using, but if you are using the
one from WJCarpenter there are a couple places in the new_loop_packet( )
routine that use loginf( ) to log every packet twice. You could change
that to logdbg( ) in each place to quiet it down to only logging if you
have debug=1 in weewx.conf
On Tuesday, December 2, 2025 at 2:07:30 AM UTC-8 Zed wrote:
> I had to upgrade my VEnv-installation from 4.9.1 to 5.2.0.
> Since then for every measurement i see a record like these in the log:
> Dez 01 23:36:59 server weewxd.py[165343]: bme280: {'outHumidity': 84.0,
> 'outTemp': 2.6, 'windDir': 180.0, 'rain_total': 908.8, 'windSpeed': 0.0,
> 'outTempBatteryStatus': 1, 'dateTime': 1764628616, 'usUnits': 17, 'rain':
> None, 'pressure': 997.3836082289309, 'inTemp': 19.531694481620796,
> 'inHumidity': 48.77856343381041}
> Dez 01 23:37:11 server weewxd.py[165343]: bme280: BME280 data
> compensated_reading(id=2e17ef34-6cf1-4a6c-9198-e2754bdbd3b3,
> timestamp=2025-12-01 22:37:11.402537UTC, temp=19.512 °C, pressure=997.33
> hPa, humidity=49.07 % rH)
> Dez 01 23:37:11 server weewxd.py[165343]: bme280: {'outHumidity': 84.0,
> 'outTemp': 2.6, 'windDir': 180.0, 'rain_total': 908.8, 'windSpeed': 0.0,
> 'outTempBatteryStatus': 1, 'dateTime': 1764628628, 'usUnits': 17, 'rain':
> 0.0, 'pressure': 997.3252012242718, 'inTemp': 19.511572013102704,
> 'inHumidity': 49.071948952003744}
>
> No matter what debug-level is set.
> Is there a switch to turn these messages off?
--
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 visit
https://groups.google.com/d/msgid/weewx-user/99454b1c-a480-41e8-a0fd-768532803c67n%40googlegroups.com.