[weewx-user] Re: weewx service won't start each time reboot

2018-08-19 Thread gjr80
Um, that is not a RPi boot sequence. When I boot my RPi I get about 500 odd lines of syslog entries from kernel, systemd and many others and down towards the end the WeeWX startup lines I indicated. I suggest you reboot your RPi now: $ sudo reboot Take note of the time and then once your RPi

[weewx-user] Re: weewx service won't start each time reboot

2018-08-19 Thread gjr80
Ok, I would like to see that, can you please post the RPi syslog from when the RPi starts booting until the error occurs. Gary On Monday, 20 August 2018 15:32:52 UTC+10, Charlie Huang wrote: > > yep. > > On Monday, August 20, 2018 at 1:28:51 PM UTC+8, gjr80 wrote: >> >> So you are saying that

[weewx-user] Re: weewx service won't start each time reboot

2018-08-19 Thread Charlie Huang
yep. On Monday, August 20, 2018 at 1:28:51 PM UTC+8, gjr80 wrote: > > So you are saying that when you reboot your RPi, the very first line from > WeeWX in syslog is: > > Aug 19 21:40:09 raspberrypi weewx[769]: engine: retrying... > > Gary > > On Monday, 20 August 2018 15:24:22 UTC+10, Charlie

[weewx-user] Re: weewx service won't start each time reboot

2018-08-19 Thread gjr80
So you are saying that when you reboot your RPi, the very first line from WeeWX in syslog is: Aug 19 21:40:09 raspberrypi weewx[769]: engine: retrying... Gary On Monday, 20 August 2018 15:24:22 UTC+10, Charlie Huang wrote: > > Hi, > > I already checked the log in a txt editor. There is nothing

[weewx-user] Re: weewx service won't start each time reboot

2018-08-19 Thread Charlie Huang
Hi, I already checked the log in a txt editor. There is nothing between: Aug 19 21:39:09 raspberrypi CRON[1360]: (root) CMD ( [ -x > /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then > /usr/lib/php/sessionclean; fi) > and > Aug 19 21:40:09 raspberrypi weewx[769]: engine:

[weewx-user] Re: weewx service won't start each time reboot

2018-08-19 Thread gjr80
Ok, that is very interesting but you did not do either of the two things I asked. Issuing the tail command that you used once your Rpi has booted means that you are only seeing the log from that point on; you miss all of the RPi boot sequence as well as the WeeWX startup and in this case the

[weewx-user] Re: weewx service won't start each time reboot

2018-08-19 Thread Charlie Huang
here is the log every time i reboot my system. pi@raspberrypi:~ $ sudo tail -f /var/log/syslog > Aug 19 21:38:47 raspberrypi xrdp-sesman[1118]: (1118)(1995456512)[INFO ] > starting xrdp-sessvc - xpid=1120 - wmpid=1119 > Aug 19 21:38:48 raspberrypi xrdp[1108]: (1108)(1996423776)[INFO ] >

[weewx-user] Re: weewx service won't start each time reboot

2018-08-19 Thread gjr80
Hi, So what happens when you run WeeWX manually and provide the fill path to weewx.conf, ie $ sudo weewxd /etc/weewx/weewx.conf Does WeeWX start without error? What does the log say? Also, the log extract you provided does not appear to be complete, the first line indicates that WeeWX is

[weewx-user] weewx service won't start each time reboot

2018-08-19 Thread Charlie Huang
Hi, My weewx service won't start each time I reboot. this is my log file. Aug 19 20:54:27 raspberrypi weewx[763]: engine: retrying... > Aug 19 20:54:27 raspberrypi weewx[763]: engine: Using configuration file > /etc/weewx/weewx.conf > Aug 19 20:54:27 raspberrypi weewx[763]: engine: Debug is 1 >

[weewx-user] Re: installing fonts on rpi3

2018-08-19 Thread Andrew Milner
well I remain baffled as to what the issue was. It seems to have corrected itself and I have not seen any miniscule text on plots since last night. I changed nothing so am totally lost as to the cause. I do not recall loading freefonts either - but I downloaded Raspbian light image and not

[weewx-user] Re: installing fonts on rpi3

2018-08-19 Thread gjr80
Could understand a permissions problems if copying from one machine to another if ownership and permissions are not identical. As for installing, wouldn't sudo apt-get install fonts-freefont-ttf do the trick. Can't remember having to do that when I installed raspbian sid on my RPi3. Gary --

Re: [weewx-user] Re: How do I correct?

2018-08-19 Thread Thomas Keffer
This is a simple permission problem. See the User's Guide on Configuring MySQL (and Maria). In particular, pay attention to the instructions on setting permissions. Suggestion: if you are unfamiliar with managing databases, stick with

Re: [weewx-user] Re: How do I correct?

2018-08-19 Thread John Clark
Mysql was, and is installed. Went ahead and installed maria-server, restarted weewx, and got this for the syslog pi@raspberrypi:~ $ tail -f /var/log/syslog Aug 19 18:16:14 raspberrypi weewx[4515]:     File "/home/weewx/bin/weewx/manager.py", line 127, in open_with_create Aug 19

[weewx-user] Re: Interceptor 0.40 "skipping rain measurement"

2018-08-19 Thread G Hammer
The station is a AW 2902A What I meant is that after I see that logged, rain amount for the day never reaches the amount recorded by the console. >From your explanation, this seems to be the correct way for weewx with this station. On Sunday, August 19, 2018 at 10:45:29 AM UTC-4, mwall wrote:

Re: [weewx-user] Re: How do I correct?

2018-08-19 Thread Pat O'Brien
Sounds like you don't have MySQL installed. Did you remove it? Or uninstall another software recently which may have removed it by mistake? Try sudo netstat -tulpn | grep 3306 Do you see anything? If not may need to reinstall with Sudo apt-get install mariadb-server to reinstall On Sun, Aug

Re: [weewx-user] Re: How do I correct?

2018-08-19 Thread John Clark
pi@raspberrypi:~ $ sudo service mysql status Unit mysql.service could not be found. pi@raspberrypi:~ $ sudo service mysql restart Failed to restart mysql.service: Unit mysql.service not found. pi@raspberrypi:~ $ sudo service mysqld status Unit mysqld.service could not be found. pi@raspberrypi:~

Re: [weewx-user] Re: Interceptor 0.40 "skipping rain measurement"

2018-08-19 Thread Thomas Keffer
> > (btw, one utility function that might be useful for driver developers > would be to get the last rain total from the database, if one exists. then > we could use that value instead of just saying "no last value". almost > every driver has to deal with this for rain or any other delta >

[weewx-user] Re: Generate a file xml

2018-08-19 Thread Antonis Katsonis
sudo tail -f /var/log/syslog and post the results. Also attach the skin.conf 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] Re: Generate a file xml

2018-08-19 Thread jahfly1000
I changed the generic name, could it come from there? -- 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,

[weewx-user] Re: Generate a file xml

2018-08-19 Thread jahfly1000
Hello, sorry for the delay but I have not had much time to test. thanks to you for your help.Now, I put the file in the folder: /home/weewx/skins/Standard/ and configure the file skins.conf [[[xml]]] Template= current.xml.tmpl but I still have nothing that is generated in public_html. I can see

[weewx-user] Re: Generate a file xml

2018-08-19 Thread jahfly1000
Hello, sorry for the delay but I have not had much time to test. thanks to you for your help.Now, I put the file in the folder: /home/weewx/skin/Standart/ and configure the file skin.conf [[[xml]]] Template= current.xml.tmpl but I still have nothing that is generated in public_html. I can see

Re: [weewx-user] how to implement forecast table on standard skin or sofaskin?

2018-08-19 Thread Matthew Wall
> On 16 Aug 2018, at 11:48, Andres Revilla > wrote: > > Hi .. > > I have tried to follow your tutorial but no luck ... > > I get data , but no images ... i copy icons , etc ... If i use standar > forecast web all its working ok , but when i use standar modified webpage , i > get data but

[weewx-user] Re: Want to update Raspian on my WeeWX Pi - advice?

2018-08-19 Thread vince
On Sunday, August 19, 2018 at 5:50:43 AM UTC-7, Philip Kutzenco wrote: > > I have been successfully running WeeWX (currently V3.8.2) on a Raspberry > Pi Zero W with an RTC for some time. The Pi is running Raspian Stretch (and > using NGINX as a web server). I would like to update Raspian by

[weewx-user] Re: Misleading wiki

2018-08-19 Thread Andrew Milner
that's one way of viewing things - but the only use I have for Linux is for running weewx and my garden irrigation, so some of us blindly copy instructions when in doubt. Fair point about the paragraph I missed though!! My mistake most definitely - it just did not jump out of the page at me

[weewx-user] Re: Misleading wiki

2018-08-19 Thread vince
On Sunday, August 19, 2018 at 8:15:09 AM UTC-7, Andrew Milner wrote: > > Having just been trying to reinstall weewx I have just found that the wiki > is misleading/confusing regarding the commands for implementing logging to > a separate file, logrotate and I suspect logwatch > > They all try

[weewx-user] Misleading wiki

2018-08-19 Thread Andrew Milner
Having just been trying to reinstall weewx I have just found that the wiki is misleading/confusing regarding the commands for implementing logging to a separate file, logrotate and I suspect logwatch They all try and set a symlink to /etc/weewx/………. which is fine for a deb(I think) install,

[weewx-user] Re: Fine Offset Multi

2018-08-19 Thread mwall
On Tuesday, July 31, 2018 at 12:12:12 PM UTC-4, John Masters wrote: > > Following M Wall's excellent guide to using multiple stations, how do I > use 2 Fine Offset stations over USB? > john, i am pretty sure that you cannot reliably distinguish one fine offset station from another. the fine

[weewx-user] Re: Interceptor 0.40 "skipping rain measurement"

2018-08-19 Thread mwall
On Monday, August 13, 2018 at 4:30:43 PM UTC-4, G Hammer wrote: > > I have been having fairly steady rain here and see this come up in the > logs. > Aug 13 15:48:32 PlexSrv weewx[14290]: interceptor: MainThread: skipping > rain measurement of 0.03: no last rain > > Once this happens, the rain

[weewx-user] Re: Weewx and Tristar Charge Controller

2018-08-19 Thread mwall
On Tuesday, August 7, 2018 at 2:54:25 PM UTC-4, jim wrote: > > I have an off grid cabin that I have been running weewx at on a raspberry > pi for a bit now connected to an Ultimeter weather station. Wanting to > conserve power and maximize my data, I decided it would make sense to > combine

[weewx-user] Re: installing fonts on rpi3

2018-08-19 Thread Andrew Milner
oh no, this must be permissions. If I run sudo wee_reports it is ok - but the next time weewx generates the files it is back to the wrong size On Sunday, 19 August 2018 17:26:51 UTC+3, Andrew Milner wrote: > > oh well, I fixed it by purging python-pil, which also removed > python-imaging and

[weewx-user] Re: installing fonts on rpi3

2018-08-19 Thread Andrew Milner
oh well, I fixed it by purging python-pil, which also removed python-imaging and then reinstalling python-imaging and and after running wee_reports it seems to be ok don't know why!! On Sunday, 19 August 2018 17:19:53 UTC+3, Andrew Milner wrote: > > have just realised that the fonts are

[weewx-user] Re: installing fonts on rpi3

2018-08-19 Thread Andrew Milner
have just realised that the fonts are there, but are highly miniaturised for some reason. I can just make out the lettering when looking at a magnified image!! On Sunday, 19 August 2018 17:11:11 UTC+3, Andrew Milner wrote: > > AFter a silly crash of my hdd I'm trying to get back online again.

[weewx-user] Re: how to implement forecast table on standard skin or sofaskin?

2018-08-19 Thread mwall
On Thursday, August 16, 2018 at 11:48:50 AM UTC-4, Andres Revilla wrote: > > Hi .. > > I have tried to follow your tutorial but no luck ... > > I get data , but no images ... i copy icons , etc ... If i use standar > forecast web all its working ok , but when i use standar modified webpage ,

[weewx-user] installing fonts on rpi3

2018-08-19 Thread Andrew Milner
AFter a silly crash of my hdd I'm trying to get back online again. Ive got weewx running on a new hdd and all looks good apart from the fonts on the .png image files I suspect the fonts have not been installed. I have copied the contents of /usr/shar/fonts/truetype/freefonts from the old

[weewx-user] Re: WS-3000

2018-08-19 Thread olivier . guyotot
Hello Peter, It has been some time since I worked on this, I am not 100% sure to remember everything correctly and some instructions might be out-dated. All I can say for sure is that I can currently get the data from the WS3000 without any problem. So here is what I think I did... First of

[weewx-user] Want to update Raspian on my WeeWX Pi - advice?

2018-08-19 Thread Philip Kutzenco
I have been successfully running WeeWX (currently V3.8.2) on a Raspberry Pi Zero W with an RTC for some time. The Pi is running Raspian Stretch (and using NGINX as a web server). I would like to update Raspian by running sudo apt-get update and either sudo apt-get upgrade or sudo apt-get

[weewx-user] Re: WS-3000

2018-08-19 Thread Peter Grefges
Hi, I also have the HP3000 weather station and I spent serveral hours to get it to run with weewx, but without sucess :( I first found the manuals on github for the HP3000, but it actually does not work. Now after another 5 hours of try n error i found this topic. @olivier: you posted

[weewx-user] Re: How do I correct?

2018-08-19 Thread Pat
Quick guess is that your MySQL server isn't running. Try checking on it by typing sudo service mysql status, you should see somewhere in the output that it's running. If not, try sudo service mysql restart and then restart weewx and try again. On Sunday, August 19, 2018 at 12:48:21 AM UTC-4,

Re: [weewx-user] Re: High Wind Direction always shows as N/A

2018-08-19 Thread Brackenbury
It looks about right and checking figures now (as of 10:21 BST) the current is Wind 5 mph from 192° (SSW) and the max since midnight is showing as High Wind 18 mph from 180° at 06:57 (waited for the next update just to prove it ) but it IS the highest wind direction not the highest compass point