Re: [weewx-user] WMR200 Extra Sensors Out of Sequence with WeeWX 3.6.2

2016-12-16 Thread Andrew Milner
Did you read the release notes before you updated?? http://weewx.com/docs/changes.txt see the notes regarding 3.6.1 On Saturday, 17 December 2016 09:01:19 UTC+2, bjs...@gmail.com wrote: > Yes, what you have stated is my goal. However, I made the additions to > the weewx.conf file and restart

Re: [weewx-user] WMR200 Extra Sensors Out of Sequence with WeeWX 3.6.2

2016-12-16 Thread bjs . pdx
Yes, what you have stated is my goal. However, I made the additions to the weewx.conf file and restarted weewx, but it doesn't seem to have taken effect. I'll reboot the system tomorrow and tinker with it some more. Thanks for your response. It has been very helpful. I wish I had found out

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

2016-12-16 Thread Andrew Milner
Differences between metricwx and metric are here: http://www.weewx.com/docs/customizing.htm#units and here http://www.weewx.com/docs/usersguide.htm#StdConvert It is all about the units in the database not the reports - since the reports can be in any units you wish. FYI the world record is 38mm

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

2016-12-16 Thread Marc Aubry
by Metric i mean that my database and reports use mbar, knots, mm according to the weewx config file. i don't know the difference between METRIC and METRICWX ? Oups you are right, i better lower the max rain. i was thinking per day and not by archive period. i'm living on the equator and

Re: [weewx-user] WMR200 Extra Sensors Out of Sequence with WeeWX 3.6.2

2016-12-16 Thread Thomas Keffer
I'll try and be as explicit as possible. For the WMR200 sensor #2, your old driver emitted extraTemp2, and, I presume, it was recorded in your database as extraTemp2. The new driver will emit extraTemp1. If you do nothing, it will be recorded in the database as extraTemp1. My suggestion copies t

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

2016-12-16 Thread Thomas Keffer
You say you're using the metric system. Is that METRIC? Or, METRICWX? If the former, your StdQC would eliminate any data that has more than 300 cm of rain in an archive period. Unless your archive period is unusually long, you could probably make it as little as 1 cm. -tk On Fri, Dec 16, 2016 at

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

2016-12-16 Thread Thomas Keffer
Well, you could edit the bad datum directly, but it would be easy to screw things up. If you know the correct total daily rainfall, a statement like this, would fix it (NOT TESTED): UPDATE archive_day_rain SET rain=xx WHERE dateTime = t; where xx is the correct total rainfall for the day, and

Re: [weewx-user] WMR200 Extra Sensors Out of Sequence with WeeWX 3.6.2

2016-12-16 Thread bjs . pdx
Trying to clarify this in my own mind... In the corrections you listed which items represent the data as understood by the WMR200? I wan't extraTemp3 from the WMR200 to be extraTemp3 for weewx. With the updated driver, as I understand it, extraTemp3 is now read from the station as extraTemp2

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

2016-12-16 Thread Marc Aubry
hi, Is there not a faster way than rebuilding the all tables? i have data from june 2014 in the database because i have imported the data from my previous cumulus system. it take a long time to rebuild the all daily summaries from a raspberry just to correct one bad entries? is it enough to pu

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

2016-12-16 Thread Marc Aubry
Is there not a faster way than rebuilding the all tables? i have data fom june 2014 in the database because i have imported the data from my previous cumulus system. it take a long time to rebuild the all daily summaries from a raspberry just to correct one bad entrie? -- You received this me

Re: [weewx-user] WMR200 Extra Sensors Out of Sequence with WeeWX 3.6.2

2016-12-16 Thread Thomas Keffer
Yes. As I said, it was released in V3.6.1, released 10/13/16. -tk On Fri, Dec 16, 2016 at 4:44 PM, wrote: > Has this been implemented? From the issue posting it seemed that this > wasn't available yet. > > On Friday, December 16, 2016 at 4:37:17 PM UTC-8, Tom Keffer wrote: >> >> I realized my

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

2016-12-16 Thread Marc Aubry
Hi, The sever hasn't crashed last night, so the problem seem to be solved. to solve it i did the following: *sudo apt-get update * to upgrade all the raspbian dependencies *wget -O weewx-wh23xx.zip https://github.com/matthewwall/weewx-wh23xx/archive/master.zip * *wee_extension --install weewx-w

Re: [weewx-user] WMR200 Extra Sensors Out of Sequence with WeeWX 3.6.2

2016-12-16 Thread bjs . pdx
Has this been implemented? From the issue posting it seemed that this wasn't available yet. On Friday, December 16, 2016 at 4:37:17 PM UTC-8, Tom Keffer wrote: > > I realized my response does not help you very much. > > One thing you could do is remap them using the StdCalibrate facility: > > [S

Re: [weewx-user] WMR200 Extra Sensors Out of Sequence with WeeWX 3.6.2

2016-12-16 Thread Thomas Keffer
I realized my response does not help you very much. One thing you could do is remap them using the StdCalibrate facility: [StdCalibrate] [[Corrections]] extraTemp3 = extraTemp2 extraTemp2 = extraTemp1 extraTemp1 = None This would cause the value in extraTemp2 to appear as extraTemp

Re: [weewx-user] WMR200 Extra Sensors Out of Sequence with WeeWX 3.6.2

2016-12-16 Thread Thomas Keffer
Sorry, I did not see this message before replying to your other message. The sensor mappings were changed in v3.6.1 (released 10/13/2016). See issue #164 . -tk On Fri, Dec 16, 2016 at 4:24 PM, wrote: > I just upgraded my weewx installation to version

Re: [weewx-user] Re: after upgrade to weewx 3.6.1 not outdoor sensor data displayed (WMR200)

2016-12-16 Thread Thomas Keffer
I don't know what you mean by "sensor changes." On the WMR200: sensor ID 1 is mapped to outTemp and outHumidity. sensor ID 2 is mapped to extraTemp1 and extraHumid1. sensor ID 3 is mapped to extraTemp2 and extraHumid2. etc. Is that what you're looking for? Not sure if that answers your question..

[weewx-user] WMR200 Extra Sensors Out of Sequence with WeeWX 3.6.2

2016-12-16 Thread bjs . pdx
I just upgraded my weewx installation to version 3.6.2 from an earlier version. I have two extra temperature/humidity sensors attached to my system as devices 2 and 3 on the console. They were reporting properly under the earlier version of weewx but now they are out of sequence. It seems de

[weewx-user] Re: after upgrade to weewx 3.6.1 not outdoor sensor data displayed (WMR200)

2016-12-16 Thread bjs . pdx
Where can I find the information on the extra sensor changes? I just upgraded to 3.6.2 using the WMR200 and my extra sensors are out of sequence. On Sunday, October 23, 2016 at 2:07:36 AM UTC-7, Ivars Strazdins wrote: > > Hi there, > after upgrading from 3.5.0 to 3.6.1 and sorting out the mess w

Re: [weewx-user] customize index.html.tmpl drop down

2016-12-16 Thread Thomas Keffer
Simple typo. These should be $monthYear. -tk > > #for $monthYear in $SummaryByMonth > $monthDay > #end for > -Select month Day- > > > -- You received this message because you are subscribed to

[weewx-user] customize index.html.tmpl drop down

2016-12-16 Thread Oscar
Hi Everyone, I'm looking to create a drop down list of MMDD. I tried coping the NOAA drop downs. I thought I could use $monthDay to get a list, but that isn't defined. #for $monthYear in $SummaryByMonth $monthDay #end for

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

2016-12-16 Thread Eric Gammeter
Right... Well- I was expecting to see those "loop" messages and wasn't seeing them- so I "thought" there was a problem with the USB0 link: I was wrong! the /var/www/html/weewx/index.html file is getting updated just fine with current data. My bad. This topic is RESOLVED. Tnx again. /e

[weewx-user] Re: Realtime.txt, realtime.xml and sunbird.txt

2016-12-16 Thread Janez Kranjski
That should be the best solution. I will prepare specifications (if I remember, it very clean and propably won't be a problem). I'm sure that many users will benefit from it. Stay tuned :-) -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsu

[weewx-user] Re: Realtime.txt, realtime.xml and sunbird.txt

2016-12-16 Thread mwall
On Friday, December 16, 2016 at 12:22:41 PM UTC-5, Janez Kranjski wrote: > > Last week I retired my old laptop with Windows XP and Cumulus. > I bought Raspberry PI, installed Linux (Jessie) and Weewx with my old > Oregon WMR200 weather station. > Almost everything works, but there are (as always)

[weewx-user] Realtime.txt, realtime.xml and sunbird.txt

2016-12-16 Thread Janez Kranjski
Last week I retired my old laptop with Windows XP and Cumulus. I bought Raspberry PI, installed Linux (Jessie) and Weewx with my old Oregon WMR200 weather station. Almost everything works, but there are (as always) some issues. On my weather webpage

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

2016-12-16 Thread John R Pierce
On 12/16/2016 8:37 AM, vince wrote: Stuff to remember: * if you put your html/image directory in tmpfs, you'll replay all your archive info and regenerate your NOAA pages on every reboot of the pi. Probably not what you want. If you can mount your tree off your NAS that might wo

Re: [weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread vince
On Friday, December 16, 2016 at 7:29:32 AM UTC-8, Andrew Milner wrote: > > Just do one thing at a time > > Agree. Go very slowly. One step at a time. Your post at 6:40AM where you wiggled the cable and got some syslog messages leads me to believe that you have some cable or adaptor that is not

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

2016-12-16 Thread vince
On Thursday, December 15, 2016 at 5:06:06 PM UTC-8, John Pierce wrote: > > I'm running WeeWx on a RasPi3 on a sd card.I've got it loggging to a > mysql server on my FreeNAS jail but its still outputting log info every > cycle to /var/log/syslog, I'd like to eliminate all non-error logging to

Re: [weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Auchtermuchty Weather
Well the last restart has fixed it with nothing else being done! The generated page is visible via the Pi's web server, and it's uploading to the other PC which serves it to the wider web. Wunderground reports I am back on line as well, so it is looking good. http://muchty-weather.org.uk/wea

Re: [weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Andrew Milner
Just do one thing at a time still have not seen the log from start for 10 minutes when using wifi!! Personally, if it used to be Ethernet then I would be using Ethernet now and only change to wifi when once I knew that what used to work still works!! I never imagined the console had moved - I wa

Re: [weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Auchtermuchty Weather
The weather station is in exactly the same place. The Pi is in a slightly different one, I'm not using a hub as this is one of the newer Pis with 4 USB ports - the old Pi had one but I was using a wired network via a Powerlink plug. However I can switch back to the Powerlink... On Friday, 16

Re: [weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Andrew Milner
switching on a wifi dongle will certainly cause the system to be busy while it sorts itself out and estasblishes the network connection - and depending on hoable and physicallyw you have things connected may well cause problems (especially on a rpi) and especially if you are not using a powered

Re: [weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Auchtermuchty Weather
Could switching to a wifi dongle cause enough interference to be a problem? Otherwise it's almost exactly as it's been for 4 years. On Friday, 16 December 2016 14:56:01 UTC, Andrew Milner wrote: > or you could just have it routed badly now near some form of > interference .. > > slow do

Re: [weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Andrew Milner
or you could just have it routed badly now near some form of interference .. slow down 1. connect all your hardware 2. stop weewx 3. set debug = 1 in weewx.conf 3. start weewx 4. wait for weewx to get 'missing' archive records from console if there are any to retrieve 5.wait for first arc

Re: [weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Auchtermuchty Weather
I shut down weewx and rebooted the Pi as it occurred to me hot plugging the weather station might be a problem, and then restarted Pi again with 'debug=1'. It's not finding the weather station: Dec 16 14:23:02 weather2 systemd[1]: Stopping LSB: weewx weather system... Dec 16 14:23:02 weather2 w

Re: [weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Thomas Keffer
Take a look at the "driver" option in weewx.conf and make sure it's correct. If that's not the problem, then set debug=1, restart weewx, then follow Andrew's suggestion of posting more of the log. -tk On Fri, Dec 16, 2016 at 5:57 AM, Auchtermuchty Weather wrote: > I was going to say this shoul

[weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Andrew Milner
The full log from when you started weewx would possibly shed more light than just the snippet you posted. On Friday, 16 December 2016 15:57:05 UTC+2, Auchtermuchty Weather wrote: > I was going to say this should be painless after some experimentation and > realising I just needed (in outline)

[weewx-user] Re: Replacing the Raspberry Pi

2016-12-16 Thread Auchtermuchty Weather
I was going to say this should be painless after some experimentation and realising I just needed (in outline) to copy over /home/weewx, and upgrade with setup.py - that was how I originally installed it, and I prefer having everything in one directory. However... Am getting these errors in sy