[weewx-user] Lighting Strikes erroneous count

2022-06-14 Thread Clay Jackson
I've got an Accurite lightning sensor. right now feeding WeeWx 4.8 and also 4.5.1. It's configured like this: strikes_total = strikes_total.002B.AcuriteLightningPacket [[deltas]] lightning_strike_count = strikes_total In 4.5.1, I see no strikes, but during the same time period, 4.8 reports

[weewx-user] Wind Speed showing as km/h instead of knots

2022-06-14 Thread Barry
Hi, using WeeWx 4.80 and Belchertown 1.2. All seems to working as I want with the exception of the reporting of windspeed in the Belchertown skin and graphs. in skin.conf under [UNITS] [[GROUPS]] I have group_speed = knot I have the same in weewx.conf under [StdReport] [[Defaults]]

[weewx-user] GW1000 causing critical errors

2022-06-14 Thread Chris Eidem
Hello all, I noticed that my web pages have stopped working and I've looked into the logs and I see this: Jun 14 19:58:46 rocky1 journal[42479]: weewx[42479] CRITICAL user.gw1000: Traceback (most recent call last): Jun 14 19:58:47 rocky1 journal[42479]: weewx[42479] CRITICAL

Re: [weewx-user] Determine archive interval from within weewx

2022-06-14 Thread Tom Keffer
Generally, yes they are the same. Formally, the archive interval returned by the engine is the length of time it waits before attempting to create an archive record, whether via hardware, or via software. The value 'interval' in a record is the aggregation time of the values in the record. Off

Re: [weewx-user] Determine archive interval from within weewx

2022-06-14 Thread 'Peter Fletcher' via weewx-user
Thanks! I take it that the interval returned by the engine in this way is the same as that in the archive packet - i.e. the hardware interval, if it is longer that that specified in weewx.conf. On Tuesday, June 14, 2022 at 3:19:48 PM UTC-4 tke...@gmail.com wrote: > When you instantiate a

Re: [weewx-user] Determine archive interval from within weewx

2022-06-14 Thread Tom Keffer
When you instantiate a service, one of the parameters is the engine instance: def __init__(self, engine, config_dict): The archive interval used by the engine can be obtained from it as engine.console.archive_interval -tk On Fri, Jun 10, 2022 at 11:07 AM 'Peter Fletcher' via weewx-user

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-14 Thread Bob Atchley
Looks like the 'Cheetah' module is not installed (or Python can't find it) Have a look at the install page: https://weewx.com/docs/setup.htm And look at the different OS tabs (Arch is not included). Some seem to use 'pip3' others the equivalent of 'pacman install' I would try a combination to find

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-14 Thread Ξ
Not so good: Jun 14 17:45:21 alarmpi weewxd[1473]: weewx[1473] DEBUG user.ws6in1: genLoopPackets: yielding Jun 14 17:45:21 alarmpi weewxd[1473]: weewx[1473] DEBUG weewx.reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report 'StandardReport' Jun 14 17:45:21

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-14 Thread Ξ
I've commented out both cummulus real time and WeatherCloud in weeex.conf and started it, now it's back filling old data and it outputs in the log this stuff too, we'll see the end result soon: [...] Jun 14 17:36:34 alarmpi weewxd[1473]: weewx[1473] INFO weewx.manager: Added record 2022-06-08

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-14 Thread Ξ
Oops, it doesn't like the weather cloud module either: Jun 14 17:32:11 alarmpi weewxd[1465]: weewx[1465] DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS Jun 14 17:32:11 alarmpi weewxd[1465]: weewx[1465] DEBUG weewx.engine: Loading service user.wcloud.WeatherCloud Jun 14

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-14 Thread Ξ
just for reference the updated sys.path output [root@alarmpi ~]# python -m site sys.path = [ '/root', '/usr/lib/python38.zip', '/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload', '/usr/lib/python3.8/site-packages', '/usr/lib/python3.10/site-packages', ] USER_BASE:

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-14 Thread Ξ
Hi again Bob, I'm Ivo btw :) OK, I had to learn a thing or two about Pytho: the crc module *was* installed, but in /usr/lib/python3.10/site-packages, all other packages were in /usr/lib/python3.8/ so it was looking there for it: [root@alarmpi ~]# python -m site sys.path = [ '/root',