Re: [weewx-user] Re: weewx.cheetahgenerator debug

2021-04-16 Thread Graham Eddy
it would be really helpful if the temporary file created by cheetah was not deleted when an error occurred > On 17 Apr 2021, at 2:32 pm, gjr80 wrote: > > Unfortunately sometimes Cheetah gives only limited info and often the best > you can do is try to deduce from the error message where or

[weewx-user] Re: weewx.cheetahgenerator debug

2021-04-16 Thread František Slimařík
Hi Gary, I was afraid of such a answer :) Yeah, unfortunately I've put too much code into template instead of WeeWX service. Thanks anyway :) Dne sobota 17. dubna 2021 v 6:32:47 UTC+2 uživatel gjr80 napsal: > Hi, > > Unfortunately sometimes Cheetah gives only limited info and often the best

[weewx-user] Re: weewx.cheetahgenerator debug

2021-04-16 Thread gjr80
Hi, Unfortunately sometimes Cheetah gives only limited info and often the best you can do is try to deduce from the error message where or what the error is. As you have no doubt found you cannot use the line number referred to in the error trace, that is a line number in temporary file

[weewx-user] weewx.cheetahgenerator debug

2021-04-16 Thread František Slimařík
Hello, is there any possibility how to debug weewx output to identify line in template which causes error? I had to restore snapshot of my machine from previous day backup and discovered this error which wasn't visible before. I am parsing API from openweather on several places and don't

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread vince
DOH - thanks Gary ! On Friday, April 16, 2021 at 3:50:18 PM UTC-7 gjr80 wrote: > Right cause wrong location :) it’s actually the forecasting extension > causing the latest problem. If you search the forums you will find a number > of threads with details of an updated forecasting extension that

Re: [weewx-user] interceptor driver current version

2021-04-16 Thread 'Ryan DeVoe' via weewx-user
Does the interceptor driver work with the Acurite Iris Display? I got it at Lowe's. The model number says Acurite 1516L. The display is wifi and has no usb input. Please help as I can't find any info within weewx regarding this PWS. On Wednesday, March 31, 2021 at 1:24:50 PM UTC-4

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread gjr80
Right cause wrong location :) it’s actually the forecasting extension causing the latest problem. If you search the forums you will find a number of threads with details of an updated forecasting extension that will run under python 3. Gary On Saturday, 17 April 2021 at 08:42:32 UTC+10 vince

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread vince
That is the classic "code is written for python2 only" error you get when you try to run it under python3.You should either run your weewx under python2 or contact the driver's author and see if they have plans to update to python3-compliant code. On Friday, April 16, 2021 at 3:11:44 PM

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread ried...@gmail.com
Hello Many thanks for the help. With the Master Link I was able to install the driver. Unfortunately, I now get a different error message. root@raspberrypi:~# sudo /etc/init.d/weewx status -l ● weewx.service - LSB: weewx weather system Loaded: loaded (/etc/init.d/weewx; generated)

[weewx-user] Re: Adding a new type to an SQLite DB

2021-04-16 Thread vince
(untested but...) see if the --binding option gets you what you're looking for, if you're asking how to add column(s) to a secondary database other than the default one. On Friday, April 16, 2021 at 2:54:19 PM UTC-7 weatherl...@gmail.com wrote: > From the WeeWx docs: > > Adding a new type to

[weewx-user] Adding a new type to an SQLite DB

2021-04-16 Thread weather list
>From the WeeWx docs: > Adding a new type to an existing database > Here's how you would add the observation type electricity (from the example > Adding a second data source > ) to an existing > database by using wee_database: > >

Re: [weewx-user] Re: set 'group_time' to 'unix_epoch_ms' causes crash in weewx.almanac

2021-04-16 Thread Tom Keffer
It may not be as hard as I thought to get this working. Try branch `development` now. On Fri, Apr 16, 2021 at 9:37 AM Tom Keffer wrote: > Anything other than unix_epoch was not really intended to be used as the > "unit of record," so I'm not surprised this isn't working. For example, in > the

Re: [weewx-user] Re: set 'group_time' to 'unix_epoch_ms' causes crash in weewx.almanac

2021-04-16 Thread Tom Keffer
Anything other than unix_epoch was not really intended to be used as the "unit of record," so I'm not surprised this isn't working. For example, in the template celestial.inc, you have #set $now = $current.dateTime.raw With group_time set to unix_epoch_ms, this would be in milliseconds. It

Re: [weewx-user] Skin with webcam?

2021-04-16 Thread Michael Sanphillipo
After looking at your page source in Chrome I see the following. Is that what I would put in the index_hook_after_station_info.inc file after editing? OakvilleWx WeatherCam https://www.youtube.com/channel/UC1kibywtNNLkelyWazF5ghA/live; target="_blank">

Re: [weewx-user] Skin with webcam?

2021-04-16 Thread Michael Sanphillipo
I think I'm going to go the same route as OakvilleWx.com and stream to youtube. If I did that what would I put in the index_hook_after_station_info.inc file. Sorry, I'm a noob at this so I'm looking for some guidance. Thanks! On Fri, Apr 16, 2021 at 11:15 AM DaveStLou

Re: [weewx-user] Skin with webcam?

2021-04-16 Thread DaveStLou
Information on index_hook_after_station_info.inc is in the Belchertown Skin documentation here: https://github.com/poblabs/weewx-belchertown#add-custom-content-to-the-front-page You create an html file with that name with whatever you want in it and place it in the root of the Belchertown skin

[weewx-user] Re: Flaky FTP

2021-04-16 Thread Karen K
You could look at the logs to see why data is not updated. If the connection fails it is likely that the server is not reliable. Or your Internet connection. zman_...@yahoo.com schrieb am Freitag, 16. April 2021 um 16:20:09 UTC+2: > I am trying out free web hosting with Infinity just to see

[weewx-user] Flaky FTP

2021-04-16 Thread 'super zee' via weewx-user
I am trying out free web hosting with Infinity just to see how the FTP and the basic skins look. Like they say, "You get what you pay for." The basic skin (seasons) will FTP to my web host for awhile, then stop, then start again. Is this normal FTP behavior for a free web host? Does the

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread Glenn McKechnie
'file' is your friend. You're fetching the actual html page... wget -P /var/tmp https://github.com/AussieSusan/HP1000/blob/master/HP1000.tar.gz file /var/tmp/HP1000.tar.gz /var/tmp/HP1000.tar.gz: HTML document, UTF-8 Unicode text, with very long lines rm /var/tmp/HP1000.tar.gz Try the download

Re: [weewx-user] Re: upgrade with belchertown 1.3.b1

2021-04-16 Thread Didier Decoodt
Good news Didier Le ven. 16 avr. 2021 à 13:20, salinois a écrit : > hello Olif, > > this morning, I restarted my station and RPi, and all works fine !!! > > maybe as you say the database must be updated. > > bye > > Patrick > Le 16/04/2021 à 12:31, 'olif onza' via weewx-user a écrit : > > If I

Re: [weewx-user] Re: upgrade with belchertown 1.3.b1

2021-04-16 Thread salinois
hello Olif, this morning, I restarted my station and RPi, and all works fine !!! maybe as you say the database must be updated. bye Patrick Le 16/04/2021 à 12:31, 'olif onza' via weewx-user a écrit : If I remember right that was fixed with wee_database --update Le vendredi 16 avril 2021 à

[weewx-user] Re: upgrade with belchertown 1.3.b1

2021-04-16 Thread 'olif onza' via weewx-user
If I remember right that was fixed with wee_database --update Le vendredi 16 avril 2021 à 12:28:12 UTC+2, olif onza a écrit : > Last time I got this error with Belchertown skin, that was beacause I > missed a database update after weewx upgraded > > Le jeudi 15 avril 2021 à 18:46:29 UTC+2,

[weewx-user] Re: upgrade with belchertown 1.3.b1

2021-04-16 Thread 'olif onza' via weewx-user
Last time I got this error with Belchertown skin, that was beacause I missed a database update after weewx upgraded Le jeudi 15 avril 2021 à 18:46:29 UTC+2, sali...@gmail.com a écrit : > hello, > I just upgraded with weewx 4.5.1 " it works fine", good job Tom after I > upgraded the skin

[weewx-user] Re: Reports- Belchertown skin

2021-04-16 Thread 'olif onza' via weewx-user
you have a 403 error, could you please check your httpd logs. Le lundi 5 avril 2021 à 14:09:15 UTC+2, str...@gmail.com a écrit : > I haven't been using the weewx program and the Rpi that long. The > installation went without any problems. I also installed the Belchertown > skin. So far I am

[weewx-user] Re: Belchertown - charts - column very narrow.

2021-04-16 Thread 'olif onza' via weewx-user
This is normally set in highcharts by plotOptions: { series: { pointWidth: 20 } } but as far I know it's not implemented yet, can you open an issue on Github Le dimanche 11 avril 2021 à 19:47:28 UTC+2,

[weewx-user] Re: HP1000 Driver

2021-04-16 Thread ried...@gmail.com
pi@raspberrypi:~ $ sudo tar -xzf HP1000.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now ried...@gmail.com schrieb am Freitag, 16. April 2021 um 09:51:49 UTC+2: > Hello I tried the Weewx 4.5.1-1 update. Since then, the HP1000 driver

[weewx-user] HP1000 Driver

2021-04-16 Thread ried...@gmail.com
Hello I tried the Weewx 4.5.1-1 update. Since then, the HP1000 driver has stopped working. I uninstalled and reinstalled Weewx. Unfortunately I can't add the HP1000 driver anymore. I have a Raspi4 with 8gb Ram. I tried to download and install the driver with these commands. wget