On Monday, August 8, 2016 at 8:42:00 AM UTC-4, Joep L. Blom wrote: > > > Maybe you have some useful tips how I can proceed? I have debug=1 but > nothing happens. Only when I, after a reboot of the raspberry start > weewx (which is done automatically) then it gives the output I sent in > earlier mails. >
what happens when you run weewxd directly, not as a daemon? there is no point to running weewx as a daemon until *after* you get it works when running directly. rebooting the pi just obfuscates and possibly confounds the problem. if you cannot figure out why weewx is not running, start from the basics then work your way up: 1) run the driver diagnostics directly, if the driver has them PYTHONPATH=bin python bin/weewx/drivers/te923.py --help 2) run wee_device sudo wee_device --help 3) run weewxd directly sudo weewxd /etc/weewx/weewx.conf 4) run weewx as a daemon /etc/init.d/weewx start -- 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]. For more options, visit https://groups.google.com/d/optout.
