Hi Tom, yes I know, but wouldn't it be possible for you or some of the guys out there to integrate the driver into weewx v4?
Am Freitag, 1. Mai 2020 23:54:16 UTC+2 schrieb Tom Keffer: > > 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] > <javascript:>> 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] <javascript:>. >> 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/e19dd0d2-f97f-4a3a-a7a9-d14b020b1dab%40googlegroups.com.
