Re: [weewx-user] How to setup linear correction?

2017-07-05 Thread Neil Trimboy
Have a read of https://github.com/weewx/weewx/wiki/Barometer,-pressure,-and-altimeter You say you are making your own station. That means you will likely be measuring *pressure* at your station so should be reporting that and letting weewx calculate barometer and altimeter. For example my 1wir

Re: [weewx-user] WeeWX Docker Image Available

2017-07-05 Thread John Goerzen
Done! And I should note I had a bit of a braino on the Docker hub URL. The correct one is: https://hub.docker.com/r/jgoerzen/weewx/ On 07/04/2017 08:43 AM, Thomas Keffer wrote: > Thanks, John! > > Perhaps you could write up a Wiki entry > about your image? >

Re: [weewx-user] How to setup linear correction?

2017-07-05 Thread Jonis Maurin Ceará
Tks Gary! For now, I'm using a fileparser driver. To write this file, I'm using a C program that I'm writting. This program reads from BMP280 and DHT22.I'm just waiting other parts to arrive so I can build other sensors. I'm planing to read UV (just waiting AD conversor), light intensity and w

[weewx-user] Re: Archive question

2017-07-05 Thread mwall
On Tuesday, July 4, 2017 at 4:10:04 PM UTC-4, JJ Drones1 wrote: > > Jul 4 14:54:14 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi > indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00 > > Jul 4 14:54:32 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi

[weewx-user] How to setup linear correction?

2017-07-05 Thread gjr80
Hi, How it works? Simple, each time weeWX receives a packet or record that contains outTemp, weeWX replaces the outTemp value with a new value that is equal to the original outTemp value plus 0.02 times the original outTemp value minus 68. The new outTemp value is then used and the old outTemp

Re: [weewx-user] Re: Archive question

2017-07-05 Thread mwall
you must set both debug=1 and debug_raw=1 in order to see the acurite raw packet output. debug=1 ... [Acurite] ... debug_raw=1 ... -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails f

[weewx-user] Re: "vantage: no received..." with Davis Pro2 IP logger crashes weewx

2017-07-05 Thread gjr80
Hi, To use loop_on_init edit weewx.conf and put the line: loop_on_init = True on a line at the top or root level (ie not in any [] stanzas). You could put it just under debug = 0. You will need to stop then start weeWX for the new setting to take effect. Gary -- You received this message be

[weewx-user] How to setup linear correction?

2017-07-05 Thread Jonis Maurin Ceará
Hi! I'm building my own weather station with custom hardware and I'm having some problems with barometer. My barometer is reading 964 hPa while should be reading 1024 hPa, that's a '60' hPa difference. I'm reading manual and I found an example with temperature, but I don't uinderstand how this

[weewx-user] Re: Error with Meteostick

2017-07-05 Thread mwall
fixed in weewx-meteostick v0.50 at commit e3caf92 -- 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, visit

[weewx-user] Re: "vantage: no received..." with Davis Pro2 IP logger crashes weewx

2017-07-05 Thread Mike
Sorry I forgot to tell, I am using the a Davis Pro 2 with an IP logger Am Sonntag, 21. Juni 2015 02:20:29 UTC+7 schrieb William Phelps: > > One of my weewx installs has a Davis Pro2 with an IP logger. With the > upgrade to 3.1.0, I've noticed several "crashes" that I wasn't getting > before the

[weewx-user] Re: "vantage: no received..." with Davis Pro2 IP logger crashes weewx

2017-07-05 Thread Mike
Hi guys, It seems I am facing the same issue every 24 - 36 hours. I am pretty sure my local network is fine, even the port forwarding to my PWS. I don´t like to open a new post. I am using weewx V 3.71 Where do I have to add the "loop-on-it ? IBelow the important part from the log Thanks in a

Re: [weewx-user] Re: Archive question

2017-07-05 Thread John Jensen
I will do the set raw on Thursday evening. I have the model 1036RX On Jul 5, 2017 8:17 AM, "gjr80" wrote: > Thanks John, > > I know little of the AcuRite stations but your log extract indicates a > few things: > > 1. outTemp is frequently None in the raw packets being seen by the WU > uploader.

[weewx-user] Re: Archive question

2017-07-05 Thread gjr80
Thanks John, I know little of the AcuRite stations but your log extract indicates a few things: 1. outTemp is frequently None in the raw packets being seen by the WU uploader. outTemp appears with a numeric value in the raw packets at 15:06:17, 15:06:53 and 15:07:29 (the end of the log extract

[weewx-user] Re: Old data on weather page

2017-07-05 Thread Danie Van der Laan
Thanks Gary, that solved the issue. Appreciate the help! -- 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: Error with Meteostick

2017-07-05 Thread gjr80
Hi, I have not used the meteostick driver but assuming you are using meteostick.py from the current master branch from Matthew's GitHub weewx-meteostick repo , I think lines 1030 and 1031 need some attention: dbg_parse(

[weewx-user] Re: Old data on weather page

2017-07-05 Thread gjr80
Hi, It appears you still have old data in your station from 2015. I suggest you use the wee_device utlity to clear your station memory . Gary On Wednesday, 5 July 2017 2

[weewx-user] Old data on weather page

2017-07-05 Thread Danie Van der Laan
I have installed weexwx on a Raspberry PI 3 and everything seems to work fine except the data on my weather page is from 2015 and it does not update to the latest data. (This is a new installation) I do see the following in the log file: ul 5 13:21:30 ICC-PI weewx[8612]: vantage: gentle wake

[weewx-user] Error with Meteostick

2017-07-05 Thread Ruben Navarro Huedo
Hello friends: We are testing meteostick with last weewx and last meteostick driver. We get this error: Jul 5 12:37:13 raspberrypi weewx[1994]: engine: Caught unrecoverable exception in engine: Jul 5 12:37:13 raspberrypi weewx[1994]: ** 'humidity' Jul 5 12:37:13 raspberrypi weewx[1994]: