I removed the last two from skin.conf, and it still does the large query.
I'll keep digging tonight.
generator_list = weewx.cheetahgenerator.CheetahGenerator,
weewx.reportengine.CopyGenerator, user.belchertown.HighchartsJsonGenerator
On Monday, May 27, 2024 at 10:06:02 PM UTC-5 Mark Jenks wro
You seem to be hacking randomly and praying. I'd suggest deleting
Belchertown at this point, verifying it is deleted, then add it back in.
Do not customize it yet. Just run the default setup, it works. Really.
My guess is you are missing the appTemp element in the db. There are a
bunch of
I thought of the appTemp angle, but those queries involve thousands of
small aggregate intervals, not one query over 4 years.
Still, it's worth a try.
On Tue, May 28, 2024 at 9:07 AM vince wrote:
> You seem to be hacking randomly and praying. I'd suggest deleting
> Belchertown at this point, v
The other test would be to disable belchertown, enable seasons, and see if
that’s ok. That would check the db vs. the v5 calculated aka synthetic
readings feature that slowed some folks down.
On Tuesday, May 28, 2024 at 10:25:10 AM UTC-7 Tom Keffer wrote:
> I thought of the appTemp angle, but t
I think this was the Problem with missing Database extended schema object.
I had the same problem as i upgraded from weewx 4 to 5. I solved this with.
weectl database add-column appTemp
weectl database add-column cloudbase
weectl database add-column visibility
weectl database add-column windrun
w
It looks massive, for more than 12 hours now, hoping it doesn't cause
damage.
https://www.wetteronline.de/wetterradar/taxach?wrm=6&wry=47.73,13.07&wrn=VGF4YWNo&wrg=11350&wrp=periodLast12h&wrx=30.45,-94.08&wrt=20240528-0600-2&wro=true
[image: 2024-05-28 20_
On Sat, May 25, 2024 at 6:06 PM Tom Keffer wrote:
>
> We are interested in your upgrade experience.
It fixed #940, which is nice. I did notice that the service didn't
restart, which I'd have expected from
https://github.com/weewx/weewx/blob/development/pkg/weewx.spec.in#L411-L413
After a manual `
Hello,
I have an RPI5 running bookworm on which I want to setup a test site of
weewx 5. I have the latest 4.10.2 which has been running on an Ubuntu
machine for 10+ years (grattans.org/wx). Not being a programmer, I'm trying
to get things setup before I make the permanent move.
I have noticed t
I'll look for a restart problem.
The config file is 100% upwards compatible, so when you upgrade to V5 the
installer doesn't touch it unless you tell it to.
I don't know anything about Ansible, so I don't know how it would interact
with it.
On Tue, May 28, 2024 at 12:47 PM Ben Cotton
wrote:
>
The daemon will run as the user that ran the script "setup-daemon.sh". In
your case, that's probably "bg".
When you say that you are "unable to display [index.html]", what do
you mean? You get an error? It displays incorrectly? You can't read the
file?
On Tue, May 28, 2024 at 2:23 PM bgra...@umw.
If you are doing a pip install, it will install and configure itself as the
user 'pip' is run as.
For your other issue it is likely you neglected to add the webserver of
your choice. Just do "sudo systemctl add nginx" for one that works.
On Tuesday, May 28, 2024 at 2:23:35 PM UTC-7 bgra...@umw
For whatever you're doing with ansible.if you are overwriting or
editing weewx.conf then you need to trigger a sudo restart of weewx in your
playbook. Similarly if you have a playbook that does a version upgrade or
the like.
On Tuesday, May 28, 2024 at 12:47:57 PM UTC-7 Ben Cotton wrote:
sigh - that is "sudo apt-get install -y nginx" in my previous reply. Sorry
about the brain cramp.
--
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+unsu
Ripping out Belchertown completely. I did it before, but didn't let it sit
for very long.Will see if the problem exists with Seasons.
On Tuesday, May 28, 2024 at 1:15:56 PM UTC-5 mh081...@gmail.com wrote:
> I think this was the Problem with missing Database extended schema object.
> I had
Not sure what you think I am changing within Belchertown. Other than MQTT,
I'm just throwing in some settings to make it work.
[[[Extras]]]
site_title = Jenks Weather Website
theme = dark
logo_image = http://weather.mjenks.net/weather.jpg
ra
Here is my Archive table;
localhost/weewx/
http://phpmyadmin.mjenks.net/index.php?route=/database/sql&db=weewx
Your SQL query has been executed successfully.
show columns from archive;
dateTime int(11) NO PRI NULL
usUnits int(11) NO NULL
interval int(11) NO NULL
barometer double YES NULL
Seasons itself doesn't do it, and Belchertown with no settings on it is
doing it.
So, I'm adding those columns now and recalculating now.
On Tuesday, May 28, 2024 at 1:15:56 PM UTC-5 mh081...@gmail.com wrote:
> I think this was the Problem with missing Database extended schema object.
> I h
I can confirm that weewxd did not restart after a v5.0.3 to v5.1.0 upgrade.
We'll look into it. Thanks for the report, Ben!
-tk
On Tue, May 28, 2024 at 12:47 PM Ben Cotton
wrote:
> On Sat, May 25, 2024 at 6:06 PM Tom Keffer wrote:
> >
> > We are interested in your upgrade experience.
>
> It fi
18 matches
Mail list logo