[weewx-user] Re: Problem with bookworm install wee_config appears missing

2024-05-31 Thread William Webb
cs/5.0/utilities/weectl-about/ - the utilities > guide (hint - it's all under weectl now) > https://www.weewx.com/docs/5.0/upgrade/#upgrading-to-v50 - what changed > in v5 relative to previous versions > > > On Friday, May 31, 2024 at 2:06:40 PM UTC-7 William Webb wrote: > >&

[weewx-user] Problem with bookworm install wee_config appears missing

2024-05-31 Thread William Webb
First some background then my question: I just installed a fresh installation of Weewx 5 on a PI 4 running bookworm . I uses the apt-get install method. All is nearly well. I discovered that: to look at a real-time system log you need to use: *journalctl -f* to stop and start you need to us

Re: [weewx-user] Standard Report Time / Date format & weather radar

2023-08-09 Thread William Webb
William Webb wrote: > Thank you for the speedy reply. I will test the locale change shortly. > > Here is the extras section of my skin.conf. > > > > ### > > # The following section is for any ext

Re: [weewx-user] Standard Report Time / Date format & weather radar

2023-08-09 Thread William Webb
<https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html> > . > > On Wed, Aug 9, 2023 at 11:27 AM William Webb wrote: > >> I have version 4 of Weewx running well after having used version 3 for a >> very long time. I have two question

[weewx-user] Standard Report Time / Date format & weather radar

2023-08-09 Thread William Webb
I have version 4 of Weewx running well after having used version 3 for a very long time. I have two questions. 1. In the standard report, I would like to display weather radar data. I added the URL and GIF information into skin.conf. Radar info was not displayed.. Likely other changes are nee

Re: [weewx-user] Error in Humidity in Wundergound Post

2019-09-03 Thread William Webb
I see in the Davis Monitor II driver how to get the two byte checksum from the weather station. Can you point me to an example of how to calculate the checksum from the data bytes for comparison? A Python example would probably give me enough information to modify the driver. -- You received

Re: [weewx-user] Error in Humidity in Wundergound Post

2019-09-02 Thread William Webb
P.S for now I shut down the Chron task. Bill On Monday, September 2, 2019 at 8:14:43 AM UTC-7, William Webb wrote: > > You are correct I somehow got fixated on Humidity. The issue is > pressure. My station is KCAORANG21. My log is attached. > > On Monday, September 2, 2019 at

[weewx-user] Re: Error in Humidity in Wundergound Post

2019-09-02 Thread William Webb
On Monday, September 2, 2019 at 7:00:33 AM UTC-7, William Webb wrote: > > This is a perplexing problem. I don't know enough about the structure of > weewx code or the Davis Monitor II driver to hazard a guess. My station, a > Davis Monitor II, running on a Raspberry PI

[weewx-user] Error in Humidity in Wundergound Post

2019-09-02 Thread William Webb
This is a perplexing problem. I don't know enough about the structure of weewx code or the Davis Monitor II driver to hazard a guess. My station, a Davis Monitor II, running on a Raspberry PI B+ appears to be working fine without drama. The PI has an IP assigned outside of DHCP on a Spectrum

[weewx-user] two weewx customization questions

2019-08-27 Thread William Webb
*Question 1:* I would like to make the index.html web page auto-update by adding the line: If I add it to the index file in the Apache2's www root it is overwritten at each report (of course). If I add it to /home/weewx/public_html/index.html it oddly never gets written to index.html hosted

[weewx-user] Re: using apache2 with weewx

2018-03-31 Thread William Webb
To some extent, I answered my own question. It can be done with a symLink after deleting or renaming the existing index.html in /var/www/html. ln -s /var/www/html/weewx/index.html There may be a cleaner way. On Saturday, March 31, 2018 at 9:15:28 AM UTC-7, William Webb wrote: > > I was

[weewx-user] Re: using apache2 with weewx

2018-03-31 Thread William Webb
Friday, March 30, 2018 at 9:30:15 PM UTC-4, William Webb wrote: >> >> As set up right now my weather station page is reached by >> 192.168.0.38/weewx. >> >> I would like to simplify this so that apache2 opens index.html directly >> as 192.168.0.38 >> >>

[weewx-user] using apache2 with weewx

2018-03-30 Thread William Webb
As set up right now my weather station page is reached by 192.168.0.38/weewx. I would like to simplify this so that apache2 opens index.html directly as 192.168.0.38 I Google this issue and mostly found instructions that don't seem to match the current structure of apache2. I decided I had s

Re: [weewx-user] Problem importing data from wview

2018-03-27 Thread William Webb
y (the default for yearly plots), then it will be >once a day. >- Not all systems come with sqlite3 installed. It's a command-line >utility. On Debian systems, apt-get can be used to install it: > > apt-get install sqlite3 > > > -tk > > > On M

Re: [weewx-user] Problem importing data from wview

2018-03-26 Thread William Webb
) from > archive; > sqlite> select count(dateTime) from archive; > > > -tk > > On Sun, Mar 25, 2018 at 1:48 PM, William Webb > wrote: > >> Like many, I am plotting the transition to weewx from wview. I have >> weewx running on a spare PI with a spare w

Re: [weewx-user] Problem importing data from wview

2018-03-26 Thread William Webb
), 'unixepoch','localtime') from > archive; > sqlite> select count(dateTime) from archive; > > > -tk > > On Sun, Mar 25, 2018 at 1:48 PM, William Webb > wrote: > >> Like many, I am plotting the transition to weewx from wview. I have >> weewx r

[weewx-user] Problem importing data from wview

2018-03-25 Thread William Webb
Like many, I am plotting the transition to weewx from wview. I have weewx running on a spare PI with a spare weather station ( a hanger queen whose parts are slowly disappearing). I made a copy of wview-archive.sdb (35 MB), renamed it weewx.sdb and replaced the existing weewx.sdb with it. I r