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 or feet) also the location is in decimal degrees On Tuesday, 1 May 2018 11:00:32 UTC+3, Stuart Smith wrote: > > 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:49:56 CEST; 8min ago > Docs: man:systemd-sysv-generator(8) > CGroup: /system.slice/weewx.service > > May 01 09:49:56 raspberrypi weewx[456]: **** File > "/usr/share/weewx/weewx > May 01 09:49:56 raspberrypi weewx[456]: **** engine = > engine_class(conf > May 01 09:49:56 raspberrypi weewx[456]: **** File > "/usr/share/weewx/weewx > May 01 09:49:56 raspberrypi weewx[456]: **** > self.preLoadServices(confi > May 01 09:49:56 raspberrypi weewx[456]: **** File > "/usr/share/weewx/weewx > May 01 09:49:56 raspberrypi weewx[456]: **** self.stn_info = > weewx.stat > May 01 09:49:56 raspberrypi weewx[456]: **** File > "/usr/share/weewx/weewx > May 01 09:49:56 raspberrypi weewx[456]: **** self.altitude_vt = > weewx.u > May 01 09:49:56 raspberrypi weewx[456]: **** IndexError: list index > out of > May 01 09:49:56 raspberrypi weewx[456]: **** Exiting. > lines 1-16/16 (END) > > and when i run the journalctl command, this: > > pi@raspberrypi:~ $ sudo journalctl -u weewx.service > -- Logs begin at Tue 2018-05-01 09:49:51 CEST, end at Tue 2018-05-01 > 09:59:59 CE > May 01 09:49:53 raspberrypi systemd[1]: Starting LSB: weewx weather > system... > May 01 09:49:56 raspberrypi weewx[438]: engine: Initializing weewx version > 3.8.0 > May 01 09:49:56 raspberrypi weewx[438]: engine: Using Python 2.7.13 > (default, No > [GCC 6.3.0 20170516] > May 01 09:49:56 raspberrypi weewx[438]: engine: Platform > Linux-4.14.34-v7+-armv7 > May 01 09:49:56 raspberrypi weewx[438]: engine: Locale is 'en_GB.UTF-8' > May 01 09:49:56 raspberrypi weewx[438]: engine: pid file is > /var/run/weewx.pid > May 01 09:49:56 raspberrypi weewx[456]: engine: Using configuration file > /etc/we > May 01 09:49:56 raspberrypi weewx[456]: engine: Loading station type > Simulator ( > May 01 09:49:56 raspberrypi weewx[304]: Starting weewx weather system: > weewx. > May 01 09:49:56 raspberrypi systemd[1]: Started LSB: weewx weather system. > May 01 09:49:56 raspberrypi weewx[456]: engine: Caught unrecoverable > exception i > May 01 09:49:56 raspberrypi weewx[456]: **** list index out of range > May 01 09:49:56 raspberrypi weewx[456]: **** Traceback (most recent > call la > May 01 09:49:56 raspberrypi weewx[456]: **** File > "/usr/share/weewx/weewx > May 01 09:49:56 raspberrypi weewx[456]: **** engine = > engine_class(conf > May 01 09:49:56 raspberrypi weewx[456]: **** File > "/usr/share/weewx/weewx > May 01 09:49:56 raspberrypi weewx[456]: **** > self.preLoadServices(confi > May 01 09:49:56 raspberrypi weewx[456]: **** File > "/usr/share/weewx/weewx > May 01 09:49:56 raspberrypi weewx[456]: **** self.stn_info = > weewx.stat > May 01 09:49:56 raspberrypi weewx[456]: **** File > "/usr/share/weewx/weewx > May 01 09:49:56 raspberrypi weewx[456]: **** self.altitude_vt = > weewx.u > lines 1-23 > > i installed desktop version. > -- 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.
