Re: [weewx-user] Re: Startup script for weewx-multi

2018-04-22 Thread vince
On Saturday, April 21, 2018 at 7:29:04 PM UTC-7, gjr80 wrote: > > I'll take a stab here, as Vince intimated earlier the issue will be > rtl_433 not the sdr driver per se. When run from the command prompt the > rtl_433 directory will be included in the PATH environment variable, > therefore execu

Re: [weewx-user] Re: Startup script for weewx-multi

2018-04-21 Thread gjr80
I'll take a stab here, as Vince intimated earlier the issue will be rtl_433 not the sdr driver per se. When run from the command prompt the rtl_433 directory will be included in the PATH environment variable, therefore executing rtl_433 with out an explicit path works fine. When run as a daemon

Re: [weewx-user] Re: Startup script for weewx-multi

2018-04-21 Thread Dan Hinckley
Yes, same exact error > On 21 Apr, 2018, at 13:44, Andrew Milner > wrote: > > Did you do what matthew told you to do? > > > > On Saturday, 21 April 2018 18:08:40 UTC+3, Dan'l B wrote: > OK, here's the situation to date. > > in /home/weewx, those these rin

[weewx-user] Re: Startup script for weewx-multi

2018-04-21 Thread Andrew Milner
what is in weewx-multi?? On Saturday, 21 April 2018 20:44:05 UTC+3, Andrew Milner wrote: > Did you do what matthew told you to do? > > > > On Saturday, 21 April 2018 18:08:40 UTC+3, Dan'l B wrote: > >> OK, here's the situation to date. >> >> in /home/weewx, those these rin fine at the command p

[weewx-user] Re: Startup script for weewx-multi

2018-04-21 Thread Andrew Milner
Did you do what matthew told you to do? On Saturday, 21 April 2018 18:08:40 UTC+3, Dan'l B wrote: > OK, here's the situation to date. > > in /home/weewx, those these rin fine at the command prompt: > sudo bin/weewxd vantage.conf > sudo bin/weewxd sdr.conf > > For a test I followed the weewx doc

[weewx-user] Re: Startup script for weewx-multi

2018-04-21 Thread Dan'l B
OK, here's the situation to date. in /home/weewx, those these rin fine at the command prompt: sudo bin/weewxd vantage.conf sudo bin/weewxd sdr.conf For a test I followed the weewx docs on running as a daemon: cp util/init.d/weewx.debian /etc/init.d/weewx-vantage > > chmod +x /etc/init.d/weewx-va

[weewx-user] Re: Startup script for weewx-multi

2018-04-20 Thread mwall
On Thursday, April 19, 2018 at 5:17:34 PM UTC-4, Dan'l B wrote: > > > Apr 19 11:31:40 testpi weewx-sdr[1408]: engine: Unable to load driver: >> failed to start process: [Errno 2] No such file or directory > > Apr 19 11:31:40 testpi weewx-sdr[1408]: Exiting... > > the weewx-multi script a

Re: [weewx-user] Re: Startup script for weewx-multi

2018-04-19 Thread Dan Hinckley
See below: > On 19 Apr, 2018, at 20:32, vince > wrote: > > On Thursday, April 19, 2018 at 4:52:55 PM UTC-7, Dan'l B wrote: >> Where are the driver files physically on the disk ? > Good question; which driver files? weewx-multi is in /home/weewx/util/init.d > > But

Re: [weewx-user] Re: Startup script for weewx-multi

2018-04-19 Thread vince
On Thursday, April 19, 2018 at 4:52:55 PM UTC-7, Dan'l B wrote: > > >- Where are the driver files physically on the disk ? > > Good question; which driver files? weewx-multi is > in /home/weewx/util/init.d > > But it’s odd that the vantage.conf seems to work, whereas the sdr.conf > does n

Re: [weewx-user] Re: Startup script for weewx-multi

2018-04-19 Thread Dan Hinckley
See below: > On 19 Apr, 2018, at 19:40, vince > wrote: > > On Thursday, April 19, 2018 at 2:17:34 PM UTC-7, Dan'l B wrote: > OK, I have vantage.conf (essentially weewx.conf renamed) and sdr.conf (a > stripped down file only for uploading temperature data into sdr.s

[weewx-user] Re: Startup script for weewx-multi

2018-04-19 Thread vince
On Thursday, April 19, 2018 at 2:17:34 PM UTC-7, Dan'l B wrote: > > OK, I have vantage.conf (essentially weewx.conf renamed) and sdr.conf (a > stripped down file only for uploading temperature data into sdr.sdb. Both > run fine at the command line manunally > > > Apr 19 11:31:40 testpi weewx-s

[weewx-user] Re: Startup script for weewx-multi

2018-04-19 Thread Dan'l B
OK, I have vantage.conf (essentially weewx.conf renamed) and sdr.conf (a stripped down file only for uploading temperature data into sdr.sdb. Both run fine at the command line manunally weewx-multi installed as per wiki On a re-boot, only the vantage service runs. Doing: sudo /etc/init.d/weewx

[weewx-user] Re: Startup script for weewx-multi

2018-04-14 Thread mwall
On Saturday, April 14, 2018 at 12:38:14 PM UTC-4, Dan'l B wrote: > > My two .conf files are vantage.conf and sdr.conf > > OK, did the following: > > sudo cp util/init.d/weewx-multi /etc/init.d/weewx > sudo update-rc.d weewx defaults > echo "vantage sdr” | sudo tee /etc/default/weewx-multi > > Reboo

[weewx-user] Re: Startup script for weewx-multi

2018-04-14 Thread Dan'l B
My two .conf files are vantage.conf and sdr.conf OK, did the following: sudo cp util/init.d/weewx-multi /etc/init.d/weewx sudo update-rc.d weewx defaults echo "vantage sdr” | sudo tee /etc/default/weewx-multi Rebooted the Pi and ran: tail -f /var/log/syslog | grep weewx with no results Ran: tai

[weewx-user] Re: Startup script for weewx-multi

2018-04-14 Thread mwall
On Saturday, April 14, 2018 at 11:18:55 AM UTC-4, Dan'l B wrote: > > I have two instances of weewx running from the command prompt and would > like to have them autostart at re-boot. > > Are the directions here > still current with stretch and a