On Tuesday, February 6, 2024 at 5:28:13 PM UTC-8 Tom Hogland wrote: weewxd.py.log contains output from the weatherflowudp extension - the initial field maps, then "listening" lines. Looks like that's the only Tempest driver, and it's 4+ years old. Anyone familiar with this driver that might have an idea why it's not logging as part of weewx?
Sure. It is 'not' part of weewx (core). It is a user-written extension add-on 'to' weewx that uses a different 'weatherflowudp' string in its log messages. Your weewx multi likely has this uncommented in it... $template WEEWX_LOGFILE,"/var/log/weewx/%programname%.log" if $programname startswith 'wee' then ?WEEWX_LOGFILE if $programname startswith 'wee' then stop I'd add the following (untested)..... if $programname startswith 'weatherflowudp' then ?WEEWX_LOGFILE if $programname startswith 'weatherflowudp' then stop You will likely need to stop/restart rsyslog for it to take effect and possibly also the weewx@tempest instance. -- 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/3b52c83c-5e80-4d00-b788-c7b676bda980n%40googlegroups.com.
