[weewx-user] Redundant and self synchronizing database between two systems - which approach (MQTT ?) ?

2017-12-26 Thread Markus
Hello, i am building up a Raspberry Pi based home made weather station at my garden house. The data collecting script will be self written (more to this script here: https://www.wxforum.net/index.php?topic=22428.0 ) For a stable system the RasPi will run with a industrial grade microSD

[weewx-user] Re: Original Vantage Pro, connected via serial-ethernet converter?

2017-12-26 Thread 'loonsailor' via weewx-user
I forgot to mention - running under Ubunto 17.10. On Tuesday, December 26, 2017 at 9:57:39 PM UTC-8, loonsailor wrote: > > My old computer, on which I've been running view for many years, has died. > I'd like to switch over to weewx, but I'm not sure if it will support my > hardware. I'm

[weewx-user] Original Vantage Pro, connected via serial-ethernet converter?

2017-12-26 Thread 'loonsailor' via weewx-user
My old computer, on which I've been running view for many years, has died. I'd like to switch over to weewx, but I'm not sure if it will support my hardware. I'm running an original vantage pro. The console has a serial port, which I've connected to my LAN with a Lantronix serial-ethernet

[weewx-user] Some possible helps for anyone running an old Davis Vantage Pro2 console

2017-12-26 Thread Doug Bo
I'm running an older Vantage Pro2 console, vintage 2007, firmware 1.90 (can't update firmware due to console hardware changes) My WeatherlinkIP is running current firmware but console seems to be very slow to respond. I disabled the upload to weatherlink. I had to tweak the conf file to get

[weewx-user] Best way to add WebDAV to weewx?

2017-12-26 Thread Doug Bo
Uploading files to a remote web server using FTP is not working due to multiple levels of NAT on my local network (wireless ISP) & my web server provider setup. My web server provider prefers WebDAV over FTP when uploading files from a device buried behind multiple levels of NAT. Currently

Re: [weewx-user] Re: Weewx generating reports two days head

2017-12-26 Thread Mike Dame
So it will not restart, I copied back the backup database. I tried with and without the sql drop, now the database will not start... :( pi@raspberrypi:~ $ sudo cp -p /var/tmp/weewx.sdb.backup /var/lib/weewx/weewx.sdb pi@raspberrypi:~ $ sudo sqlite3 /var/lib/weewx/weewx.sdb SQLite version 3.8.7.1

Re: [weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread Thomas Keffer
​That suggests a bug in the driver. Looking through the code and comparing it to Bashewa's reverse engineered protocol , it looks like the driver might be decoding the wrong byte.​ I don't have access to an WMR200, so I'll have to ask the original

[weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread Mark Jenks
20 miles NW from Green Bay, WI. Frozen Tundra! On Tuesday, December 26, 2017 at 3:21:28 PM UTC-6, vince wrote: > > On Monday, December 25, 2017 at 10:24:36 PM UTC-8, Mark Jenks wrote: >> >> Yes, I live somewhere where the air hurts my face.. But that being said, >> when windchill hits -25, it

[weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread vince
On Monday, December 25, 2017 at 10:24:36 PM UTC-8, Mark Jenks wrote: > > Yes, I live somewhere where the air hurts my face.. But that being said, > when windchill hits -25, it calculates it wrong. > > Outside Temperature -9.4°F > Wind Chill -24.6°F > Heat Index -9.4°F > Dewpoint -34.2°F >

[weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread Mark Jenks
Correct. On Tuesday, December 26, 2017 at 1:44:41 PM UTC-6, gjr80 wrote: > > So when weeWX was displaying the nonsense windchill at the same time the > console was displaying the correct windchill? > > Gary > -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: Weewx generating reports two days head

2017-12-26 Thread gjr80
Hi, Try dropping the daily summaries before rebuilding: sudo wee_database --drop-daily sudo wee_database --rebuild-daily Since 3.7.0 (I think) you can usually, but not always, rebuild without first dropping. I think this is one of those exceptions. Gary -- You received this message because

[weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread gjr80
So when weeWX was displaying the nonsense windchill at the same time the console was displaying the correct windchill? 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

[weewx-user] Re: Oregon scientific WMR300 issues

2017-12-26 Thread Alberto Sánchez
Thanks!!! I will test as soon as possible and I will inform here. -- 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

[weewx-user] Re: Oregon scientific WMR300 issues

2017-12-26 Thread mwall
On Tuesday, December 26, 2017 at 8:07:51 AM UTC-5, Alberto Sánchez wrote: > > I am testing new mwall driver 0.19RC1 (Thanks a lot mwall). But I have > problems with it: > >> >> fixed at commit e43e033 it looks like we must ignore usb non-errors and usb timeouts for all reads and writes m --

[weewx-user] Re: Weewx generating reports two days head

2017-12-26 Thread Mike Dame
Got an error with trying to rebuild database. pi@raspberrypi:~ $ sudo wee_database --rebuild-daily --from 2017-12-25 Using configuration file /etc/weewx/weewx.conf Using database binding 'wx_binding', which is bound to database 'archive_sqlite' Daily summaries from 2017-12-25 through the end

[weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread Mark Jenks
Yes, software seems to be working fine now. Outside Temperature -9.6°F Wind Chill -26.9°F Heat Index -9.6°F Dewpoint -34.3°F Humidity 27% Barometer 30.599 inHg Barometer Trend (3 hours) 0.057 inHg Wind 9 mph from 270° (W) Rain Rate 0.00 in/hr Inside Temperature 62.1°F Inside Humidity 25% On

[weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread Mark Jenks
Yes, windchill is correct on the station. Says -30F right now. I'm going to try switching it to software to see if it fixes it for now. I have a feeling that the driver isn't grabbing it correctly. -Mark On Tuesday, December 26, 2017 at 3:54:03 AM UTC-6, gjr80 wrote: > > Hmm, accoding to the

[weewx-user] wh1080 tendency

2017-12-26 Thread Daniel Jerez
---Detectar idiomaAfrikáansAlbanésAlemánAmáricoÁrabeArmenio AzerbaiyanoBengalíBielorrusoBirmanoBosnioBúlgaroCanarésCatalánCebuanoChecoChino (Simplificado)Chino (Tradicional)CingalésCoreanoCorsoCriollo haitianoCroata

Re: [weewx-user] Re: Weewx generating reports two days head

2017-12-26 Thread Thomas Keffer
Somehow the clock on your weather station or your RPi got a couple days ahead of reality, perhaps when you rebooted. Do you have a real-time clock? To figure out what happened you would have to go through the historical RPi system logs from back when you rebooted. In any case, no matter what the

[weewx-user] Re: Oregon scientific WMR300 issues

2017-12-26 Thread Alberto Sánchez
If I restart weewx It works well. -- 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: Oregon scientific WMR300 issues

2017-12-26 Thread Alberto Sánchez
I am testing new mwall driver 0.19RC1 (Thanks a lot mwall). But I have problems with it: Dec 26 14:01:28 raspberrypi weewx[2333]: File "/usr/share/weewx/weewx/drivers/wmr300.py", line 1230, in get_history Dec 26 14:01:28 raspberrypi weewx[2333]: self.finish_history() Dec 26

[weewx-user] Re: Weewx generating reports two days head

2017-12-26 Thread Mike Dame
I have attached two cycles, the log looks normal to me (but not an expert). Without doing a sql query to look at the database, it weekly temp graph looks like it is adding data on the correct date, but the current graph is plotting data that was dated wrong Mike On Monday, December 25,

Re: [weewx-user] Re: rapidfire work on usb conected acurite display and 5-1 sensor?

2017-12-26 Thread Thomas Keffer
Warren: Matthew has come up with a fix. If you want to give it a try, you can replace your copy of the file bin/weewx/wxservices.py with this one . Alternatively, if you're using git, you can just do a pull and run it

[weewx-user] Myacurite

2017-12-26 Thread John Jensen
Is there any support for the myacurite website in weewx? -- 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

[weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread gjr80
Hmm, accoding to the Hardware Guide (http://weewx.com/docs/hardware.htm#wmr200_notes) the WMR200 calculates and provides windchill to weeWX. So it's likely either the WMR200 driver is decoding windchill incorrectly or the station is outputting nonsense windchill now and then. Does windchill

[weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread Andrew Milner
It looks to me as though the windchill came in from the station wrong (3302.8 in the log you posted). Have you tried setting windchill = software rather than the default of hardware in stdwxcalculate / calculations section of weewx.conf to see if it makes any difference?? On Tuesday, 26

Re: [weewx-user] Disabling Weewx Autostart

2017-12-26 Thread Gary Roderick
Hi, *sudo rm /etc/init.d/weewx * should what you want. Gary On Tue, 26 Dec 2017 at 19:12, Phil Green wrote: > Hi, > I have just been updating my Pi hardware from a Pi2 to Pi3. > I use to use a hardware RTC module to set the clock time on boot. > However the new Pi3 case

Re: [weewx-user] trouble getting a calculated max solar radiation written in archive table

2017-12-26 Thread gjr80
Good that fixed the problem. Granted the requirement for pyephem is not as clearly spelt out as it should, probably because pyephem was first used for planetary/Sun/star rise/set/transit calcs and maxSolarRad was added much later. I'll make a note to add a couple of lines to the docs. Thanks.

[weewx-user] Re: Windchill generated wrong.

2017-12-26 Thread Mark Jenks
WMR200. Weewx 3.8.0 On Tuesday, December 26, 2017 at 12:35:44 AM UTC-6, gjr80 wrote: > > Also, what type of station? > > Gary > Dec 26 03:19:28 server weewxd: LOOP: 2017-12-26 03:19:03 CST (1514279943) altimeter: None, appTemp: None, barometer: None, cloudbase: None, dateTime:

Re: [weewx-user] trouble getting a calculated max solar radiation written in archive table

2017-12-26 Thread Tom Van Dyck
Your quick stab in the dark did the trick! Thanks! :-) But its still guesswork if you don't know this. The docs (in the StdWXCalculate section) don't state you need this library if you add maxSolarRad calculation + the application doesn't crash if the library is missing. Op maandag 25

[weewx-user] Disabling Weewx Autostart

2017-12-26 Thread Phil Green
Hi, I have just been updating my Pi hardware from a Pi2 to Pi3. I use to use a hardware RTC module to set the clock time on boot. However the new Pi3 case I have no longer suits the RTC module. Because Weewx is set to autostart and the clock is set using the fake clock method and is incorrect