Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-06 Thread Sef Konings
Hi Matthew and Tom, I have tried your solution to adapt the file genplot.py, that solved the problem adequately! You only have to remove the after the or statement! The cmon graphs are working too now! Thanks for your tips and solution! I understand that this caused a new release of weewx... I

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-06 Thread Juan Antonio Mosquera
I upgraded!, first problem is units!, units default change in my weewx.conf i think... I changed units in group and all OK. I use Belchertown Skin... and today upgrade 3.9.0 to 3.9.1. Thanks. El martes, 22 de enero de 2019, 21:05:24 (UTC+1), Thomas Keffer escribió: > > It's been well over a

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-05 Thread mwall
On Tuesday, February 5, 2019 at 8:23:21 PM UTC-5, Thomas Keffer wrote: > > So, why did cmon work before? > in my installations i specify paths in weewx.conf. so i never tested this configuration. here is the fix. in genplot.py, change this: @staticmethod def normalize_path(skin_di

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-05 Thread Thomas Keffer
So, why did cmon work before? On Tue, Feb 5, 2019 at 5:02 PM mwall wrote: > tom, > > i think we missed this case. the function > weeplot.utilities.get_font_handle deals with no font specified, but the > path normalization in genplot.py does not do the right thing. it tries to > normalize even

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-05 Thread mwall
tom, i think we missed this case. the function weeplot.utilities.get_font_handle deals with no font specified, but the path normalization in genplot.py does not do the right thing. it tries to normalize even when path is None. m -- You received this message because you are subscribed to th

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-05 Thread mwall
this is because the cmon skin.conf does not specify any fonts the change to defaults.py did not include fonts - only strings as a workaround, add these to the cmon skin.conf: [ImageGenerator] top_label_font_path = /usr/share/fonts/truetype/freefont/FreeMonoBold.ttf unit_label_font_pat

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-05 Thread Thomas Keffer
Hello, Sef Take a look under [ImageGenerator] in the skin.conf configuration file for your 'BigReport', and make sure there are entries for top_label_font_path bottom_label_font_path unit_label_font_path axis_label_font_path rose_label_font_path -tk On Tue, Feb 5, 2019 at 4:04 PM Sef Konings

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-05 Thread Sef Konings
Hi, weewx users. I have just upgraded my weewx weatherstation, from weewx 3.8.2 to the latest version 3.9.0. I have done this with the apt-get update and upgrade tool The weatherstation starts again in 3.9.0, new graphs are being produced, but after a few minutes, I can see this error message

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread Thomas Keffer
It's probably best to delete those records. In any case, starting with commit e4288b1 there is a check for negative intervals. To appear in v3.9.0. -tk On Sun, Feb 3, 2019 at 8:37 AM Ξ wrote: > Andy, > > --backfil

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread Ξ
Andy, --backfill-daily does on older versions what --rebuild-daily does. Here's the human readable output: 1430448660|2015-05-01 05:51:00|-4 1443433740|2015-09-28 12:49:00|-6 1446832320|2015-11-06 19:52:00|-3 1457711580|2016-03-11 17:53:00|-2 1497621180|2017-06-16 16:53:00|-2 1508676660|2017-10-

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread Thomas Keffer
On the ws28xx series, interval is calculated as the time difference between records. Perhaps your records were being emitted out of order from the console? In any case, the exception happened for a very old record (2015-04-28 06:15:00 EEST (1430190900)) Could you do your query again, except this

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread Andrew Milner
why did you do that?? I am not sure what backfill daily does (since that has been superceded since 3.7) Anyway you need to work out what those negative values for interval should be, and correct them before running rebuild daily. In the old versions of Weewx I think the interval was always the

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread Ξ
Hi Andy, Thanks for the suggestion. Indeed I have those values: sqlite> select dateTime, interval from archive where interval < 0; 1430448660|-4 1443433740|-6 1446832320|-3 1457711580|-2 1497621180|-2 1508676660|-4 1547560500|-12700 What I did was to move the .sdb file to the installation with we

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread Andrew Milner
have you checked the archive to see if you have a negative value in the interval column?? select dateTime, interval from archive where interval < 0; should tell you. On Sunday, 3 February 2019 12:20:46 UTC+2, jard...@gmail.com wrote: > > It's works perfectly with my custom Davis Weather Monito

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread jardiamj
It's works perfectly with my custom Davis Weather Monitor II Driver. -- 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 m

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread Ξ
For some reason above the second output is truncated after I post it, here's in full (hopefully): ./wee_database /home/wx39/weewx/weewx.conf --drop-daily Using configuration file /home/wx39/weewx/weewx.conf Using database binding 'wx_binding', which is bound to database 'archive_sqlite' Proceedi

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread Ξ
To report another thing, I saw this in the system log when I stopped weewx. weewx[178]: engine: Received signal TERM (15). weewx[178]: engine: Main loop exiting. Shutting engine down. weewx[178]: engine: Shutting down StdReport thread weewx[178]: engine: StdReport thread has been terminated syste

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-02-03 Thread Ξ
To report another thing, I saw this in the system log when I stopped weewx. weewx[178]: engine: Received signal TERM (15). weewx[178]: engine: Main loop exiting. Shutting engine down. weewx[178]: engine: Shutting down StdReport thread weewx[178]: engine: StdReport thread has been terminated system

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-30 Thread Scott Grayban
@Thomas I am happy to report that since I updated a week ago using the deb file and manually updating the weewx.conf I have not seen any issues from my logs or website data. Thanks for all your work. On Tuesday, January 22, 2019 at 12:05:24 PM UTC-8, Thomas Keffer wrote: > > It's been well over

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-30 Thread ve2se
Scott try to access your web page for weewx , without success ! are you running the new Seasons skin ? if yes can you give me access to have a look to the new skin tnx Jean-Pierre ve2se Le mardi 22 janvier 2019 17:24:02 UTC-5, Scott Grayban a écrit : > > Seems to working like a champ. h

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-28 Thread Thomas Keffer
No, that's not normal, and I was able to reproduce it. The problem was some bad upgrade logic in setup.py, corrected in commit f41b4d9 . This was serious enough that I've also created and uploaded a new beta, v3.9.0b

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-28 Thread Ξ
Does it matter that after the upgrade to 39b the section below is empty? [StdWXCalculate] [[Calculations]] ## as opposed to what it's like in the weex.conf in 3.6.1 [StdWXCalculate] [[Calculations]]

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-28 Thread Alan Major
Upgraded my Raspberry Pi installation using the setup.py method. I had previously installed the new Seasons skin. Upgrade and first 48hrs running have not encountered any problems. Good work, thanks. > > Alan -- You received this message because you are subscribed to the Google Groups "weewx-u

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-28 Thread Ξ
Aaand your guess was correct. I disabled Standard. Speaking of which, any plans to introduce the battery readings to it? I can't tell you enough how much I like this feature as I've tried but failed to implement the email notification script. - Ivo On Monday, January 28, 2019 at 3:29:04 PM UT

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-28 Thread Thomas Keffer
I am guessing that you are running both *Seasons* and *Standard* at the same time. The image that gets displayed is the one from whichever finished last. Take a look in [StdReport] and see if they are both enabled. If so, disable *Standard*, then restart WeeWX. -tk On Mon, Jan 28, 2019 at 4:28 A

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-28 Thread Ξ
Yeah, I thought they're old and I did rm -r * on both public_html and the host where it's uploaded, and I did it twice but occasionally tall plots still turn up also, their time stamp matches the normal ones: -rw-r--r-- 1 root root 2714 Jan 28 13:16 monthbarometer.png -rw-r--r-- 1 root root 3

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-27 Thread Thomas Keffer
*Ξ* (or whatever your name is), the tall plots are just old plots, which have not been regenerated yet. When they get old enough, they will be. Or, wipe out /home/weewx/public_html and have weewx regenerate everything. -tk On Sun, Jan 27, 2019 at 10:07 AM Ξ wrote: > Oh, wait a second, I've jus

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-27 Thread vince
On Sunday, January 27, 2019 at 9:55:24 AM UTC-8, Ξ wrote: > > OK, installed it (R-Pi, Arch Linux) and it's running fine so far, but will > it eventually be able to inherit the units from previous config files? I'm > not too happy having to convert from imperial to metric. > > > You don't 'have' t

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-27 Thread P Simmons
On Sunday, January 27, 2019 at 11:21:05 AM UTC-6, Thomas Keffer wrote: > > Take a look at permissions in /etc/logrotate.d: > > *ls -l /etc/logrotate.d* > > On Sun, Jan 27, 2019 at 9:06 AM P Simmons > > wrote: > >> After update to 3.9.0b2, anacron logged this: >> >> /etc/cron.daily/logrotate: >>

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-27 Thread Ξ
Oh, wait a second, I've just noticed the enlarged plots have metric values and the others imperial. -- 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+uns

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-27 Thread Ξ
OK, installed it (R-Pi, Arch Linux) and it's running fine so far, but will it eventually be able to inherit the units from previous config files? I'm not too happy having to convert from imperial to metric. they're there under Units: [[[Units]]] Groups

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-27 Thread Thomas Keffer
Take a look at permissions in /etc/logrotate.d: *ls -l /etc/logrotate.d* On Sun, Jan 27, 2019 at 9:06 AM P Simmons wrote: > After update to 3.9.0b2, anacron logged this: > > /etc/cron.daily/logrotate: > error: Ignoring weewx because of bad file mode - must be 0644 or 0444. > > No other anomalie

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-27 Thread P Simmons
After update to 3.9.0b2, anacron logged this: /etc/cron.daily/logrotate: error: Ignoring weewx because of bad file mode - must be 0644 or 0444. No other anomalies noted at this time. Thanks! Paul -- You received this message because you are subscribed to the Google Groups "weewx-user" group.

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-27 Thread gjr80
It seems that the 'look of your website' will also be affected if you use anything other than the 'default' settings not just for [Units] [[Groups]] but also for [[StringFormats]], [[Labels]], [[TimeFormats]], [[Ordinates]], [[DegreeDays]], [[Trend]] and [Labels]. Case in hand being if your skin

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-26 Thread vince
On Saturday, January 26, 2019 at 5:09:00 PM UTC-8, Thomas Keffer wrote: > > It's in the Wiki ! > >> >> Ugh - so it is. Busted ! Love it :-) -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-26 Thread Thomas Keffer
It's in the Wiki ! On Sat, Jan 26, 2019 at 5:07 PM vince wrote: > On Saturday, January 26, 2019 at 1:07:01 PM UTC-8, steeple ian wrote: >> >> Confirm that CRT working fine with the beta. >> > >> > > Sorry - with that common a name, my google-fu isn't turning

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-26 Thread vince
On Saturday, January 26, 2019 at 1:07:01 PM UTC-8, steeple ian wrote: > > Confirm that CRT working fine with the beta. > > Sorry - with that common a name, my google-fu isn't turning up anything reasonable. What exactly is CRT ? Have a link ? -- You received this message because you are su

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-26 Thread steeple ian
Confirm that CRT working fine with the beta. Sent from my iPhone > On 26 Jan 2019, at 18:49, Ξ wrote: > > I'd like to join the party but I need to know: does crt work with it? > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscri

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-26 Thread Thomas Keffer
That's what beta tests are for! If it doesn't work, it's easy enough to back out: just replace weewx.conf and the bin directory with the backed up versions. On Sat, Jan 26, 2019 at 10:49 AM Ξ wrote: > I'd like to join the party but I need to know: does crt work with it? > > -- > You received th

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-26 Thread Ξ
I'd like to join the party but I need to know: does crt work with it? -- 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: Beta testers for v3.9.0 needed

2019-01-23 Thread vince
On Wednesday, January 23, 2019 at 7:12:26 AM UTC-8, vince wrote: > > On Tuesday, January 22, 2019 at 9:49:58 PM UTC-8, mwall wrote: >> >> are you sure that was a *really* clean install? when you uninstall >> weewx, the reports (nominally /var/www/html/weewx) and data (nominally >> /var/lib/weewx

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread Tom Robertson
Tom, Thanks for the quick response. Seems to be working fine now. Tom From: weewx-user@googlegroups.com on behalf of Thomas Keffer Sent: Wednesday, January 23, 2019 11:38 AM To: weewx-user Subject: Re: [weewx-user] Re: Beta testers for v3.9.0 needed Oops

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread Thomas Keffer
Oops. Commit is 3d3e76 -tk On Wed, Jan 23, 2019 at 9:37 AM Thomas Keffer wrote: > Gary: the toString() option NONE_string got changed to None_string. > Didn't realize anyone was using it. > > I've added NONE_string

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread Thomas Keffer
Gary: the toString() option NONE_string got changed to None_string. Didn't realize anyone was using it. I've added NONE_string for backwards compatibility in commit 3d3e76. -tk On Wed, Jan 23, 2019 at 9:22 AM wrote: > Just updated to 3.9.0b1 and am getting the following error. I guess Gary >>

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread nineback
> > Just updated to 3.9.0b1 and am getting the following error. I guess Gary > needs to look at the WD script. Jan 23 11:13:24 raspberrypi weewx[11023]: cheetahgenerator: Generate failed with exception '' Jan 23 11:13:24 raspberrypi weewx[11023]: cheetahgenerator: Ignoring template /hom

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread Thomas Keffer
Seasons uses some specialized labels that were missing in its skin.conf. Fixed in commit df638e . Thanks! Keep them coming! -tk On Wed, Jan 23, 2019 at 6:56 AM Andy wrote: > > Ok upgraded now via setup.py. I have

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread vince
On Tuesday, January 22, 2019 at 9:49:58 PM UTC-8, mwall wrote: > Seasons skin has two different looks on the images for a debian:latest >> (9.6) docker container clean installation. >> Current looks nice and crisp. Others are bolder and very fuzzy. >> Install was setup.py of course. >> > > vince

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread Andy
Ok upgraded now via setup.py. I have no pressure sensor connected. Running on VMware with SDR driver root@weewx-prod:/home/weewx# uname -a Linux weewx-prod 4.16.0-2-amd64 #1 SMP Debian 4.16.12-1 (2018-05-27) x86_64 GNU/Linux root@weewx-prod:/home/weewx# cat /etc/debian_version buster/sid Jan

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread Ed
I have been using version 3.9.0a5 and just switched to version 3.9.0b1. Both versions work great with my Davis Vantage Pro wired. The only problem I have seen on both versions is on the Current Conditions section of the main page. The wind and rain labels look like they show up as variables. S

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread Andy
Did a clean install from git several weeks ago but just got it running yesterday. Used an existing sqlite db with extended schema. version = 3.9.0a5 https://www.andylittle.us/weewx/ > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscr

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread mwall
On Tuesday, January 22, 2019 at 10:41:54 PM UTC-5, vince wrote: > > On Tuesday, January 22, 2019 at 12:05:24 PM UTC-8, Thomas Keffer wrote: >> >> It's been well over a year since the last "dot" release, but the V3.9 >> release is finally in sight! >> > > Seasons skin has two different looks on the

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread vince
On Tuesday, January 22, 2019 at 12:05:24 PM UTC-8, Thomas Keffer wrote: > > It's been well over a year since the last "dot" release, but the V3.9 > release is finally in sight! > > Seasons skin has two different looks on the images for a debian:latest (9.6) docker container clean installation. Cu

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread mercurystorm
Thanks that fixed it On Wednesday, 23 January 2019 01:05:59 UTC, Thomas Keffer wrote: > > Yup. It looks like wee_database lost executable permission somewhere along > the way. I've corrected it in commit 1e9b0 > > .

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread Thomas Keffer
Yup. It looks like wee_database lost executable permission somewhere along the way. I've corrected it in commit 1e9b0 . You can fix your installation with *sudo chmod +x /usr/share/weewx/wee_database* -tk On Tue,

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread mercurystorm
root@raspberrypi:/usr/share/weewx# ls -l `which wee_database` total 172 -rw-r--r-- 1 root root 2891 Jan 22 17:47 daemon.py -rw-r--r-- 1 root root 2715 Jan 23 00:32 daemon.pyc drwxr-xr-x 2 root root 4096 Jan 23 00:32 schemas drwxr-xr-x 3 root root 4096 Jan 23 00:36 user drwxr-xr-x 2 root root 4

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread Thomas Keffer
Francis, can you check the permissions on the executables. For example, *ls -l `which wee_database`* -tk On Tue, Jan 22, 2019 at 4:45 PM Francis Yates wrote: > root@raspberrypi:~/software/weewx# systemctl stop weewx > root@raspberrypi:~/software/weewx# wee_database --drop-daily > Using confi

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread Francis Yates
root@raspberrypi:~/software/weewx# systemctl stop weewx root@raspberrypi:~/software/weewx# wee_database --drop-daily Using configuration file /etc/weewx/weewx.conf Using database binding 'wx_binding', which is bound to database 'archive_mysql' Proceeding will delete all your daily summaries from da

Re: [weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread Thomas Keffer
Scott, that is the upgrade guide for v3.8. The new V3.9 guide is included in the distribution. Just browse to (for example) /home/weewx/docs/upgrading.htm. -tk On Tue, Jan 22, 2019 at 1:39 PM Scott Grayban wrote: > The upgrade guide is still http://weewx.com/docs/upgrading.htm ? > > On Tuesday,

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread gjr80
Should be there. What type of a WeeWX install do you have and where have you looked? 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 an email to weewx-user+unsubscr...@

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread mercurystorm
wee_database seems to be gone in 3.9? On Tuesday, 22 January 2019 20:05:24 UTC, Thomas Keffer wrote: > > It's been well over a year since the last "dot" release, but the V3.9 > release is finally in sight! > > We have a beta version, and can use some help testing it out. The biggest > new featur

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread Scott Grayban
Seems to working like a champ. http://www.nettletondistrict.com/ On Tuesday, January 22, 2019 at 1:39:54 PM UTC-8, Scott Grayban wrote: > > The upgrade guide is still http://weewx.com/docs/upgrading.htm ? > > On Tuesday, January 22, 2019 at 12:16:25 PM UTC-8, Thomas Keffer wrote: >> >> A clarifica

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread Scott Grayban
The upgrade guide is still http://weewx.com/docs/upgrading.htm ? On Tuesday, January 22, 2019 at 12:16:25 PM UTC-8, Thomas Keffer wrote: > > A clarification on skins: > >- If you are installing fresh (not an upgrade), both *Seasons* and >*Standard* will be installed, but only *Seasons* wi

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-22 Thread Thomas Keffer
A clarification on skins: - If you are installing fresh (not an upgrade), both *Seasons* and *Standard* will be installed, but only *Seasons* will be activated. - If you are upgrading, *Seasons* will be installed, but not activated. Your existing *Standard* will be left untouched and a