среда, 13 мая 2020 г., 7:16:17 UTC+2 пользователь Günther Wrana написал:
>
> Hello I also use the driver and just wanted to ask before I update the 
> version whether the driver also works with version 4?
> Because I read here that there is a problem.
>
> Thanks Günther
>
> Hallo ich benutze den Treiber auch und wollte nur nachfragen bevor ich die 
> Version update ob der Treiber bei der Version 4 auch funktioniert?
> Weil ich hier gelesen habe das es Problem gibt.
>
> Danke Günther
>


Generally the driver is working on weewx 4. It is only made two small 
changing in it. 

First, it is fixed import of 'log_traceback':
from weeutil.weeutil import timestamp_to_string
from weeutil.log import log_traceback

Second, is for prevent spam to syslog, simply stubed debug log procedure:
def logdbg(msg):
   # logmsg(syslog.LOG_DEBUG, msg)
    pass

With that two changing the driver for me is works normally.
Seems it is possible to treat it as a temporarily solution. 

-- 
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/26f1030c-1313-4ba4-9add-117055b6f278%40googlegroups.com.

Reply via email to