Have been using weewx for well over a decade. I am running on a rasp-pi
and since moving up to version 5 it just does not work correctly. So I am
now on a fresh install of bookworm and weewx 5.02.
This is the error I get
weewxd
Unable to set up logger: invalid literal for int() with base 10: '
Setting metricwx or metric in weewx.conf gives me a reading with M/s wind
speed. Is there a simple way to change that to KPH?
I don't see a wind-group in the units/groups in the .conf file.
I do have the software running nicely now after updating a bunch of
permissions.
-Gord.
--
You receive
As always we need more info. Need to see your debug snippet from
weewx.conf and a few lines above and below there.
Run "head -n 25 /etc/weewx/weewx.conf" and lets see what it looks like...
On Wednesday, March 27, 2024 at 11:44:06 AM UTC-7 Dan Becker wrote:
> Have been using weewx for wel
Thank you...
I saw the problem immediately. Really spaced that one out
# Set to 1 for extra debug info, otherwise comment it out or set to zero.
debug = # Set to 1 for extra debug info, otherwise comment it out or set to
zero.
debug =
Dan B
On Wed, Mar 27, 2024 at 2:48 PM vince wrote:
> As al
It’s your long poll interval interacting with my check to see how fresh the concentration is. Change poll_secs in the Purple section of weewx.conf to something shorter. Let’s try 30s and report back.In the meantime, I’ll look to change the check for freshness. It doesn’t interact well with 120s
Look in weewx.conf. Add options for group_speed and group_speed2 as follows:
[StdReport]
...
[[Defaults]]
...
[[[Units]]]
...
Groups
...
group_speed = km_per_hour
group_speed2 = km_per_hour2
On Wed
I’ve released purple v3.9.1. It considers readings stale at the max of 120s and 3 * poll_secs.You can put your poll_secs back to 120 after you install v3.9.1.On Mar 27, 2024, at 3:29 PM, John Kline wrote:It’s your long poll interval interacting with my check to see how fresh the concentration is
On Wed, Mar 27, 2024, at 18:29, 'John Kline' via weewx-user wrote:
> It’s your long poll interval interacting with my check to see how fresh the
> concentration is. Change poll_secs in the Purple section of weewx.conf to
> something shorter. Let’s try 30s and report back.
Yep. That did it! I c