[weewx-user] Re: Weewx and WH4000 with PI3

2017-10-09 Thread Holm Dittrich
Hi Gary, thanks for your replay. I will write it clearer: skin = Ftp #user = #password = #server = https://reise #path = /path/to/use secure_ftp = False port = 21 passive = 1 it seems to me that I might have to remove the sign "#" in front of the entries. All other relevant

[weewx-user] Re: Weewx and WH4000 with PI3

2017-10-09 Thread Andrew Milner
The # on the start of the line turns the line into a comment which is ignored - so yes, you do indeed need to remove the # signs iin order to activate the lines On Monday, 9 October 2017 17:50:56 UTC+3, Holm Dittrich wrote: > Hi Gary, > > thanks for your replay. > I will write it clearer: >

[weewx-user] To many data :-)

2017-10-09 Thread Hajo Harms
Hi i use weewx and mesowx. I have moved my server from remote to local. I changed weewx and meso to the latest version include https://groups.google.com/d/msg/weewx-user/eAUsTqR8yYQ/UVMxAAtgAAAJ So it seems to work basicly, but weewx put every 2 second one record to mysql. Oct 9

Re: [weewx-user] To many data :-)

2017-10-09 Thread Glenn McKechnie
Hi, If your station generates LOOP packets at 2 second intervals then mesowx (raw.py) is working as expected. That's the Real Time data for the first meso graph, and the left panel which are updated continuously, ie: as fast as the LOOP packets are supplied (from memory, you may be able to tweak

Re: [weewx-user] To many data :-)

2017-10-09 Thread gjr80
Just to clarify the StdQC operation, specifying units different to the database units is quite acceptable as the StdQC service will automatically convert the limits to the database units. The danger comes when units are not specified in [StdQC] as the limits are then taken to be in native

Re: [weewx-user] To many data :-)

2017-10-09 Thread Andrew Milner
I suspect your lack of coffee probably made you over complicate things His StdQC section should either have min and max values specified in units which match the database (metric values for METRIC or METRICWX and Imperial values for the US default) or specify the units used for the min and max

[weewx-user] Reports not generating

2017-10-09 Thread ryan
Hi there I've had weewx happily running on my pi since 2012 and talking to WeatherUnderground (WU). Love it. Recently, I have been wanting to get the built-in reports working and they don't seem to generate anything. I've gone carefully through the troubleshooting tips and am not getting

[weewx-user] Re: Reports not generating

2017-10-09 Thread gjr80
Hi, Simple answer - yes. If you want some help tracking down your issue I recommend you edit weewx.conf, set debug = 1 then stop/start weeWX. Once weeWX has run for a couple of archive periods take a copy of your log from when weeWX started until a couple of archive periods are complete.

Re: [weewx-user] Re: CSV file and header

2017-10-09 Thread mwall
sorry about that missing import. fixed in weewx-csv version 0.8 -- 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

Re: [weewx-user] Re: CSV file and header

2017-10-09 Thread Jacques-Olivier Farcy
Thanks i will test this tomorrow. 2017-10-09 13:57 GMT+02:00 mwall : > On Monday, October 9, 2017 at 7:41:01 AM UTC-4, Jacques-Olivier Farcy > wrote: >> >> One other thing ... Will it be easy to add an option to be able to >> transform timestamp (the first field of

[weewx-user] Re: cumulus real time file not created

2017-10-09 Thread stefano
the weewx.conf file is the correct one because the ftp changes have been executed. I tried to change the realtime.txt file save path .. nothing; I tried to rewrite the variable "filename" from column 1 (and not aligned with the other variables and ... from the syslog the module was not even

Re: [weewx-user] Re: CSV file and header

2017-10-09 Thread Glenn McKechnie
Hi, Open /usr/share/weewx/user/csv.py with a text editor and add the following - import syslog - after the - import time - line. Save the file and restart weewx --- /etc/init.d/weewx restart An snippet follows with that addition made (ie:- the last line.) # $Id: csv.py 1748 2017-10-06

Re: [weewx-user] Re: CSV file and header

2017-10-09 Thread Jacques-Olivier Farcy
Youhou it works great THANK you Glenn I work with scientific researchers here, they need those datas. 2017-10-09 12:24 GMT+02:00 Glenn McKechnie : > Hi, > > Open /usr/share/weewx/user/csv.py with a text editor and add the > following - import syslog - after the -

Re: [weewx-user] Re: CSV file and header

2017-10-09 Thread mwall
On Monday, October 9, 2017 at 7:41:01 AM UTC-4, Jacques-Olivier Farcy wrote: > > One other thing ... Will it be easy to add an option to be able to > transform timestamp (the first field of each lines) into human readable > date and time ? > i thought that unix epoch *is* human readable ;)

Re: [weewx-user] Re: CSV file and header

2017-10-09 Thread Jacques-Olivier Farcy
One other thing ... Will it be easy to add an option to be able to transform timestamp (the first field of each lines) into human readable date and time ? 2017-10-09 13:19 GMT+02:00 mwall : > sorry about that missing import. > > fixed in weewx-csv version 0.8 > > --

Re: [weewx-user] Re: CSV file and header

2017-10-09 Thread Jacques-Olivier Farcy
Hello Mario, I have an error after testing this new version : (I uninstalled the 0.4, and installed 0.7) ... Oct 9 11:18:56 raspberrypi weewx[1650]: engine: Loading service user.csv.CSV Oct 9 11:18:56 raspberrypi weewx[1650]: engine: Caught unrecoverable exception in engine: Oct 9 11:18:56