[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-05-02 Thread 'Stuart Smith' via weewx-user
ok, after your post Andrew i decided to uninstall weewx then reinstall using the apt-get command, this time around as you said it should i was asked for my location and altitude. i then used: sudo tail -f /var/log/syslog which gave me this: May 2 11:52:07 raspberrypi weewx[1345]: engine: Usin

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-05-01 Thread Andrew Milner
the easiest way to install weewx is to follow the apt-get Debian install instructions which, if followed correctly, will ask you for station type (select simulator) and altitude etc and make the initial edits to weewx.conf for you. You can still use wee_config though to edit the .conf for you s

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-05-01 Thread 'Stuart Smith' via weewx-user
On Tuesday, 1 May 2018 11:19:49 UTC+2, Stuart Smith wrote: > > Hi Andrew, > > Thanks for the reply and your patience! > > My brother-in-law bought a raspberry pi and hooked it up to a weather > station a couple of years back with no linux experience so guessed it would > be easy enough for me t

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-05-01 Thread 'Stuart Smith' via weewx-user
Hi Andrew, Thanks for the reply and your patience! My brother-in-law bought a raspberry pi and hooked it up to a weather station a couple of years back with no linux experience so guessed it would be easy enough for me to do, he is clearly smarter than me! :-) So, looking in the weewx.conf fil

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-05-01 Thread Andrew Milner
OK it looks as though weewx is not starting. can you attach your weewx.conf to the forum. I suspect your altitude has been wrongly specified in weewx.conf it should be in the format altitude = 108, meter or altitude = 108, foot note the comma and that the units are in the singular (not meters

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-05-01 Thread 'Stuart Smith' via weewx-user
Hi Vince, here is what i get when i run the weewx.service status command: pi@raspberrypi:~ $ sudo systemctl status weewx.service ● weewx.service - LSB: weewx weather system Loaded: loaded (/etc/init.d/weewx; generated; vendor preset: enabled) Active: active (exited) since Tue 2018-05-01 09:

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-29 Thread vk3anz
Unless you specifically want your RPi to be a DHCP server for WiFI devices, I suggest that you stop the 'dhcpcd' service. The commands: sudo systemctl stop dhcpcd sudo systemctl disable dhcpcd should do the trick. (The first stops the service running if it is, and the second stops is automatica

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-28 Thread vince
On Saturday, April 28, 2018 at 3:59:09 AM UTC-7, Stuart Smith wrote: > > i've searched the syslog file for any instances of weewx but comes up with > nothing > iàve searched the system and no weewx.log exists > to view thw log i use: sudo tail -f /var/log/syslog > Lets try this: - sudo sys

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-28 Thread Andrew Milner
OK - 1. try and run directly, not as a daemon 2. try and edit weewx.conf using nano rather than vi what happens?? On Saturday, 28 April 2018 13:59:09 UTC+3, Stuart Smith wrote: > hi Andrew, > > i started weewx using: sudo /etc/init.d/weewx start > > i've searched the syslog file for any i

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-28 Thread 'Stuart Smith' via weewx-user
hi Andrew, i started weewx using: sudo /etc/init.d/weewx start i've searched the syslog file for any instances of weewx but comes up with nothing iàve searched the system and no weewx.log exists to view thw log i use: sudo tail -f /var/log/syslog hope this helps a little -- You received this

Re: [weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-28 Thread 'Stuart Smith' via weewx-user
check ifconfig -all and see if you actually have an IP address ifconfig -agives me: eth0: flags=4099 mtu 1500 ether b8:27:eb:ce:73:d8 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0

Re: [weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-28 Thread 'Stuart Smith' via weewx-user
On Saturday, 28 April 2018 01:52:19 UTC+2, JHoke wrote: > Ok,  > > > a couple things ... your syslog is chucking a bunch of DHCP messages > > > check ifconfig -all and see if you actually have an IP address > > > next do  > > > ps -ef|grep weewx  > > > see if you are running weewx at all

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-28 Thread 'Stuart Smith' via weewx-user
On Friday, 27 April 2018 17:56:41 UTC+2, Andrew Milner wrote: > a silly question - how do you know it is actually running?? how did you start > it?? > > > there should be at least weewx startup log messages > > > are you sure the messages are not being diverted to weewx.log?? > > > what com

Re: [weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-27 Thread John Patrick Hoke
Ok, a couple things ... your syslog is chucking a bunch of DHCP messages check ifconfig -all and see if you actually have an IP address next do ps -ef|grep weewx see if you are running weewx at all if you are using sudo vi /etc/weewx/weewx.conf and cannot open the file to write something more

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-27 Thread Andrew Milner
a silly question - how do you know it is actually running?? how did you start it?? there should be at least weewx startup log messages are you sure the messages are not being diverted to weewx.log?? what command did you use to view the log?? On Friday, 27 April 2018 18:47:36 UTC+3, Stuart Sm

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-27 Thread 'Stuart Smith' via weewx-user
On Friday, 27 April 2018 17:19:42 UTC+2, vince wrote: > On Friday, April 27, 2018 at 8:15:55 AM UTC-7, Stuart Smith wrote: > bought a raspberry pi 3, came with noobs on the sd card, installed raspbian > from here. > followed the instructions on installing weewx at www.weewx.com/docs/debian.htm >

[weewx-user] Re: raspberry pi 3 and weewx fail at first hurdle

2018-04-27 Thread vince
On Friday, April 27, 2018 at 8:15:55 AM UTC-7, Stuart Smith wrote: > > bought a raspberry pi 3, came with noobs on the sd card, installed > raspbian from here. > > followed the instructions on installing weewx at > www.weewx.com/docs/debian.htm > > configured apt, no problem > > installed weewx,