Re: [weewx-user] Error en consola

2019-07-11 Thread Thomas Keffer
Completely normal. That is just your operating system running its daily jobs. Nothing to do with weewx. On Thu, Jul 11, 2019 at 8:11 AM jose riaño wrote: > amigos de un momento a otro se para la transmisión de datos y me sale esto: > > > Jul 11 06:25:01 raspberrypi CRON[2690]: (root) CMD (test

Re: [weewx-user] Re: Strange activity on Davis2 after changing batteries

2019-07-11 Thread Thomas Keffer
It looks like you have two instances of weewx running at the same time. Make sure you stop all instances, then try again. On Thu, Jul 11, 2019 at 5:05 AM Joe wrote: > > It's still sitting at the VANTAGE DRIVER VERSION 3.1.1 > too > > -- > You received this message because

Re: [weewx-user] week number not following ISO 8601

2019-07-10 Thread Thomas Keffer
The strftime directive "%V" will get you what you want: >>> import datetime >>> datetime.date(2019,7,10).strftime("%V") '28' >>> datetime.date(2019,7,10).strftime("%W") '27' -tk On Wed, Jul 10, 2019 at 7:40 AM Ferran Vidal Marginet < vidalmargi...@gmail.com> wrote: > Hello, > > Today, 10th of

Re: [weewx-user] Yearly Summary Data from previous years prior to 2019 is gone.

2019-07-08 Thread Thomas Keffer
they should be, They are just suddenly not on the website. >> >> I Am using FTP. So I assume I should delete the FTP.LAST. >> >> >> >> On Monday, July 8, 2019 at 7:47:25 PM UTC-5, Thomas Keffer wrote: >>> >>> You're not giving us much to go by. >>> >

Re: [weewx-user] Yearly Summary Data from previous years prior to 2019 is gone.

2019-07-08 Thread Thomas Keffer
You're not giving us much to go by. Are the files missing on the machine running weewx? Or, just the website? If they are missing on the weewx machine, they are easy enough to recreate: just delete the subdirectory NOAA and all will be regenerated. If they are just missing from the website,

Re: [weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-08 Thread Thomas Keffer
While Andrew offers helpful information on how to delete records from your archive, I would NOT start there. Most likely, your data are fine. Just drop, then rebuild, the daily summaries. Then run weewx. If all is good, you're done. Otherwise, we'll take on the more complicated stuff. On Mon, Jul

Re: [weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-08 Thread Thomas Keffer
I'm lost where you are in the process. Let's take it from the top: 1. Stop weewx *sudo systemctl stop weewx* 2. Clear the memory of your logger *sudo wee_device --clear-memory* 3. Delete the daily summaries. Normally this step isn't necessary, but yours seems to have gotten messed up

Re: [weewx-user] Aggregation generates empty plots in daily images (customized Seasons skin)

2019-07-07 Thread Thomas Keffer
That all looks OK. Do two things for me: 1. Go into skin.conf and try setting the value of line_gap_fraction to something larger, say 0.2. Restart weewx and see if that does anything. 2. If that doesn't help, then replace your copy of manager.py (most likely in

Re: [weewx-user] Re: Wunderground data

2019-07-07 Thread Thomas Keffer
Sorry, but I don't know anything about the interceptor driver. Hopefully, someone else can help. But, it does seem odd to me that you're intercepting traffic to the WU, then posting to the WU. Seems very circular. On Sun, Jul 7, 2019 at 9:18 AM Jim Snider wrote: > Here's the sensor_map from my

Re: [weewx-user] Wunderground data

2019-07-07 Thread Thomas Keffer
If you set debug=2, weewx will log exactly what URL it is sending to the weather underground. -tk On Sun, Jul 7, 2019 at 8:41 AM Jim Snider wrote: > Is there a way to trace the temperature data going tow underground? I > have an outdoor sensor mapped as my temperature instead of the higher >

Re: [weewx-user] Aggregation generates empty plots in daily images (customized Seasons skin)

2019-07-07 Thread Thomas Keffer
You've got me stumped. A few things to check: 1. Make sure the copy of skin.conf that you are editing is the copy of skin.conf that weewx is using. They should both be /etc/weewx/skins/Seasons/skin.conf 2. Make sure something in weewx.conf is not overriding the values you are setting

Re: [weewx-user] evaluation in templates

2019-07-07 Thread Thomas Keffer
You need to surround the expression with $(...) to get Cheetah to evaluate it, instead of just turn it into HTML. So, you want $($current.extraTemp6.raw - $current.extraHumid6.raw) -tk On Sun, Jul 7, 2019 at 5:00 AM Mic G77 wrote: > Hello, > in the current.html.tmpl, i have written this

Re: [weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-07 Thread Thomas Keffer
I was referring to running wee_device (not sqlite3). Stop weewxd, then clear the memory. Then restart weewxd. -tk On Sun, Jul 7, 2019 at 5:08 AM Eric Gammeter wrote: > > No joy- It is stopped. > > pi@raspberrypi:/var/lib/weewx $ sqlite3 /var/lib/weewx/weewx.sdb > SQLite version 3.16.2

Re: [weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-06 Thread Thomas Keffer
Did you stop weewx before running wee_device? On Sat, Jul 6, 2019 at 1:02 PM Eric Gammeter wrote: > Not making any progress Tom: > > root@raspberrypi:/var/lib/weewx# ls -l > total 9084 > -rw-r--r-- 1 root root 4648960 Jul 4 02:30 weewx.sdb > -rw-r--r-- 1 root root 4648960 Jul 6 15:00

Re: [weewx-user] weewx suddenly stops

2019-07-06 Thread Thomas Keffer
wrote: >> >>  >> >> There are no further entries in the log. But the RPi does not crash because >> it reacts to keyboard and mouse. >> After a "sudo /etc/init.d/weewx stop" and "sudo /etc/init.d/weewx start" >> everything will be ok. >

Re: [weewx-user] Data Import and DOM DIR

2019-07-05 Thread Thomas Keffer
Oh. That would have been useful to know. Thanks, Gary. I'll bet that was the problem. -tk On Fri, Jul 5, 2019 at 4:42 PM gjr80 wrote: > Given the OP had a 'bad' import (separate thread) this sounds like all > that is needed is a forced regeneration of the NOAA reports by deleting > them all.

Re: [weewx-user] Re: Data Import and DOM DIR

2019-07-05 Thread Thomas Keffer
OK, the next step is to see if the daily summaries are OK. *select dateTime, datetime(dateTime,'unixepoch','localtime'), xsum, ysum from archive_day_wind limit 20;* -tk On Fri, Jul 5, 2019 at 1:50 PM shvman wrote: > > > > > > > > Thanks Tom. > > Yes, good point!! > > Yup, the data are

Re: [weewx-user] time/date issue in my INDEX.HTML file

2019-07-05 Thread Thomas Keffer
See the troubleshooting section *WeeWX generates HTML pages, but it does not update them * in the User's Guide. On Fri, Jul 5, 2019 at 12:58 PM Eric Gammeter wrote: > Hi- My INDEX.HTML file is being produced each half hour as

Re: [weewx-user] Data Import and DOM DIR

2019-07-05 Thread Thomas Keffer
It would be useful to see what actually ended up in the database. Use the tool sqlite3 to do this (you may have to install). *sqlite3 weewx.sdb* sqlite> *select dateTime, datetime(dateTime,'unixepoch','localtime'), windSpeed, windDir from archive limit 20;* -tk On Fri, Jul 5, 2019 at 12:21 PM

Re: [weewx-user] weewx suddenly stops

2019-07-05 Thread Thomas Keffer
Hello, Werner What comes after the Jul 5 10:20:28 entry in the log? Anything? On Fri, Jul 5, 2019 at 2:08 AM Werner wrote: > Hello everybody, I installed weewx on a raspberry pi zero to put the data of > my WMR300 online at AWEKAS. > The Raspberry is running the current Raspian and weewx is

Re: [weewx-user] Weewx not running reports

2019-07-04 Thread Thomas Keffer
> > You were correct. The issue was the timestamp included in the data file. > I removed the timestamp from the input and all is well. When I converted > that timestamp from Unix time to regular, it turned out to be GMT and not > EDT. That is what accounted for the time difference that I was

Re: [weewx-user] rain average NOAA

2019-07-04 Thread Thomas Keffer
Hello, It's not clear what you want. Do you literally mean "set"? Or, calculate some kind of average? Assuming the latter, what kind of average? The average rain per day? If so, just divide the total rain by the number of days in the month so far. If you can be a little more specific about

Re: [weewx-user] Re: Want to stop Simulator from adding data to weewx database

2019-07-03 Thread Thomas Keffer
contact Ron and see if he can help. I do not know if the driver is his > creation or if he obtained it elsewhere. > > > > On Wednesday, 3 July 2019 18:04:37 UTC+3, Thomas Keffer wrote: >> >> On Wed, Jul 3, 2019 at 7:39 AM p q wrote: >> >>> Write yourself a

Re: [weewx-user] Weewx not running reports

2019-07-03 Thread Thomas Keffer
In your [FileParse] section, you supply a mapping from variable Time to the WeeWX variable dateTime, so this is where the timestamps will come from. You say that the LOOP packets have an incorrect timestamp. Are the timestamps in the file correct? If not, it's inevitable the LOOP packet stamps

Re: [weewx-user] Re: Want to stop Simulator from adding data to weewx database

2019-07-03 Thread Thomas Keffer
On Wed, Jul 3, 2019 at 7:39 AM p q wrote: > Write yourself a little weewx service to read your csv file and put the > valid data in the right variables. Weewx will take care of the rest. > Unfortunately, this would not work. The program weewxd requires a device driver to run properly. So, Ameya

Re: [weewx-user] Want to stop Simulator from adding data to weewx database

2019-07-03 Thread Thomas Keffer
t; > Regards, > C. Ameya Manas > > On Wednesday, July 3, 2019 at 7:23:05 PM UTC+5:30, Thomas Keffer wrote: >> >> It sounds like you just want to use the reporting features of WeeWX, and >> not its data logging abilities. It would help if you explained what you're >

Re: [weewx-user] Want to stop Simulator from adding data to weewx database

2019-07-03 Thread Thomas Keffer
It sounds like you just want to use the reporting features of WeeWX, and not its data logging abilities. It would help if you explained what you're trying to do. -tk On Wed, Jul 3, 2019 at 6:38 AM Ameya Chilukuri wrote: > Hello Everyone, > > I have my WeeWX installed on raspberry pi. > I get

Re: [weewx-user] No barometer data for CWOP

2019-07-03 Thread Thomas Keffer
CWOP wants "altimeter" pressure, that is, pressure corrected for altitude only (not temperature). The Ultimeter 2100 supplies only barometer. (See the Wiki article *Barometer, pressure, and altitude * for the difference). So,

Re: [weewx-user] Pressure with Meteostick failure

2019-07-03 Thread Thomas Keffer
Please review the Wiki article Barometer, pressure, and Altimeter , which explains the difference between the three values in WeeWX. You are at an exceptionally high altitude (2900m), so the "gauge pressure" will naturally be

Re: [weewx-user] Re: weewx station_url

2019-07-01 Thread Thomas Keffer
> > The other thing is that the value can be totally fake and doesn't have to > resolve. It just has to be unique. > True, but whatever value you use will be presented as a link in the registry map. -tk -- You received this message because you are subscribed to the Google Groups "weewx-user"

Re: [weewx-user] Re: weewx station_url

2019-07-01 Thread Thomas Keffer
While the registry is optional, if you decide to use it, you must supply station_url, and it must be unique. If you don't have a website, then provide some other unique URL, such as a link to your Weather Underground station. See the section [[StationRegistry]]

Re: [weewx-user] weatherlink live

2019-06-30 Thread Thomas Keffer
Unfortunately, no. It will get done, but it may take some time. See issue #412 . -tk On Fri, Jun 28, 2019 at 7:06 PM parallelsys wrote: > Is there a driver for weatherlink live? > > Thanks! > > -- > You received this message because you are subscribed

Re: [weewx-user] Vantage Vue Wind Direction

2019-06-30 Thread Thomas Keffer
Wind is always reported as the direction it is coming from. That's true for weewx and for wunderground. Where are you seeing something different? -tk On Sat, Jun 29, 2019 at 8:10 AM 'Jake Sales' via weewx-user < weewx-user@googlegroups.com> wrote: > Hello, I’m having a bit of a problem with

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-27 Thread Thomas Keffer
Changes in skin.conf do not require a restart. It is read in with every reporting cycle. Unless your custom reporting service is doing something different... On Thu, Jun 27, 2019 at 5:31 AM Pat wrote: > Yes at quick glance, that looks good. Any changes to skin.conf require a > weewx restart,

Re: [weewx-user] Tropical Nights

2019-06-27 Thread Thomas Keffer
The aggregate min_ge() will do what you want. For example, the number of days of the year with temperature greater than or equal to 20°C would be $year.outTemp.min_ge((20.0, "degree_C")) You can make this look a little prettier by playing with the formatting: $year.outTemp.min_ge((20.0,

Re: [weewx-user] Weather Variables (Davis Vantage Pro 2)

2019-06-26 Thread Thomas Keffer
Most of these are documented in the Davis API manual . Others I don't recognize (rain24_cm? radiation_Wpm2?) -tk On Wed, Jun 26, 2019 at 8:04 AM Rui Pinto wrote: > Hello!! I have a Davis Vantage

Re: [weewx-user] VP2 solar radiation and wview data import

2019-06-25 Thread Thomas Keffer
Welcome to weewx! I guess my two questions are: > - I gather that the daily summary tables are updated using LOOP data, i.e. > once weewx is connected to the console itself will this all just work for > future data, and the max value in there will be the max value the console > saw? > That's

Re: [weewx-user] Re: Display Rainfall

2019-06-25 Thread Thomas Keffer
Many weather stations provide dayRain. It also seems like something StdWXCalculate should provide. -tk On Tue, Jun 25, 2019 at 1:49 PM gjr80 wrote: > Just bear in mind that whilst the creation of a custom database field (or > re-purposing of an existing one) is straightforward and well

Re: [weewx-user] WeeWx sometimes fails to start on reboot

2019-06-24 Thread Thomas Keffer
You could try the loop_on_init flag. (Look here for documentation, last item under "General" heading). This won't fix anything, but it will cause WeeWX to keep trying, rather than exiting. -tk On Mon, Jun 24, 2019 at 6:13 AM Kev D wrote: > Hi all,

Re: [weewx-user] Using Temporal Analysis for Temperature QC?

2019-06-23 Thread Thomas Keffer
Hello, Jared Unfortunately, StdQC can only reject values that are outside of a [min, max] range. However, this would not be a very hard service to write. Something like (NOT TESTED): import time from weewx.engine import StdService class MyQC(StdService): """Check for time and temperature

Re: [weewx-user] Re: weewx hangs after update from 3.8 to 3.9.1

2019-06-23 Thread Thomas Keffer
> > sudo pcmanfm and open the .conf via gui. did so every time and had no issues. > pls don´t judge me, this is my way, i´m 52 and no scipt kiddy, so every > improvement is welcome! > > That would do it. Try using a true text editor, or search the pcmanfm manual for how to prevent it from

Re: [weewx-user] Re: weewx hangs after update from 3.8 to 3.9.1

2019-06-23 Thread Thomas Keffer
1. Most likely the reason the error "Resource temporarily unavailable" happened is because weewx was running and competing for the console's attention. Stop weewx, then retry clearing the memory. 2. A text editor is what you want, but some of them add a BOM. You want a "coding" oriented editor

Re: [weewx-user] Re: weewx hangs after update from 3.8 to 3.9.1

2019-06-23 Thread Thomas Keffer
Two things: 1. As luck would have it, you also seem to have a problem with corrupt memory in your logger. See the section *WeeWX generates HTML pages, but it does not update them * for how to fix. 2. I'm still mystified why

Re: [weewx-user] weewx database -> excel ?

2019-06-22 Thread Thomas Keffer
Or, just use sqlite3 to create a CSV file, which is easy enough to import into Excel. Here's one example on how to do this: http://www.sqlitetutorial.net/sqlite-tutorial/sqlite-export-csv/ -tk On Sat, Jun 22, 2019 at 12:28 PM p q wrote: > Yeah. It is possible, but it's non-trivial. You need a

Re: [weewx-user] Re: weewx hangs after update from 3.8 to 3.9.1

2019-06-22 Thread Thomas Keffer
Sorry. Messed that up. Try this version. -tk On Sat, Jun 22, 2019 at 10:50 AM Michael Aschauer wrote: > > thx thomas, this is the syslog output: > > sudo /etc/init.d/weewx start > [] Starting weewx (via systemctl): weewx.serviceJob for weewx.service > failed. See 'systemctl status

Re: [weewx-user] Re: weewx hangs after update from 3.8 to 3.9.1

2019-06-22 Thread Thomas Keffer
The log shows that WeeWX is trying to load a service named "w", which is not listed under [[Services]]. I think what's happening is that the service list "prep_services" contains only one item, weewx.engine.StdTimeSync, which is then being treated as an iterable. The first letter is 'w', which

Re: [weewx-user] Re: weewx hangs after update from 3.8 to 3.9.1

2019-06-21 Thread Thomas Keffer
Sorry for going dark on you, Michael. I was away from my computer for a few days. Try running with debug=1. It will show you which module it is attempting to import. On Thu, Jun 20, 2019 at 10:20 AM Michael Aschauer wrote: > > > thx for the hint leon, i did so, but still the same after start >

Re: [weewx-user] weewx hangs after update from 3.8 to 3.9.1

2019-06-20 Thread Thomas Keffer
That section of the weewx.conf file looks OK, but I suspect there is a problem in the [[Services]] section. Take a look there, and if you're still stumped, post the section. -tk On Thu, Jun 20, 2019 at 12:04 AM Michael Aschauer wrote: > hi folks, > > never change an running system they said, i

Re: [weewx-user] NOAA Reports

2019-06-06 Thread Thomas Keffer
Double check whether you have any old data in your sqlite data file. Use the tool sqlite3. $ *sudo apt install sqlite3* # If necessary $ *sqlite3 weewx.sdb* sqlite> *select min(dateTime), datetime(min(dateTime),'unixepoch','localtime') from archive;* See what it says. If that comes out

Re: [weewx-user] Weewx 3.9.1 and Vantage Pro 2

2019-06-05 Thread Thomas Keffer
> > Just to be sure, could you define "console" dans "logger" ? You mean the > adapter cable we put inside could be a version which is not working with > the weather station ? > Yes. The cable is attached to what is actually a data logger, which contains 1Mbit of memory. The weather records are

Re: [weewx-user] Graphics with calculation of data of the database

2019-06-04 Thread Thomas Keffer
That is very clever! It occurs to me you could probably combine SQL data types. It doesn’t have to be just one type. On Tue, Jun 4, 2019 at 1:03 PM Mic G77 wrote: > Hello, > i've been looking for a way to produce graph with data calculated from the > database. > I Finally find a solution. So I

Re: [weewx-user] Weewx 3.9.1 and Vantage Pro 2

2019-06-03 Thread Thomas Keffer
Yes. Somewhere along the line, Davis put in firmware that attempts to validate the type of logger you have. This was an attempt on their part to make it hard for 3rd party loggers. A side effect is that old loggers will not work in new consoles. So, I suspect you are either using a 3rd party

Re: [weewx-user] Re: weewx stop working after upgrading from 3.6.x to 3.9.1

2019-06-03 Thread Thomas Keffer
The problem is not with WeeWX, but with the weewxwd3 extension you installed. It does not seem to check for missing data before attempting to calculate humidity. On Mon, Jun 3, 2019 at 2:36 PM St. B. wrote: > Ok, > > Below is the the /var/log/messages generated when running systemctl > restart

Re: [weewx-user] locale in user/extensions.py failed

2019-06-03 Thread Thomas Keffer
I would guess that your RPi does not have a default locale set. To see what locales it has been set to, use a simple "locale" command. Here's what I get: pi@RPi-bug ~ $ *locale* LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8"

Re: [weewx-user] Envoy8X / 6510USB > > Linux

2019-05-21 Thread Thomas Keffer
Unfortunately, there is no driver for the Envoy8X. It is really more of an archiving tool than a piece of weather hardware. In particular, it does not pass on LOOP data, so it's model is completely different from what weewx expects. -tk On Tue, May 21, 2019 at 11:47 AM Teunis.be wrote: > Hey

Re: [weewx-user] Re: We have finally put the last nail on the coffin for Wunderfixer?

2019-05-21 Thread Thomas Keffer
It looks like the WU completely changed their API without warning. For example, to access my station, it used to be https://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KORHOODR3 but now it's https://www.wunderground.com/dashboard/pws/KORHOODR3 You used to be able to download a

Re: [weewx-user] Re: Read Vantage Pro with python

2019-05-21 Thread Thomas Keffer
I'm not sure exactly what you're asking for. If it's to directly read the LOOP packets, the Vantage driver can do that. If you used the setup.py install method, it would look something like this: cd /home/weewx PYTHONPATH=bin python -m weewx.drivers.vantage --port=/dev/ttyUSB0 -tk On Tue, May

Re: [weewx-user] Rainyear

2019-05-16 Thread Thomas Keffer
The rain year runs from 1-October-2018 00:00:00 to 1-October-2019 00:00:00, which is why you're getting the results you are getting. It's a hack, but you could get what you want by subtracting a second off the end, then doing your own formatting. It would look something like this: #import time

Re: [weewx-user] Weewx 3.9.1 crash following bad packets from WS1

2019-05-16 Thread Thomas Keffer
Yes, it is a bug! Fixed in commit 762215f4 . You can replace your copy of ws1.py with this copy if

Re: [weewx-user] Missing FTP option in Weewx User Guide

2019-05-16 Thread Thomas Keffer
Right you are! Fixed in commit 80d8196 Thank you! -tk On Wed, May 15, 2019 at 8:08 PM HoracioDos wrote: > Hello Tom. > I found that there is a missing FTP option in Weewx User Guide > (secure_data = False). It's

Re: [weewx-user] fousb: avoid meaning

2019-05-13 Thread Thomas Keffer
Just informational chatter. The driver tries to avoid doing a read while the station is writing to memory. The numbers are how long it sleeps before attempting the write. On Mon, May 13, 2019 at 12:33 PM HoracioDos wrote: > Hello! > I set up a Welleman 3080 (fine offset type) a few days ago.

Re: [weewx-user] Re: have completed migration from wview with lost of customisations

2019-05-13 Thread Thomas Keffer
You are not the only one who cannot get Python logging to work on Sierra . You're supposed to use commands like: $log show --predicate 'eventMessage contains "Message4Me"' --last 3m but I have been unable to

Re: [weewx-user] Attempting to switch to non-root user for rsync

2019-05-07 Thread Thomas Keffer
Rather than put the PID file in /var/run (which could have permission problems), put it somewhere else where your user has write permissions. See steps #3 and #4 in *Run as a non-root user *. In that example, /home/weewx/run is used as a

Re: [weewx-user] Re: Add additional rain gauge via second data source

2019-05-07 Thread Thomas Keffer
Yes. That's certainly possible. -tk On Tue, May 7, 2019 at 1:35 PM engolling wrote: > Hello together, > > it's me again with hopefully a last question... > As you know I'm augmenting some extra data from my service to the WeeWx > archive records. But if archive records are loaded of the

Re: [weewx-user] New station migration

2019-05-07 Thread Thomas Keffer
Did you restart weewx? The software reads a code from the console's EEPROM to determine the hardware type. So, a simple restart should work. If not, set debug=1, restart, then post the log from when weewx starts up. It will log the hardware code. -tk On Tue, May 7, 2019 at 9:55 AM wrote: >

Re: [weewx-user] cannot find 'avg' while searching for 'hour.windspeed.avg.raw'

2019-05-07 Thread Thomas Keffer
Sorry, but I don't know anything about the Belchertown skins. However, in the rest of weewx, it would be $hour.windSpeed.avg.raw. Note the capital 'S' in windSpeed. -tk On Tue, May 7, 2019 at 5:49 AM HoracioDos wrote: > Hello Tom. > I have this text report which is having some problem with avg

Re: [weewx-user] FilePile help please

2019-05-07 Thread Thomas Keffer
> record=record, origin='software')) >>>>> >>>>> May 7 18:50:16 raspberrypi weewx[11960]: File >>>>> "/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent >>>>> >>>>> May 7 18:50:16

Re: [weewx-user] FilePile help please

2019-05-06 Thread Thomas Keffer
Hi, Colin Does your text file use newlines ('\n') as line delineators? Perhaps it is using the MS-DOS standard of '\n\r'? Examine the file carefully and make sure it contains what you think it contains. -tk On Mon, May 6, 2019 at 8:05 PM Colin Larsen wrote: > Hi all > > I'm trying to get

Re: [weewx-user] Re: Weewx crashing with error associated with ScalarStats.addHiLo

2019-05-06 Thread Thomas Keffer
Or, cmon is reading a value from a /proc file, which are generally strings. Most likely, the author forgot to convert to a float. On Mon, May 6, 2019 at 4:05 PM gjr80 wrote: > So the error is arising from data coming from cmon and not the weather > station: > > May 6 20:20:31 raspberrypi

Re: [weewx-user] Re: Installation paths -debian package

2019-05-06 Thread Thomas Keffer
This is not the first time that Gary has corrected me on the workings of my own software! He is correct. The search "in the usual places" applies only to the utilities. A path must be specified for weewxd. -tk On Mon, May 6, 2019 at 3:54 PM gjr80 wrote: > My understanding was that when weewxd

Re: [weewx-user] Installation paths -debian package

2019-05-05 Thread Thomas Keffer
Irregardless of how weewx is installed, the following locations are searched when looking for weewx.conf: 1. If an argument is given to weewxd, it uses that; 2. Then it tries two levels up from the directory weewxd is in (this is useful when running out of the git repository); 3. Then

Re: [weewx-user] Weewx: Wrong Rain and RainRate on one day

2019-05-03 Thread Thomas Keffer
Please see the following Graph: > > > > > > > > > > > > > > [image: records.JPG] > > > > > Which entries in the DB do I have to delete? > > Br, > Johannes > > > > Am Samstag, 30. März 2019 12:24:55 UTC+1 schrieb Thomas Keffer: >> >> See the

Re: [weewx-user] Sudden crash of weewx 3.9.1 "non positive value for interval"

2019-05-02 Thread Thomas Keffer
This is a known problem with the WMR200 driver (see issue #375 ). Either make the patch shown in this post , or replace your copy of wmr200.py with the current version

Re: [weewx-user] Re: Dirty shutdown of my Fitlet, can't pull records from VantagePro2 data logger

2019-05-01 Thread Thomas Keffer
Hi, John It looks like you have two problems. 1. The message "vantage: Retrieving 93 page(s); starting index= 0", followed by no pages retrieved, suggests that the logger is corrupt. Try clearing it . 2. Some sort of (possibly

Re: [weewx-user] installation failure on Ubuntu 18.10

2019-04-29 Thread Thomas Keffer
Hard to say much with such a little snippet of the log. Take a look at *Help! Posting to weewx-user * on how to get a good log. -tk On Mon, Apr 29, 2019 at 2:15 PM Allen Gordon wrote: > Installation of weewx on ubuntu 18.10

Re: [weewx-user] Weewx crashing with error associated with ScalarStats.addHiLo

2019-04-26 Thread Thomas Keffer
I suspect that "number" is actually a string, emitted, somehow, by the interceptor code. On Fri, Apr 26, 2019 at 6:40 AM Leon Shaner wrote: > Mike, > > That number doesn't look too big for type int on most modern day systems. > :-/ > > I am on the same platform. But my Raspian or python

Re: [weewx-user] Re: not posting to wunderground

2019-04-26 Thread Thomas Keffer
See the message "Is there a competing process running??" Did you stop WeeWX first? On Fri, Apr 26, 2019 at 6:00 AM bushtech wrote: > h. > > Reboot made no difference. > > Then tried > root@ubuntuserver:~# wee_device --clear-memory > Using configuration file /etc/weewx/weewx.conf > Using

Re: [weewx-user] Re: not posting to wunderground

2019-04-26 Thread Thomas Keffer
Most likely memory corruption in your logger. I suspect that if you look closely, you'll see that your HTML pages are not getting updated either. See the section *WeeWX generates HTML pages, but does not update them * in the

Re: [weewx-user] Help creating a service to import data from file

2019-04-23 Thread Thomas Keffer
ie > weewx destination field = source data field > > normally left of equals sign is the result of operations right of equals > sign > eg > a = 3 + 2 would put 5 into a > > > > On Tuesday, 23 April 2019 14:45:38 UTC+3, Thomas Keffer wrote: >> >> Take a

Re: [weewx-user] Help creating a service to import data from file

2019-04-23 Thread Thomas Keffer
Take a look at Filepile . It may do what you want, or help you write your own. -tk On Mon, Apr 22, 2019 at 7:43 PM wrote: > Hi all > > I have devised a method to export my Air Quality Data (AQI) from my > Arduino based weather station to Weewx (it can't be

Re: [weewx-user] Re: Weewx has problems finding USB device

2019-04-17 Thread Thomas Keffer
> > > Op donderdag 11 april 2019 22:41:46 UTC+2 schreef Thomas Keffer: >> >> See this thread >> <https://groups.google.com/d/msg/weewx-user/sY5TJijPPv8/QMpzOX2JBQAJ>. >> In that particular instance, the problem was a missing copy of ldconfig on >> t

Re: [weewx-user] Pull data at specific time or maxtime or mintime of another data value

2019-04-16 Thread Thomas Keffer
:18:05 UTC+10, Thomas Keffer wrote: >> >> Hang on. I take that back. Try this: >> >> #set t=$day.outHumidity.maxtime >> The temperature at max humidity was $current($timestamp=$t).outTemp >> >> >> -tk >> >> On Tue, Apr 16, 2019 at 3:15 P

Re: [weewx-user] Pull data at specific time or maxtime or mintime of another data value

2019-04-16 Thread Thomas Keffer
Hang on. I take that back. Try this: #set t=$day.outHumidity.maxtime The temperature at max humidity was $current($timestamp=$t).outTemp -tk On Tue, Apr 16, 2019 at 3:15 PM Thomas Keffer wrote: > That would require writing a search list extension > <http://weewx.com/docs/custom

Re: [weewx-user] Pull data at specific time or maxtime or mintime of another data value

2019-04-16 Thread Thomas Keffer
That would require writing a search list extension that executed a specialized SQL statement. On Tue, Apr 16, 2019 at 1:55 PM Patrick Mendiuk wrote: > Hello, > I would like to add some values to some reports that are from a specific >

Re: [weewx-user] Problem Wunderground and Graph Wind Gust

2019-04-16 Thread Thomas Keffer
I have seen this before for stations that use Rapidfire. It's definitely a WU bug. The option rtfreq will not make any difference. It's an optimization for the Rapid fire Flash display . One thing you can try is to add the option

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-04-15 Thread Thomas Keffer
If power goes out often at your site, I would recommend buying a $50 UPS (like this one ). It makes a huge difference in reliability. -tk On Mon, Apr 15, 2019 at 2:37 AM monmul wrote: > That worked

Re: [weewx-user] Daily Temp Blank

2019-04-15 Thread Thomas Keffer
You're not giving us much to go by, but as a long shot, perhaps it is related to "Dots in the plots ?" If not, post the log. On Mon, Apr 15, 2019 at 1:36 AM John Campbell wrote: > I am having an issue with the Seasons template in that it does

Re: [weewx-user] Re: Raspberry PI and Davis Vantage Pro2 question

2019-04-14 Thread Thomas Keffer
The serial logger used to be more reliable, but over the last couple of years, I have not noticed any difference. Also, because most computers these days do not come with a serial port, you are likely to need a serial-to-usb converter, which can be unreliable. Today, I would get the USB version.

Re: [weewx-user] Re: Custom date range graphs

2019-04-14 Thread Thomas Keffer
In addition to what Gary says, you can also use the utility wee_reports to plot a general date by using a timestamp as a parameter. -tk On Sun, Apr 14, 2019 at 5:41 AM gjr80 wrote: > Hi, > > There are some extensions that use 3rd

Re: [weewx-user] WMR300A -> Wunderground, no rain data

2019-04-13 Thread Thomas Keffer
ot; in order for any data to post to WU. Probably a bug there that > Wunderground-PWS and Wunderground-RF are somehow bound together, but it is > what it is and I don't mind because I want both. > > Meanwhile, I noticed that weewx was telling me that my maximum rain > count

Re: [weewx-user] WMR300A -> Wunderground, no rain data

2019-04-13 Thread Thomas Keffer
nd it's all 0.0, except as shown in > the second output I pasted. > > Regards, > Leon > -- > Leon Shaner :: Dearborn, Michigan (iPad Pro) > > On Apr 13, 2019, at 11:06 AM, Thomas Keffer wrote: > > You can't look for rain where rainRate is non-zero, because the latter is &g

Re: [weewx-user] WMR300A -> Wunderground, no rain data

2019-04-13 Thread Thomas Keffer
16-07-08|0.00998|0.609993778 > 2016-07-12|0.00998|0.0 > 2016-07-12|0.0101|0.489995002 > 2016-07-12|0.00998|0.509994798 > 2016-07-12|0.00998|0.659993268 > 2016-07-12|0.0101|0.07184 > 2016

Re: [weewx-user] WMR300A -> Wunderground, no rain data

2019-04-12 Thread Thomas Keffer
Let me clarify something: the WU wants the total rain that fell in the last hour. So, obvious archive fields such as rain, or rainRate, are not used. Instead, WeeWX calculates the total rain over the last 60 minutes for every post, using the archive table. The daily summaries are not involved at

Re: [weewx-user] Help needed - How to cycle $hour.outTemp

2019-04-11 Thread Thomas Keffer
' > > I've attached a larger log with debug level = 1 > > > On Thursday, April 11, 2019 at 5:47:44 PM UTC-3, Thomas Keffer wrote: >> >> You need $hour.outTemp.raw, not $hour.outTemp. The latter actually >> returns a "ValueHelper" object, which is ignorant of any

Re: [weewx-user] Help needed - How to cycle $hour.outTemp

2019-04-11 Thread Thomas Keffer
You need $hour.outTemp.raw, not $hour.outTemp. The latter actually returns a "ValueHelper" object, which is ignorant of any comparison operators. Incidentally, every tag $hour.outTemp involves a database lookup. You could be looking at 100 for each day. A simple speed up is to an intermediate,

Re: [weewx-user] Re: Weewx has problems finding USB device

2019-04-11 Thread Thomas Keffer
See this thread . In that particular instance, the problem was a missing copy of ldconfig on the user's operating system. On Thu, Apr 11, 2019 at 12:49 PM vince wrote: > On Thursday, April 11, 2019 at 12:35:22 PM UTC-7, Hiljo

Re: [weewx-user] META: Posts deleted?

2019-04-11 Thread Thomas Keffer
They were not deleted. They were quarantined as possible spam. For some reason, it takes the Google groups software either seconds or days to tell me that there are quarantined messages. I've released them all. -tk On Thu, Apr 11, 2019 at 9:08 AM Peter de Wit wrote: > I tried to post here

Re: [weewx-user] one computer to retrieve/store data, another to process/generate reports

2019-04-10 Thread Thomas Keffer
Google thought your posts might be spam (perhaps because of your user name??), so they were quarantined for a moderator to approve. That took a couple days. On Wed, Apr 10, 2019 at 3:31 AM Liz wrote: > On Tue, 9 Apr 2019 18:30:53 -0700 (PDT) > Your Name Here wrote: > > > And if someone can

Re: [weewx-user] problems with graphics/label/accented characters

2019-04-07 Thread Thomas Keffer
Hello, Paul. What do you mean by "top labels"? The labels at the top of the graphs? Or, the HTML page? If it's in the HTML page, are the labels in the template file? Or, from skin.conf? When you say, "no encoding works," what do you mean? That you see something, but it is a funny character? Or,

Re: [weewx-user] Re: weewx stop working

2019-04-07 Thread Thomas Keffer
:13 PM Damjan Hajsek wrote: > Yes it is missing. > I have setup debug to 3 and when I start weewx I can see that in log, but > only that and nothing else. > I have disabled SElinux and it is the same. > > Dne nedelja, 07. april 2019 06.14.05 UTC+2 je oseba Thomas Keffer napisala: &

<    1   2   3   4   5   6   7   8   9   10   >