No, that's not normal, and I was able to reproduce it. The problem was some bad upgrade logic in setup.py, corrected in commit f41b4d9 <https://github.com/weewx/weewx/commit/f41b4d94e43a43950043e7f47ccf5aec584cde3c> .
This was serious enough that I've also created and uploaded a new beta, v3.9.0b3. Thank you, Ivo! -tk On Mon, Jan 28, 2019 at 11:32 AM Ξ <[email protected]> wrote: > Does it matter that after the upgrade to 39b the section below is empty? > > [StdWXCalculate] > > [[Calculations]] > > > ############################################################################## > > as opposed to what it's like in the weex.conf in 3.6.1 > > [StdWXCalculate] > > [[Calculations]] > # Derived quantities are calculated by this service. Possible > values are: > # hardware - use the value provided by hardware > # software - use the value calculated by weewx > # prefer_hardware - use value provide by hardware if available, > # otherwise use value calculated by weewx > > pressure = prefer_hardware > barometer = prefer_hardware > altimeter = prefer_hardware > windchill = prefer_hardware > heatindex = prefer_hardware > dewpoint = prefer_hardware > inDewpoint = prefer_hardware > rainRate = prefer_hardware > > > ############################################################################## > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
