On Sunday, September 1, 2024 at 5:01:42 PM UTC-4 vince wrote: Basically the <string> lines are the path to python, to weewxd.py, and to the weewx.conf file you want to use. Do a little light tweaking to match your setup's paths and copy it as indicated in the comments in the file.
the three 'string' program arguments are *supposed* to be modified when you create a station. if those strings do not match the python, weewxd, and conf for the python/venv/pip installation from which you did a 'station create', then we have a bug in the pattern match in the function copy_util in station_actions.py getent is available on linux and the BSDs, but apparently was removed in the more recent macos. there is a fix for setup-daemon.sh that will be in the next weewx release (5.1.1?) https://github.com/weewx/weewx/commit/df81fd83933c02895f573c31384c92d5c7f1f48b -- 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/4de02f2f-1aa2-4efb-85c9-ec8da042ee9en%40googlegroups.com.
