> After this I've checked better weewx.conf and I noticed that in section > [StdWXCalculate] [[Calculations]] these entries: > pressure = software > altimeter = prefer_hardware > appTemp = prefer_hardware > barometer = hardware > cloudbase = prefer_hardware > dewpoint = prefer_hardware > ET = prefer_hardware > heatindex = prefer_hardware > humidex = prefer_hardware > inDewpoint = prefer_hardware > maxSolarRad = prefer_hardware > rainRate = prefer_hardware > windchill = prefer_hardware > windrun = prefer_hardware > I changed "barometer" to "software" and now everything is working as > expected (i.e. barometer field is correctly saved to database - no null > values) >
Yes, barometer = hardware will cause WeeWX to only accept barometer from the driver and if the driver does not supply barometer WeeWX will not calculate it. You might want to to consider changing the setting to barometer = prefer_hardware, this will give you the same end result but has the advantage of using the value from the driver if available and if not available WeeWX will calculate it (can be useful should you change your system in the future). Gary -- 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/faf1c8b2-5187-4b24-89a7-a059535a8510n%40googlegroups.com.