to stop the LOOP packet being printed every couple seconds: in weewx.conf, remove weewx.engine.StdPrint from report_services. you almost certainly do not want to do this while testing and running weewx in foreground, as seeing the LOOP packets is important to debugging
when you are happy weewx is running as you want, set it up as a daemon per instructions (details depend on your operating system e.g. linux derivatives, macOS) - daemons have no stdin/stdout/stderr ____________ Graham Eddy > On 3 Jun 2019, at 1:51 am, Jardi MartÃnez <[email protected]> wrote: > > On Sun, Jun 2, 2019, 8:35 AM [email protected] <mailto:[email protected]> > <[email protected] <mailto:[email protected]>> wrote: > Hi there. I'm a newbie to WeeWx. I have a Davis Instruments Vantage Pro2. > > Firstly, let me say, that it seems to be working perfectly. However ... > > Since this is my first time using it, I decided to try "Installation using > setup.py." This says to "Download the source archive weewx-X.Y.Z.tar.gz from > weewx.com/downloads <http://weewx.com/downloads>." I did that and found > X.Y.Z == 3.9.1. I am running Ubuntu 18.04, where the default version of > python is 2.7. Some additional python libraries did need to be > downloaded/installed. Thereafter, WeeWx build and install worked fine. So > far, so good. > > However, "sudo ./bin/weewxd weewx.conf" produced a Dictionary dump for LOOP > every two seconds on the terminal, and for another dictionary less > frequently. I could fix this by doing "sudo ./bin/weewxd weewx.conf > >/dev/null 2>&1 &" instead. However, I don't think I should have to. I > looked at drivers/vantage.py and I couldn't see where it was coming from, so > I assume it is coming from the caller. Perhaps someone on this list can help > me track it back? > > > Run it as a daemon, the instructions are on the same page as the installation > instructions: > http://www.weewx.com/docs/setup.htm <http://www.weewx.com/docs/setup.htm> > > Jardi. > > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/CAETA7dS8Zj824-aTR-e3COMg-YenSVNeySH7Gd7MnGFGyn9T%2Bw%40mail.gmail.com > > <https://groups.google.com/d/msgid/weewx-user/CAETA7dS8Zj824-aTR-e3COMg-YenSVNeySH7Gd7MnGFGyn9T%2Bw%40mail.gmail.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/2CC21A50-E356-4BC2-A631-BE989776EF50%40gmail.com. For more options, visit https://groups.google.com/d/optout.
