Re: [weewx-user] wrong rain total in the monthly and year report

2016-12-15 Thread Andrew Milner
The problem might have arrived on 5th December - but did you zeroise or nullify ALL the wrong values ?? Maybe you missed one or more. The simplest is to check the archive table with something like SELECT dateTime, rain from archive where rain > 100;(or some other appropriate value) Then

Re: [weewx-user] wrong rain total in the monthly and year report

2016-12-15 Thread Marc Aubry
Oups sorrry. i didn't refresh properly mthe page in my browser. The problem is solved. rebuilding the table was the solution... thanks On Friday, December 16, 2016 at 2:44:54 PM UTC+7, Marc Aubry wrote: > > I just rebuilt the daily table just in case. but i had already deleted > this values in

Re: [weewx-user] wrong rain total in the monthly and year report

2016-12-15 Thread Andrew Milner
If the wrong value(s) are in daily tables and you want to rebuild the daily tables from the archive then yes, you can rebuild by using drop and backfill. If the database is correct the problem may just be that you need to wait a while - the yearly html page is only built once a day (at

[weewx-user] Re: weewx stop reporting (or crash?) few time per day ????

2016-12-15 Thread mwall
On Thursday, December 15, 2016 at 9:45:39 PM UTC-5, Marc Aubry wrote: > > Hi > how do i know which version of the wh23xx driver i'm running? it's should > be in user.wh23xx but i can't find the location. > the driver version is reported in the log soon after weewx starts up or you can find it

[weewx-user] Re: weewx stop reporting (or crash?) few time per day ????

2016-12-15 Thread Marc Aubry
Hi how do i know which version of the wh23xx driver i'm running? it's should be in user.wh23xx but i can't find the location. to reinstall the driver is it enough to do : wget -O weewx-wh23xx.zip https://github.com/matthewwall/weewx-wh23xx/archive/master.zip wee_extension --install

[weewx-user] Re: weewx stop reporting (or crash?) few time per day ????

2016-12-15 Thread Marc Aubry
Hi, Thanks for your reply. I'm running jessie on a rpi 2 i can give a try on rpi3 i have one in stock. thanks On Friday, December 16, 2016 at 9:17:29 AM UTC+7, Andrew Milner wrote: > > I had exactly the same thing happen to me on an RPi2, with external HDD > running MySQL on debian wheezy. > >

[weewx-user] Re: weewx stop reporting (or crash?) few time per day ????

2016-12-15 Thread Marc Aubry
Hi thanks for the tip. i just run weewx under a screen bash and will monitor it. :) On Friday, December 16, 2016 at 9:14:07 AM UTC+7, mwall wrote: > > On Thursday, December 15, 2016 at 9:00:03 PM UTC-5, Marc Aubry wrote: >> >> weewx stop reporting few times per day and probably crash because

Re: [weewx-user] wrong rain total in the monthly and year report

2016-12-15 Thread Thomas Keffer
Rebuild the daily summaries . -tk On Thu, Dec 15, 2016 at 6:11 PM, Marc Aubry wrote: > hi > i have a wrong total rain value on the monthly and year report. > for the 05th december 2016 it show 33554455 mm of rain.

[weewx-user] wrong rain total in the monthly and year report

2016-12-15 Thread Marc Aubry
hi i have a wrong total rain value on the monthly and year report. for the 05th december 2016 it show 33554455 mm of rain. http://web.cubadak-paradisovillage.com/weather/NOAA/NOAA-2016-12.txt http://web.cubadak-paradisovillage.com/weather/month.html

[weewx-user] weewx stop reporting (or crash?) few time per day ????

2016-12-15 Thread Marc Aubry
Hi i'm running weewx 3.6.2-1 on a raspberry pi 2 connected to the lan via cable and a deported mysql database server hosted on ubuntu linux computer. weewx report on local webserver hosted on the same rapberry as the weewx server and on a ftp server at the following:

Re: [weewx-user] reducing writes on sd card based RasPi

2016-12-15 Thread Thomas Keffer
Take a look at the Weewx wiki, under "Operating system configuration. " It has a lot of information on configuring system logs. In the same section, there is also some tips on reducing writes to SD cards. -tk On Thu, Dec 15,

Re: [weewx-user] Re: Cannot add port 'tty/ttyUSB0', unhandled serial type

2016-12-15 Thread Thomas Keffer
​Hello, Eric Everything looks normal to me. An archive record for 19:00 EST was stored in the database, and some HTML files were generated from it. What problem are you trying to solve? -tk​ On Thu, Dec 15, 2016 at 4:11 PM, Eric Gammeter wrote: > > > Still at it:

[weewx-user] Re: Integration with Alexa

2016-12-15 Thread vince
On Thursday, December 15, 2016 at 8:24:21 AM UTC-8, Matt Sargent wrote: > > I am writing an Alexa skill that would be able to interface to Weewx. > Pretty simple for the current data and such, but I am hoping to add the > ability to query past weather conditions. Has anyone developed an API of

[weewx-user] Re: Error running cmon on OS X

2016-12-15 Thread Dan'l B
On Tuesday, November 22, 2016 at 6:01:17 PM UTC-5, mwall wrote: > > On Tuesday, November 22, 2016 at 5:50:02 PM UTC-5, Dan'l B wrote: >> >> >> 22/11/2016 17:40:14.628 weewx[91421]: File >>> "/Users/Shared/weewx/bin/user/cmon.py", line 581, in get_data >> >> 22/11/2016 17:40:14.628

Re: [weewx-user] Integration with Alexa

2016-12-15 Thread Thomas Keffer
Not sure what you mean by "API." As Andrew suggests, you can always query the database directly, using SQL statements. But, if you're looking for something more like a RESTful API, then no, there's nothing like that that I'm aware of. Wouldn't be too hard to put together. -tk On Thu, Dec 15,

[weewx-user] Re: Weewx stops working: WH2320 using weewx-wh23xx driver and Sofaskin

2016-12-15 Thread Nicky G
Hello, just to update you I have not had any further crashes, I have checked the logs and cannot see any decode failed messages. Thanks, Nicky On Thursday, December 8, 2016 at 12:30:34 PM UTC, Nicky G wrote: > > Thank you very much! I will give it a try and let you know how I go on and > will

[weewx-user] Re: Integration with Alexa

2016-12-15 Thread Andrew Milner
Most stations have only limited historical data storage, and weewx moves all the historical data from the ststion to the archive for long term storage. The drivers within weewx all 'query' the stations to obtain the data which is processed by weewx. The past data is held in either SQLite or

[weewx-user] Fine Offset - loss of radio signal

2016-12-15 Thread Andrew Milner
I have reported a suspicion of this before - but now I am confirming this. I started to suffer from a loss of radio reception on my FO1080 - and knew the batteries were ok. When it became a case of more lost than connected I decided to investigate further. On looking at the transmitter I