[weewx-user] Custom Reports

2020-02-12 Thread gjr80
Most likely a PYTHON_PATH issue (basically python has no idea where to find the WeeWX modules. Try something like: $ PYTHON_PATH=/home/weewx/bin python3 s3upload.py /Users/Mike/WebSites/Weewx/new or $ PYTHON_PATH=/usr/share/weewx python3 s3upload.py /Users/Mike/WebSites/Weewx/new depending on

[weewx-user] Calling custom posts

2020-02-12 Thread gjr80
A few things. Rather than put your generator in reportengine.py put it in its own file in /home/weewx/bin/user or /usr/share/weewx/user, that way it will survive WeeWX. To invoke your generator create a skin ala FTP and in your skin.conf you will invoke your generator rather than the FTP genera

[weewx-user] Re: wanted: users with ecowitt gw1000 wifi bridge

2020-02-12 Thread G Hammer
I have a question and an observation. The observation is that 0.53 of Interceptor does not shut down cleanly with weewx version 4.0.0b12 (or b10, b11), Python 2.7.17 Feb 12 04:58:53 srvr systemd[1]: Stopping LSB: weewx weather system... Feb 12 04:58:53 srvr weewx[26866]: * Stopping weewx weather

[weewx-user] Re: Summaries customization: adding inside Temp and humidity

2020-02-12 Thread Hervé Bouché
As already mentioned ... I am a newby I also don't speak English very well ... sorry for that! Anyway, I managed to access the data file (DB browser installed to read the weewx.sdb file) and I found that the simulated "indoor temperature" and "humidity" were correctly recorded in the database. O

[weewx-user] Re: Chilling hours

2020-02-12 Thread Estrokarma
Hi Guiherme, I'm looking to add the same personalization you added. Did you succeeded in the process? It would help a lot if you could explain how did you do. Thanks Carlo Il giorno domenica 16 ottobre 2016 23:19:26 UTC+2, Guilherme DP ha scritto: > > Hello, > > I use the N

Re: [weewx-user] Re: WS-3000

2020-02-12 Thread Olivier Guyotot
If your installation was done using the Debian package manager, then you need to deploy the ws3000.py file in /usr/share/weewx/user. And the command to run would presumably be: PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/ws3000.py Unfortunately I have no experience with this type of

[weewx-user] Re: Summaries customization: adding inside Temp and humidity

2020-02-12 Thread Hervé Bouché
I've found a solution, I couldn't understand how to solve my question in the configuration guide but by looking around in all the files I've found the template files for the NOAA summaries here : home/weewx/skins/Seasons/NOAA/ Then things are quite simple as I've copied the outside temps part and

Re: [weewx-user] Re: Mismatch Between Hardware and weeWX Data

2020-02-12 Thread Dan Blanchard
Andrew, how do I calibrate the pressure in weewx? Also, what's a FO station? On Tuesday, February 11, 2020 at 8:01:08 PM UTC-8, Andrew Milner wrote: > > check that the absolute pressure is correct - I have had a FO station > which had a dodgy pressure sensor before now. Calibrating pressure in

[weewx-user] Custom Reports

2020-02-12 Thread gjr80
Sorry, don’t know where I was when I replied but it’s PYTHONPATH not PYTHON_PATH. Gary -- 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...@goo

[weewx-user] Re: Calling custom posts

2020-02-12 Thread Mike Revitt
That makes sense, I have created a skin with its own weewx.conf already, was struggling to work out how to call the generator in its own file Do I then call it from the S3 conf file like this [Generators] generator_list = weeutil.s3upload.S3Upload -- where weeutil is the directory

[weewx-user] Re: Custom Reports

2020-02-12 Thread Mike Revitt
That worked perfectly, can now call it from the command line and it works exactly as I need. The next challenge is on my other thread but looks like I have an answer there as well. All going well I should have an S3 interface running within the next couples of weeks as a standalone add on. Ha

[weewx-user] Re: Calling custom posts

2020-02-12 Thread Paul Anderson
Hi Mike, Reading your post jogged my memory that I had read of someone doing this previously. weewx-S3upload https://github.com/wmadill/weewx-S3upload Maybe you can try it, or use it for ideas. Have fun! Paul -- You received this message because you are subscribed to the Google Groups "weewx-u

[weewx-user] Re: Calling custom posts

2020-02-12 Thread gjr80
On Thursday, 13 February 2020 08:39:26 UTC+10, Mike Revitt wrote: > > That makes sense, I have created a skin with its own weewx.conf already, > was struggling to work out how to call the generator in its own file > I suspect you mean its own skin.conf, your only connection to weewx.conf will be

Re: [weewx-user] Re: Mismatch Between Hardware and weeWX Data

2020-02-12 Thread Andrew Milner
1. use stdcalibrate section of weewx.conf http://weewx.com/docs/usersguide.htm#StdCalibrate 2. FO station = Fine Offset weather station On Wednesday, 12 February 2020 22:15:48 UTC+2, Dan Blanchard wrote: > > Andrew, how do I calibrate the pressure in weewx? Also, what's a FO > station? > > On T

Re: [weewx-user] Re: Mismatch Between Hardware and weeWX Data

2020-02-12 Thread Dan Blanchard
Andrew, are you suggesting that I make a 'correction' entry under [StdCalibrate] such as barometer = barometer -2.8 assuming that I am getting a pressure reading of 30.13 and Barometer and ALtitude readings of 32.93? (see attached screenshot) On Wednesday, February 12, 2020 at 7:42:08 PM UTC