On Sunday, April 23, 2017 at 12:54:09 AM UTC-4, f7j9jwirjsljejic wrote: > > I recently purchased a Davis Instruments Vantage Pro 2 weather station > and would like to log data and make it available across an Internet link > since it is installed at a remote property. Weewx appears to be up to the > task, however I've found that it's not a straightforward task to do this > using a Raspberry Pi. The biggest hurdle appears to be the transition from > Sys V init to systemd between Debian wheezy and jessie and a lack of > updates to the documentation and Debian packages at weewx.com. I've > updated the apt sources list in a fresh install of the current release of > Raspbian and installed weewx, however it appears that the daemon is not > running afterward as expected. Elsewhere in this newsgroup are a few > threads describing work-arounds, but so far I haven't been able to get > things to work. >
on which version of raspbian are you installing? after you installed weewx, what do you see in the system log? if you are having problems getting weewx to run as a daemon, consider running it directly as described in the user guide: http://weewx.com/docs/usersguide.htm#running what happens when you check the weewx status with /etc/init.d/weewx status what happens when you try to start weewx as a daemon with sudo /etc/init.d/weewx start the debian package at weewx.com/apt works fine with debian8-based systems. it installs the /etc/init.d/weewx sysv init script, but that works just fine with systemd. if you prefer to use a systemd unit file, follow the instructions on the wiki: https://github.com/weewx/weewx/wiki/systemd what happens when you run weewx that way? m -- 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.
