[weewx-user] Re: Local File report different to FTP'd report - slightly

2018-12-10 Thread G Hammer
If you have access to the .htaccess file in Apache, you can try mod_expires.c Apache Doc on mod_expires On Saturday, December 8, 2018 at 6:21:42 AM UTC-5, Rob Field wrote: > > Or not. > I had been googling how to get the browser to bypass

Re: [weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread Colin Larsen
Do you also see errors on your Records page where Highest App Temp and Lowest App temp are? On Tue, Dec 11, 2018 at 12:03 PM wrote: > That should do it. > > If you have sqlite3 installed, you can open the database with the command > sqlite3 > weewx.sdb and then issue the command: > >

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-12-10 Thread Colin Larsen
That is a very very old version of that's what you have installed? On Tue, 11 Dec 2018, 10:49 Hector Valenzuela Hi Pat, the weewx belchertown-0.8.1 is working although it has some > errors, sometimes it deletes the graphics then it reappears in my url > > El martes, 21 de agosto de 2018,

[weewx-user] Re: use Weewx on raspberry

2018-12-10 Thread rich T
Patrick Is this the BME280 python package you are using? It works with python 2 and python 3. https://pypi.org/project/RPi.bme280/ Rich On Monday, December 10, 2018 at 2:47:24 PM UTC-5, Patrick Tranchant wrote: > yes the script weather_station_BYO_10.py is stopped > > I run it just for test

Re: [weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread kutzenco
That should do it. If you have sqlite3 installed, you can open the database with the command sqlite3 weewx.sdb and then issue the command: .schema archive You should see `appTemp` REAL at the end of the list. The command: .tables should show archive_day_appTemp somewhere in the

Re: [weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread G Hammer
Hmmm, well then I'm at a loss. I though the database had been extended. Here's what I did: Edit extensions.py to be: import schemas.wview schema_apptemp = schemas.wview.schema + [('appTemp', 'REAL')] Stop weewx Edit weewx.conf to have: [DataBindings] [[wx_binding]] # The

[weewx-user] Re: Database not updating - any advice to minimize data loss?

2018-12-10 Thread kutzenco
Gary, I'm all set! Thanks for the advice on doing the dump first. I did that and it loaded all of the archive data into the database - as you said, dump generated tons of "duplicate record" errors in the log. After the dump, I then tried unplugging and pulling the batteries out of the console.

[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-10 Thread Hector Valenzuela
Hi Pat, the weewx belchertown-0.8.1 is working although it has some errors, sometimes it deletes the graphics then it reappears in my url El martes, 21 de agosto de 2018, 11:45:13 (UTC-7), Pat escribió: > > The Belchertown skin for weewx is now available. This skin is modeled > after

[weewx-user] Re: use Weewx on raspberry

2018-12-10 Thread Pat
Ok get your Raspberry Pi back to a working state. Remove the python2 package. We will try another way On Monday, December 10, 2018 at 2:47:24 PM UTC-5, Patrick Tranchant wrote: > > yes the script weather_station_BYO_10.py is stopped > > I run it just for test and after I stopped it > > patrick

[weewx-user] Re: Database not updating - any advice to minimize data loss?

2018-12-10 Thread gjr80
Hi, If it's a Davis and there has been a power outage chances are it is corrupt station memory. Hopefully though you won't have lost 30 hours of data (assuming you had batteries in the console), perhaps just one or two records. You can sometimes get a pretty good indicator from the log if this

[weewx-user] Re: use Weewx on raspberry

2018-12-10 Thread Patrick Tranchant
yes the script weather_station_BYO_10.py is stopped I run it just for test and after I stopped it patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry with a

[weewx-user] Database not updating - any advice to minimize data loss?

2018-12-10 Thread Philip Kutzenco
I had a power outage about 30 hours ago and just realized that, since then, my weewx.sdb database is not being updated. I first thought that the database was damaged when the Raspberry Pi running weewx took the hit. However, I can open the database in sqlite3 and it looks ok. I also ran

[weewx-user] Re: use Weewx on raspberry

2018-12-10 Thread Pat
The BME280 can only be open at a time once. You must close your other script. Is weather_station_BYO_10.py running when you try to run weewx and reboot? If so stop it and try again On Monday, December 10, 2018 at 1:21:12 PM UTC-5, Patrick Tranchant wrote: > > I uninstall pip3 RPi.bme280 > I

[weewx-user] Re: use Weewx on raspberry

2018-12-10 Thread Patrick Tranchant
hi I uninstall pip2 RPi.bme280 I see on website Adafruit *[The default python on your computer may not be python 3. Python 2 is officially discontinued and all our libraries are Python 3 only. * *We'll be using python3 and pip3 in our commands, use those versions of python and pip to make

Re: [weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread Colin Larsen
If you haven't extended the database as per the Weewx wiki you will get those errors. I haven't written a guide but it is reasonably straightforward On Tue, 11 Dec 2018, 07:05 G Hammer Yes, in fact followed your guide above. > The Feels like shows in the temp display, but when enabled in charts

[weewx-user] Re: use Weewx on raspberry

2018-12-10 Thread Patrick Tranchant
I uninstall pip3 RPi.bme280 I install pip2 RPi.bme280 This is the same problem , when I restart weewx , the RPi is NOK Patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a

[weewx-user] Re: use Weewx on raspberry

2018-12-10 Thread Patrick Tranchant
Again me I confirm, sudo pip2 uninstall RPi.bme280 Uninstalling RPi.bme280-0.2.2: /usr/local/lib/python2.7/dist-packages/RPi.bme280-0.2.2.dist-info/DESCRIPTION.rst /usr/local/lib/python2.7/dist-packages/RPi.bme280-0.2.2.dist-info/INSTALLER

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread G Hammer
Yes, in fact followed your guide above. The Feels like shows in the temp display, but when enabled in charts you get the error. -- 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,

Re: [weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread Colin Larsen
You don't have the database extended for appTemp, it's an easy operation. You will also have errors on the records page? On Tue, 11 Dec 2018, 06:39 Philip Kutzenco See my post above in this topic : > https://groups.google.com/d/msg/weewx-user/ARBHWDXiDpQ/7cz4m-Q7BAAJ. >

[weewx-user] Re: use Weewx on raspberry

2018-12-10 Thread Patrick Tranchant
hello Pat how are you ? I found maybe the problem I must unplug the BME280 module watch the log, I didn't found anything With the command : tail -f /var/log/syslog -n 100 Dec 10 18:31:33 raspberrypi systemd[1]: Stopping LSB: weewx weather system... Dec 10 18:31:33 raspberrypi weewx[1721]:

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread Philip Kutzenco
See my post above in this topic : https://groups.google.com/d/msg/weewx-user/ARBHWDXiDpQ/7cz4m-Q7BAAJ. phil On Monday, December 10, 2018 at 11:22:58 AM UTC-5, Wes Witt wrote: > > following. i'm interested in using apptemp

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread Wes Witt
following. i'm interested in using apptemp to but would like to know what is necessary to get the archive table configured properly. On Monday, December 10, 2018 at 7:54:39 AM UTC-8, Philip Kutzenco wrote: > > This is likely a naive question on my part. But did you extend the schema > on the

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread Philip Kutzenco
This is likely a naive question on my part. But did you extend the schema on the archive table for your database to include appTemp? Assuming so, did you rebuild the daily value tables? Are the values in the archive table and the archive_day_appTemp table being populated? When I look at your

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread G Hammer
Pat, When I have show_apptemp=1 I do see the Feels like temp as I expect. If I set highcharts_show_apptemp = 1 I do not get an apptemp plot, the report generator errors out: Dec 10 09:55:50 ftp weewx[13683]: reportengine: Caught unrecoverable exception in generator

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-10 Thread G Hammer
Here's the rest of the pertinent log entries that Groups cut off: Dec 10 09:55:50 ftp weewx[13683]: raise weedb. NoColumnError(e) Dec 10 09:55:50 ftp weewx[13683]: NoColumnError: no such column: appTemp Dec 10 09:55:50 ftp weewx[13683]: Generator