[weewx-user] Re: weewx stop reporting (or crash?) few time per day ????

2017-01-29 Thread Marc Aubry
Thanks, Done... Wait and see :) On Thursday, January 26, 2017 at 10:06:40 AM UTC+7, mwall wrote: > > On Wednesday, January 25, 2017 at 8:24:21 PM UTC-5, Marc Aubry wrote: >> >> Some updates about my problem. >> I have try all the options mentioned above >> - UPS >> -Powered USB Hub >> - change th

[weewx-user] Re: wee_import from Cumulus

2017-01-29 Thread gjr80
Thank you for the feedback Thomas, I did not realise that Cumulus used localisation for the month name in the log file file name. I will have a look at adding the use of the locale month names as a future enhancement, I guess fortunately for you you only have 3 months per year to change :) Gary

[weewx-user] Re: Adding SOC (state of charge) reading for my Particle Photon based weather station

2017-01-29 Thread gjr80
No need for any more lines, just add on any more fields to the end of the 'schema_with_soc =' line. You will of course have to go the through the steps to manipulate your database to include the new fields. Gary -- You received this message because you are subscribed to the Google Groups "wee

[weewx-user] Re: Adding SOC (state of charge) reading for my Particle Photon based weather station

2017-01-29 Thread Robert Mantel
So if I wanted to add additional variables, on top of soc I just added, do I add another schema line in weewx.conf? Just curious how that would work if I wanted to add more than one value gathered from fileparse? On Sunday, 29 January 2017 17:04:06 UTC-5, Robert Mantel wrote: > > Yep, that work

[weewx-user] Re: A few newbie questions

2017-01-29 Thread Robert Lister
Thank's for the replies. I will try the archival upload 5 min setting as suggested if that is the norm and set the upload to something similar or slightly longer. I am still not certain if I should have the webserver and WeeWx in the same RPi 3. Also if it will have implications using a micro

[weewx-user] Re: A few newbie questions

2017-01-29 Thread Robert Lister
Thank's for the replies. I will try the archival upload 5 min setting as suggested if that is the norm and set the upload to something similar or slightly longer. I am still not certain if I should have the webserver and WeeWx in the same RPi 3. Also if it will have implications using a micro

[weewx-user] Re: Adding SOC (state of charge) reading for my Particle Photon based weather station

2017-01-29 Thread Robert Mantel
Yep, that worked Gary, when I ran weewx directly it now shows soc in the output. Thanks for pointing out my error. Great helpful people in here! On Sunday, 29 January 2017 16:02:15 UTC-5, gjr80 wrote: > > If you did in fact use > > schema = user.soc.schema_with_soc > > in weex.conf then that wo

[weewx-user] Re: Adding SOC (state of charge) reading for my Particle Photon based weather station

2017-01-29 Thread Robert Mantel
Ah, yeah that makes sense...I'll give that a try thanks Gary. On Sunday, 29 January 2017 16:02:15 UTC-5, gjr80 wrote: > > If you did in fact use > > schema = user.soc.schema_with_soc > > in weex.conf then that would cause a problem, if schema_with_soc is > defined in user/fileparse.py then you sh

[weewx-user] Re: A few newbie questions

2017-01-29 Thread mwall
On Sunday, January 29, 2017 at 4:20:42 PM UTC-5, Robert Lister wrote: > > I am at the point of finally getting it running to the point I can view > file:///var/www/html/index.html. I haven't got the the point of hosting > the site locally yet as I am not sure if I should run the Apache server on

[weewx-user] Re: A few newbie questions

2017-01-29 Thread mwall
On Sunday, January 29, 2017 at 4:20:42 PM UTC-5, Robert Lister wrote: > > The part I am not sure about is the file:///var/www/html/index.html page > only updates every 30 mins. When I ran Weather Display the updates were > every 10 seconds or so ftp'd up to the website plus a local display that

Re: [weewx-user] A few newbie questions

2017-01-29 Thread Thomas Keffer
You need to change the archive interval on your VPro2. If you do not have a lot of data in your database yet, I would recommend deleting it and starting over. Otherwise, your database will have different archive intervals in it. -tk On S

[weewx-user] A few newbie questions

2017-01-29 Thread Robert Lister
I have a Davis Vantage Pro 2 which has been running via USB into a small PC that runs Weather Display. The PC FTP's to a hosted website. Due the the small low power PC giving problems and the cost of running the hosted web space I have decided to have a go at the Raspberry Pi WeeWx route. I

[weewx-user] Re: Adding SOC (state of charge) reading for my Particle Photon based weather station

2017-01-29 Thread gjr80
If you did in fact use schema = user.soc.schema_with_soc in weex.conf then that would cause a problem, if schema_with_soc is defined in user/fileparse.py then you should be using schema = user.fileparse.schema_with_soc Gary -- You received this message because you are subscribed to the Googl

[weewx-user] Re: wee_import from Cumulus

2017-01-29 Thread Thomas Olausson
Now I have successfully imported data for 2016 and it went smoothly in a little less than 30 minutes. There was only one little flaw, I had to rename okt16log.txt to oct16log.txt and maj16log.txt to may16log.txt. I still have 2010-2015 to import, but that will be a later task. Next I will try to

[weewx-user] Re: wee_import from Cumulus

2017-01-29 Thread Thomas Olausson
Den fredag 27 januari 2017 kl. 12:49:50 UTC+1 skrev Thomas Olausson: > > Hi, > > I'm trying to import old archve data from Cumulus and it seems like the > date and time format in the archive is a problem. > One monthly archive file and cumulus.conf file are appended. > I would like to know which

Re: [weewx-user] N/A at N/A on Current Weather Conditions page

2017-01-29 Thread Thomas Keffer
One way to do this would be to include the 'at' in the format string, then leave it out of the template. It would have to be included in the string used for formatting a None, *and* the normal formatting string. -tk On Sun, Jan 29, 2017 at 8:40 AM, Steve2Q wrote: > > Thanks, Tom. Now I have ***

Re: [weewx-user] N/A at N/A on Current Weather Conditions page

2017-01-29 Thread Steve2Q
Thanks, Tom. Now I have at which is better. Now I am trying to get rid of "at", so it just reads* *. Steve -- 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

[weewx-user] Re: Adding SOC (state of charge) reading for my Particle Photon based weather station

2017-01-29 Thread Robert Mantel
Oh and before stating the obvious that the modified lines are commented out, I did that after trying to extend the schema. On Sunday, 29 January 2017 11:02:02 UTC-5, Robert Mantel wrote: > > Thanks for the explanation Gary. I'm most definitely a noob here so I > guess I needed a bit more explan

[weewx-user] Re: Adding SOC (state of charge) reading for my Particle Photon based weather station

2017-01-29 Thread Robert Mantel
Thanks for the explanation Gary. I'm most definitely a noob here so I guess I needed a bit more explanation. From what you just wrote, this sounds exactly what I did. I added the new schema heading and added it to the end of the fileparse.py file and then added the corresponding information

Re: [weewx-user] Re: FTP upload period

2017-01-29 Thread Andrew Milner
Being the usual pedantic soul that I am ... so Tom's 'not true' which implied my post on archive intervals was not true is also not strictly true. The FTP report timing IS based on the archive timing, but may be DEFERRED to run LESS frequently by setting a report_timing option if so desired.

Re: [weewx-user] Re: FTP upload period

2017-01-29 Thread gjr80
The report_timing option section of the Customization Guide details the use of the report_timing option. Within this section the paragraph under the heading *'The relationship between report_timing and archive period*' (unlinked) a

Re: [weewx-user] Re: FTP upload period

2017-01-29 Thread Andrew Milner
Tom It wasn't clear to me from the documentation what would happen if, for example, there is an archive period of 30 minutes and the ftp report, for example, had a timing option of */5 * * * *. ie one is saying do ftp every 5 minutes In this instance there would be 5 or 6 ftp's expected within

Re: [weewx-user] Re: FTP upload period

2017-01-29 Thread Thomas Keffer
On Sun, Jan 29, 2017 at 3:36 AM, Andrew Milner wrote: > It IS based on the archive period. If you want to update every 10 minutes > then you need to: > a) stop weewx > b) edit weewx.conf and change archive_interval (in SECONDS) in the > stdArchive section > c) either use wee_device --set_interva

[weewx-user] Re: FTP upload period

2017-01-29 Thread Andrew Milner
It IS based on the archive period. If you want to update every 10 minutes then you need to: a) stop weewx b) edit weewx.conf and change archive_interval (in SECONDS) in the stdArchive section c) either use wee_device --set_interval to change the archive interval in the wh1080 to match or set re

[weewx-user] FTP upload period

2017-01-29 Thread John Bennett
Sorry for being rather thick, but have been running weewx for several months, and after lots of reading/searching/experimenting etc, can't for the life of me figure out how to change the ftp upload period... Running weewx 3.6.2-1 on a raspberry pi, very basic install, using a WH1080 weatherstati