It looks like the wh23xx driver has not been ported to Python 3 and weewx V4 (it's not actually part of weewx).
On Fri, May 1, 2020 at 9:57 AM Богдан Пилюгин <[email protected]> wrote: > I had the same problem today, when weewx updated to 4. The station is > WH2310. I made a little analyze of problem and found that import of > log_traceback in the ws23xx driver no more valid, because of changings in > weewx. > Try to replace > the string in the file wh23xx.py: > from weeutil.weeutil import timestamp_to_string, log_traceback > > to: > from weeutil.weeutil import timestamp_to_string > from weeutil.log log_traceback > > This is solved my problem. > I made pull request to the sources of this driver, hope that it will be > accepted. > > -- > 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/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zECjmuzJbMZWGZr7N3mxrCX%3DvosgJp9pnWf3ExiJTyTjRQ%40mail.gmail.com.
