[weewx-user] Re: Problems with Weewx on Raspberry Pi with WMR200

2016-10-11 Thread mwall
On Tuesday, October 11, 2016 at 3:20:51 PM UTC-4, shriramvenu wrote: > > 1) I keep my outdoor Thermo-Hygro sensor on Channel 2 because I get > interference on channel 1. I've searched through the documentation and cant > find any info on how to set weewx to receive data for channel 2. > this bug

Re: [weewx-user] Re: Changing Apache WAN port- HTTP security?

2016-10-11 Thread Tim Phillips
Yes, I will move over to the Apache forum for additional info now. Started here first to see how exactly Weewx was reporting, and now I understand thanks to all those who chimed in. COVER YOUR WEBCAMS!! haha/jk On Monday, October 10, 2016 at 9:13:07 PM UTC-7, Andrew Milner wrote: > > Perhaps,

[weewx-user] WH3081 USB stops working after some days

2016-10-11 Thread Mehale
Hello folks, I am running a WH3081 branded as Excelvan (http://www.excelvan.com/product-g_64.html) and weewx stops reading data from it after some days. The last time I ran into this I had to remove the USB cable and the batteries from the WS console to have weewx reading again. I havent measu

Re: [weewx-user] Best practices for wind calculations

2016-10-11 Thread Thomas Keffer
Weewx is designed to be extensible. An extension to do software generation of wind direction would not be hard, but you'll need to know some Python. -tk On Mon, Oct 10, 2016 at 8:23 PM, Les Niles wrote: > A related question: Would it be difficult to hack weewx to use a mixture > of hardware and

Re: [weewx-user] Re: Barometer

2016-10-11 Thread John Jensen
I had read them. I think I misinterpreted it LOL On Oct 11, 2016 06:56, "Andrew Milner" wrote: > Most things are in the weewx guides - and the latest guides are a mine of > information. Make sure you know what is in them - things can change with > new versions Always refer to the guides ra

Re: [weewx-user] Re: Barometer

2016-10-11 Thread Andrew Milner
Most things are in the weewx guides - and the latest guides are a mine of information. Make sure you know what is in them - things can change with new versions Always refer to the guides rather than making guesses and assumptions - that is what they are there for - and weewx guides are am

Re: [weewx-user] Re: Barometer

2016-10-11 Thread John Jensen
I will change it to that when I get home from work and see if that works. Thanks Andrew. On Oct 11, 2016 06:51, "Andrew Milner" wrote: > From the hardware guide pressure is hardware for your station and > barometer and altimeter are software derived > > So to calibrate you need > [StdCalibrate]

Re: [weewx-user] Re: Barometer

2016-10-11 Thread Andrew Milner
>From the hardware guide pressure is hardware for your station and barometer and altimeter are software derived So to calibrate you need [StdCalibrate] [[calibrations]] pressure = pressure + 1.28 and in StdWxCalculate [StdWxCalculate] [[calculations]] pressure = hardware barometer

[weewx-user] Re: v3.6.0 - WMR 300 - WeeWxIOError: [Errno 110]

2016-10-11 Thread Miguel Iniesta
Hello m, Good news. v3.6.0 is working fine on the Raspberry after reinstalling Raspbian. It's been running for over 12 hours without any error so far. Therefore, it can be infer that Errno110 was hw related (laptop usb ports) or an Ubuntu 16.04 issue on this laptop. I have tested the usb ports o

Re: [weewx-user] Re: Barometer

2016-10-11 Thread John Jensen
I have a acurite 01036 it should have been 30.23 inhg at the time I did the change. On Oct 11, 2016 05:54, "Andrew Milner" wrote: > One of them must come from hardware!! Check the user guide for your > station type and it will tell you which comes from hardware and which have > to be derived in

[weewx-user] Re: Barometer

2016-10-11 Thread Andrew Milner
One of them must come from hardware!! Check the user guide for your station type and it will tell you which comes from hardware and which have to be derived in software. Then use the calibrate to add/subtract whatever you need (in the units of your database) What is your station type? What S

[weewx-user] Barometer

2016-10-11 Thread Double J Entertainment
On weatherunderground I was getting 28.95 so I set the StdCalibrate to software for pressure barometer and altimeter now on all the places I upload data I am getting a -- or no pressure or no pressure readings at all. I assume I need to set them back to prefered hardware. But what do I do to cal

[weewx-user] Re: user.imageStackedWindRose3.ImageStackedWindRoseGenerator

2016-10-11 Thread Nikolas Kallianiotis
Hello Gary, thanks for your prompt reply. Yes I m using raspbian and a couple days ago I upgraded from Wheezy to Jessie. During that procedure I mistakenly removed various packages which caused a lot of problems in various services running on my raspberry. just installed the fonts package and

[weewx-user] user.imageStackedWindRose3.ImageStackedWindRoseGenerator

2016-10-11 Thread gjr80
Hi, The problem is that the font specified at windrose_font_path in the [StdReport] [[ImageStackedWindRoseGenerator]] section in weewx.conf cannot be found. I must change the default to something a little more common. You have a couple of options: 1. Install the font, assuming you are using so

[weewx-user] Re: How do I monitor for "BatteryStatus': 1"

2016-10-11 Thread gjr80
Meant to add, I seem to remember a few posts on this over the years. If you search the groups you will probably find a few posts from users who have implemented the lowBattery service covering some of the issues they have had. Gary -- You received this message because you are subscribed to th

[weewx-user] user.imageStackedWindRose3.ImageStackedWindRoseGenerator

2016-10-11 Thread Nikolas Kallianiotis
Hello, Can anyone help me with this ? reportengine: Caught unrecoverable exception in generator user. imageStackedWindRose3.ImageStackedWindRoseGenerator Oct 11 11:11:26 rpi weewx[1022]: cannot open resource Oct 11 11:11:26 rpi weewx[1022]: Traceback (most recent call last): Oct 11 11

[weewx-user] Re: How do I monitor for "BatteryStatus': 1"

2016-10-11 Thread Ξ
Oh wow, Gary, there's actually lowBattery.py in the examples. I don't know anything about Python but I'll see what I can do, I'll try to find someone to help me. thanks :) On Monday, October 10, 2016 at 11:02:22 AM UTC+3, gjr80 wrote: > > Hi, > > You could have weewx do it all for you with a cu