Re: [weewx-user] Alltime Statistics

2024-06-02 Thread pravee...@gmail.com
I had once had the alltime stats computed and populated in table. Similar to https://github.com/glennmckechnie/alltimeSeasons/tree/master/weewx491 but using xtypes instead. Unfortunately i didnt have it backed up and a sd card crash lost everything for me :( On Sunday 18 February 2024 at 20:56:

[weewx-user] Re: rsync: host key verification failed - problem

2024-06-02 Thread PBudmark
As correctly stated in https://groups.google.com/g/weewx-user/c/50VCTyL-Tpw/m/DgScCzIDAQAJ, the home directory for weewx is /var/lib/weewx and not /home/weewx, so .ssh need to go into /var/lib/weewx/.ssh On Sunday, June 2, 2024 at 4:32:07 AM UTC+1 Ben W. wrote: Thanks, Vince! I'm pretty sur

[weewx-user] On the first weewx generation cycle the extreme temperatures are not updated

2024-06-02 Thread areax99
i have created this json template #encoding UTF-8 #import datetime #errorCatcher Echo { "current": { "datetime": "$current.dateTime", "datetime_raw": "$current.dateTime.raw" }, "day": { "outTemp": { "max": "$day.outTemp.max", "max_format

[weewx-user] Re: rsync: host key verification failed - problem

2024-06-02 Thread vince
Agree. My error there. I keep forgetting the weewx accounts $HOME for packaged installs is in an odd location. Thanks ! On Sunday, June 2, 2024 at 6:07:15 AM UTC-7 PBudmark wrote: > As correctly stated in > https://groups.google.com/g/weewx-user/c/50VCTyL-Tpw/m/DgScCzIDAQAJ, the > home dire

[weewx-user] Re: Belchertown and "database is locked" error

2024-06-02 Thread vince
This is documented (here) in the Belchertown issues in Pat's github repo On Saturday, June 1, 2024 at 7:50:48 PM UTC-7 Rob Cranfill wrote: > Thanks, Vince. I read those other threads but didn't realize my particular > error was from

Re: [weewx-user] Ecowitt Gateway Driver, WH57 and lightning data [2]

2024-06-02 Thread 'michael.k...@gmx.at' via weewx-user
Probably the only way getting reasonable data is with SDR. michael.k...@gmx.at schrieb am Freitag, 25. August 2023 um 07:32:51 UTC+2: > My best guess is that the Sensor reports every 79s "Hello, I'm there" and > every detected lightning on top of that, immediately. If you don't live at > Catatu

[weewx-user] Re: Belchertown and "database is locked" error

2024-06-02 Thread Rob Cranfill
Updated the DB. All looks good now, I think. Just FYI, on my Pi4 with an SSD and a few years of records, the rebuild took this long: rob@pi4:/var/lib/weewx $ weectl database rebuild-daily Using configuration file /etc/weewx/weewx.conf All daily summaries will be rebuilt. Rebuild the daily summar

Re: [weewx-user] Re: Belchertown and "database is locked" error

2024-06-02 Thread Tom Keffer
According to sqlite, all of their databases are cross-platform between big- and little-endian and between 32- and 64-bit hardware. So, if you have access to a faster machine, you can do the rebuild there, then copy the results over. On Sun, Jun 2, 2024 at 4:56

Re: [weewx-user] Belchertown and "database is locked" error

2024-06-02 Thread Graham Eddy
if enough RAM on RPi, do it on ram disk (temporary mounts) rather than ssd - that got me around some strange (but massive) i/o latencies when migrating v3→v4 and converted hours database task to minutes ⊣GE⊢ > On 3 Jun 2024, at 10:02 AM, Tom Keffer wrote: > > According to sqlite, all of their