Re: [weewx-user] Reason: '<' not supported between instances of 'AggTypeBinder' and 'int'

2022-05-17 Thread muire...@gmail.com
Thanks so much Thomas, that was the help I needed. I found the offending line just like you described it : #if $yesterday.windchill.min <10 Changed to : #if $yesterday.windchill.min.raw <10 All working great :) Cheers, Muireadach. On Monday, May 16, 2022 at 3:17:57 PM UTC+1 tke...@gmail.com

[weewx-user] Realtime-_gauge-data.txt

2022-05-17 Thread philip....@gmail.com
Hi Guys Ive tried and failed to get the rsync to work using realtimeguagedata I never get passed gauge-data.txt file will not be exported. Here is an extract of the log. May 17 11:38:34 raspberrypi weewx-weewx[352] INFO user.rtgd: version is 0.5.5 May 17 11:38:34 raspberrypi weewx-weewx[352] INFO

Re: [weewx-user] How to set up a non-supported weather station on Weewx?

2022-05-17 Thread Stephen Hocking
Hi Angelo, If the SDR driver can be told to pick them up (and that depends if rtl_433 can decode their packets) you can have multiple sensors. I did it with an AcuRite Atlas and another company's indoor temperature & humidity sensors. On Sun, 15 May 2022 at 04:18, Ángel Alonso Tubía < angelalonso

Re: [weewx-user] Just flipped drivers to Vantage, two questions

2022-05-17 Thread Tom Keffer
The Envoy is functionally identical to the VP2, which is why it reports itself as a VP2. I'm not as confident about the WLIP, but I think it's the same way. On Sat, May 14, 2022 at 8:52 PM Ryan Stasel wrote: > so I have another Envoy, and a Weatherlink IP... and I'm trying to get it > configured

Re: [weewx-user] Re: Davis Data Logger - Issue

2022-05-17 Thread Tom Keffer
All, Can you give this version of the driver a try? Rather than restart from the top, it tries a wakeup, then a retry. If that doesn't work after 3 attempts, then it does a restart. https://raw.githubusercontent.com/weewx/weewx/Issue_772/bin/weewx/drivers/vantage.py -tk On Mon, May 9, 2022 at 1

Re: [weewx-user] How to integrate daily values

2022-05-17 Thread Tom Keffer
Unfortunately, it is not possible, at least within the data framework of WeeWX. Normally, these kinds of summaries are generated from the WeeWX database, not the other way around. Your only option would be to create something like the NOAA summaries by hand, then include them on your web server.

Re: [weewx-user] Wind Color Belchertown

2022-05-17 Thread p q
Why are you formatting the windspeed as string and then (multiple times) converting it to float? This may be unrelated to your problem. I do notice that the outTemp coloring is done with the string value and converted to the real value in the coloration function itself. Could the windspeed float

[weewx-user] Re: Belchertown Skin Beaufort Category Missing

2022-05-17 Thread Meteo Oberwallis
Hello. I have the same Problem. I have activatet the Option in Belchertown/skin.conf # Show Beaufort wind scale category under wind table beaufort_category = 1 and i can not see the Beaufort text. In the weewx.conf have it this: [[Belchertown]] HTML_ROOT = /var/www/html/weewx/user

Re: [weewx-user] Re: Davis Data Logger - Issue

2022-05-17 Thread WindnFog
That seems to have solved the problem completely, Tom. However, based on what you wrote, I thought it only made it more tolerant of logger errors. Maybe something in the re-write changed the timing slightly. Or I misinterpreted what you said it did. Either way, I didn't see the error

Re: [weewx-user] Re: Davis Data Logger - Issue

2022-05-17 Thread Tom Keffer
I don't see why the patch would stop the "Expected 99, got 0" errors, just make them less traumatic. For your find_rain_gust_day script, why not just use $month.rain.maxsum and $month.wind.maxtime? Look in the template NOAA-%Y.txt.tmpl for clues on how to calculate all these things using tags. O

Re: [weewx-user] Re: Davis Data Logger - Issue

2022-05-17 Thread Paul Dunphy
    Me either, Tom. Since it's intermittent, I might be jumping the gun in claiming that it fixed things. We'll have to wait for the others to weigh in. I've got some outside things to do today, but once I get a few hours, I'll warm and cold reboot it to see if I can reproduce the error. It mig

[weewx-user] LOOP vs LOOP2, Seasons template, Battery levels

2022-05-17 Thread Ryan Stasel
Curious on best practice here. I have weewx configured to get both LOOP and LOOP2 packets (setting 3), but it seems like it's frequently generating the HTML when it doesn't have the battery level data (which must be in LOOP and not LOOP2?), so they're often "unknown" with last valid status's 15-

Re: [weewx-user] Re: Davis Data Logger - Issue

2022-05-17 Thread WindnFog
I spoke too quickly, Tom. I did a cold power off, powered on, and got the ubiquitous "error: Expected to read 99 chars; got 0 instead" 3 times followed by the reset (twice,) and then it settled down and seems OK. This is what it's been doing on my system for some months. I can live with it

Re: [weewx-user] Re: Davis Data Logger - Issue

2022-05-17 Thread Tom Keffer
I did not expect the errors to go away, but I did expect a wakeup to clear them. Could you try again, except this time set debug=1, then restart weewxd? That will show the wakeup attempts. On Tue, May 17, 2022 at 1:19 PM WindnFog wrote: > I spoke too quickly, Tom. I did a cold power off, pow

[weewx-user] How to debug weather34 skin?

2022-05-17 Thread jmc...@gmail.com
Hi! Is there any way to debug weather34 skin? I have weewx running for a couple of years with beltchertown skin and no problems at all. I'm running weewx 4.8.0 on Debian 11 with php8.1 and apache. Weewx still running fine with all data (from past 2 years and current data), weather34 installer

[weewx-user] Re: How to debug weather34 skin?

2022-05-17 Thread vince
(This thread) seems to indicate you are likely missing a php prerequisite - perhaps the sockets stuff (?) On Tuesday, May 17, 2022 at 5:29:47 PM UTC-7 jmc...@gmail.com wrote: > Hi! > > Is there any way to debug weather34 ski