[weewx-user] weewx abends with no reason

2018-12-01 Thread Gary Hopkins
Original Rasperry Pi Model B 8GB Class 4 SD Card Latest Raspian installed through Noobs 3 Latest weewx installed following online guide through apt Aercus WeatherRanger (WS1000 clone) Used https://github.com/AussieSusan/HP1000 custom driver to grab events over WiFi weewx connects to the WS with n

[weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Gary Hopkins
Hi, Here's a better capture of the restart process. Not sure why it didn't have all the extra info in the previous capture as it's from the exact same process. I also modified some the parameters back to near their defaults for clarity. Many thanks again. G Dec 1 10:33:26 raspberrypi weewx[2

[weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Andrew Milner
First of all get rid of the HUP in Cron - that does not help at all Both log sections seem to show more than pne occurrence of weewx to be running - look at the PIDs. You can only have one. On Saturday, 1 December 2018 12:27:09 UTC+2, Gary Hopkins wrote: > > Original Rasperry Pi Model B > 8GB

[weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Gary Hopkins
Hi, I can 100% assure you that weewx isn't running when the HUP happens. The cron for that is a standard tiny script that checks first to make sure it's not running before it restarts it. #!/bin/bash ps auxw | grep weewxd | grep -v grep > /dev/null if [ $? != 0 ] then sudo systemctl

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-12-01 Thread John Clark
Did as directed and so far all is wonderfully functional except the graphs which are not available either through localhost or remotely, and the monthly reports only show the current month no matter which one I choose. I am convinced that I have one (or more) directories looking at the wrong pl

[weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Gary Hopkins
On Saturday, 1 December 2018 10:51:28 UTC, Andrew Milner wrote: > > First of all get rid of the HUP in Cron - that does not help at all > > Both log sections seem to show more than pne occurrence of weewx to be > running - look at the PIDs. You can only have one. > > > Hi, Actually heres a sni

[weewx-user] Re: weewx abends with no reason

2018-12-01 Thread mwall
On Saturday, December 1, 2018 at 5:27:09 AM UTC-5, Gary Hopkins wrote: > > Original Rasperry Pi Model B > 8GB Class 4 SD Card > Latest Raspian installed through Noobs 3 > Latest weewx installed following online guide through apt > Aercus WeatherRanger (WS1000 clone) > Used https://github.com/Aussie

[weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Gary Hopkins
Dec 1 14:18:16 raspberrypi weewx[2088]: engine: Initializing weewx version 3.8.2 Dec 1 14:18:16 raspberrypi weewx[2088]: engine: Using Python 2.7.13 (default, Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516] Dec 1 14:18:16 raspberrypi weewx[2088]: engine: Platform Linux-4.14.79+-armv6l-with-de

[weewx-user] Re: weewx abends with no reason

2018-12-01 Thread mwall
On Saturday, December 1, 2018 at 9:25:46 AM UTC-5, Gary Hopkins wrote: > > > sudo weewxd /etc/weewx/weewx.conf > > From the command line itself it doesn't show anything until it starts > taking in data and then I get > > REC:2017-04-06 12:29:39 BST (1491478179) altimeter: 30.4319672166, > a

[weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Gary Hopkins
Dec 1 14:18:16 raspberrypi weewx[2088]: engine: Debug is 1 Line 6 of the capture you're replying to. weewx in not running Disabled the cron Thanks for the help. G On Saturday, 1 December 2018 14:32:57 UTC, mwall wrote: > > > > On Saturday, December 1, 2018 at 9:25:46 AM UTC-5, Gary Hopkins wro

Re: [weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Thomas Keffer
They don't happen very often, but usually these abrupt crashes without anything in the log is due to a low-level driver or hardware failure. Something on the USB bus. Do you have another RPi or, even better, a x86-based PC you can try it on? -tk On Sat, Dec 1, 2018 at 6:38 AM Gary Hopkins wrote

Re: [weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Andrew Milner
I have just noticed that the records being retrieved at startup are at one minute intervals from April 2017. How much data can be stored in the HP at one minute intervals?? Could just be a data overload possibly!! On Saturday, 1 December 2018 17:04:13 UTC+2, Thomas Keffer wrote: > > They don'

Re: [weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Gary Hopkins
Hi, Thanks for the info. I have a new Pi 3+ coming this afternoon as I was worried the one I have was busted in some way. I will post back once that's arrived and I've had a chance to try it out. I've also been given a Pi image from someone who already has this up and running and working so all

Re: [weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Thomas Keffer
It could also be a kernel problem. It would be most helpful if the other RPi is running a different kernel. -tk On Sat, Dec 1, 2018 at 7:30 AM Gary Hopkins wrote: > Hi, > > Thanks for the info. I have a new Pi 3+ coming this afternoon as I was > worried the one I have was busted in some way. I

Re: [weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Gary Hopkins
Hi, Hahaha yeh it's not as bad as it seems! Theres a 12+ month or so gap in the middle at some point where it wasn't connected as I was redecorating. At some point it's going to skip almost a year and catch up. Thing is, it's only collecting for about 1 min before it falls over so it's only in

Re: [weewx-user] Re: weewx abends with no reason

2018-12-01 Thread Gary Hopkins
Will do my best and see what I can do. Thanks Gary On Saturday, 1 December 2018 15:34:36 UTC, Thomas Keffer wrote: > > It could also be a kernel problem. It would be most helpful if the other > RPi is running a different kernel. > > -tk > > On Sat, Dec 1, 2018 at 7:30 AM Gary Hopkins > wrote:

[weewx-user] Weewx on OSX High Sierra (10.13.6), newbie

2018-12-01 Thread Tom Buckler
Hello Attempting to run a new installation of Weewx 3.8.2 on OSX 10.13.6 High Sierra. Python 2.7.10. Weather station is an Acurite 5-in-1. *administrator on server6: /users/shared/weewx$* ./bin/weewxd weewx.conf Traceback (most recent call last): File "./bin/weewxd", line 64, in weewx

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-12-01 Thread Pat
Having your site URL is helpful and this is an interesting one. When I try to access your chart data directly via http://weather.w0avq.org/json/day.json I'm seeing in the Chrome Console a blocked page to sedoparking. Do you know what this is? Is this your web hosting provider? The other direct

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-12-01 Thread Pat
Attached is what I'm seeing when I try to access http://weather.w0avq.org/json/day.json directly. On Saturday, December 1, 2018 at 2:21:07 PM UTC-5, Pat wrote: > > Having your site URL is helpful and this is an interesting one. When I try > to access your chart data directly via > http://weath

[weewx-user] Re: WMR200-driver shutdown directly after startup

2018-12-01 Thread Per Edström
I don't seem to have that file.. -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.go

[weewx-user] davis vantage not outputing data to either WU or mqtt

2018-12-01 Thread Daniel Smith
Hi I've been running for a while with no issues publishing to both weather-underground and through MQTT to other parts of my system. two (2) days ago output stopped. I'm using Rpi 3. with a USB connection to davis console. I've reinstalled weewx with no output success. weewx seems to be running

Re: [weewx-user] davis vantage not outputing data to either WU or mqtt

2018-12-01 Thread Thomas Keffer
The memory of the logger has been corrupted. To fix, see the section *WeeWX generates HTML pages, but it does not update them * in the User's Guide. -tk On Sat, Dec 1, 2018 at 5:52 PM Daniel Smith wrote: > Hi > I've been runn

[weewx-user] Re: davis vantage not outputing data to either WU or mqtt

2018-12-01 Thread Daniel Smith
Thanks Thomas, I do remember reading about that but did not make the connection. I will give it a go. kind regards > -- 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

Re: [weewx-user] davis vantage not outputing data to either WU or mqtt

2018-12-01 Thread Daniel Smith
thank-you thank-you thank-you, I feel sane again. Kind regards Daniel Smith dan...@greenembrace.net Think Green be Green - Think about the environment don't print e-mails - Think Green be Seen This email contains confidential information intended only for the person(s) named above and may be sub

Re: [weewx-user] Re: Fine Offset WH-2650 and weewx

2018-12-01 Thread steeple ian
Massimiliano, I have tried two options on my RaspberryPi, Openwrt or creating a Wi-fi access point. Of the two I think the access point is the way to go. If you could direct me from that standpoint I will be very grateful. The OS I am using is Raspbian Stretch, a Debian version for ARM. Regard