I've similar failures for the WindGust, but only in the *creation *of
"image" for the *stacked WindRose*. I use the blue sofaskin on a renkforce
WH2315, alias FineOffset.
It was working nicely with 4.5.1...
gjr80 schrieb am Mittwoch, 16. Februar 2022 um 02:30:05 UTC+1:
> The 4.5.1 archive rec
I've similar failures for the WindGust, but only in the *creation *of
"image" for the *stacked WindRose*. I use the blue sofaskin on a renkforce
WH2315, alias FineOffset.
It was working nicely with 4.5.1...
remy.l...@gmail.com schrieb am Montag, 14. Februar 2022 um 13:37:41 UTC+1:
> A *wate
Fische Namenlos schrieb am Mittwoch, 16. Februar 2022 um 10:52:28 UTC+1:
> I've similar failures for the WindGust, but only in the *creation *of
> "image" for the *stacked WindRose*. I use the blue sofaskin on a
> renkforce WH2315, alias FineOffset.
>
> It was working nicely with 4.5.1...
>
>
>
Attached is a clip from my log this morning with debug on and config files.
I'll subscribe to the topic and post that asap.
Thanks
On Tuesday, February 15, 2022 at 5:00:03 PM UTC-6 vince wrote:
> On Tuesday, February 15, 2022 at 1:24:28 PM UTC-8 DaveStLou wrote:
>
>> On my station website Oakvil
Thanks Gary
Yes - I forgot about the 12.5 multiples thing so yes gives me a possible
idea on what is going to work out what has changed in behavior as the
weewx.conf hasn't changed (apart from the version details)
James
On Wednesday, February 16, 2022 at 1:30:05 AM UTC gjr80 wrote:
> The 4.5.
Here's a sample from subscribing to weather/loop. Shows outside temp at
51.4. Meanwhile my weather page at https://OakvilleWX.com on my browser was
still showing 51.1 but wind was changing every three seconds as expected.
When I refreshed page in browser it then showed 51.4 as well.
On Wednesda
hello,
I just upgraded to 4.6.2-1.deb, so far so good.
to be continued.
Patrick
Le 15/02/2022 à 20:35, Tom Keffer a écrit :
For some reason, every channel in your console is active. You can try
shutting them all off except the ISS. Either do it through the console
( see your owners manual),
Do you see anything wrong in the config that I posted yesterday?
Here is the view from putty:
On Tuesday, February 15, 2022 at 9:24:51 PM UTC-5 vince wrote:
> Wild guess is that you either tried to map to directories that don't
> exist, or your volume mounts aren't working.
>
>
>
--
You rec
Hello everyone,
Part of this is my weakness in python, but:
I'm writing an independent program in python that will calculate irrigation
times and durations. To do this it needs information from the WeeWX
database such as:
- Total ET for a particular day or time range
- Total rain for a day or
If you are not using any other devices connected to the RPi2, I would set
up the RPi4 with a fresh install on a new SD card (use the newly released
64-bit OS). Get WeeWX installed, copy over all your customized files
(weewx.conf, skin.conf, any custom drivers or services, etc), install any
exte
Aha, I see that now in the 'info' output.
After repeated applications of the proper wee_device command,
wee_device --set-transmitter-type=*N*,10
I now have:
TRANSMITTERS:
Channel Receive Repeater Type
1 active noneiss
2 inactivenone(
Weird. I was just today (2/16, 8 days after this thread started) dinking
around with my recently-upgraded-to-4.6 installation, and now WU is not
taking my uploads, either. But the weird thing is, I've only been dealing
with some "skin" issues, today, and did the 4.6 upgrade some time ago -
noth
Thusly:
Feb 16 14:05:21 pi3b weewx[15366] INFO weewx.cheetahgenerator: Generated 1
files for report CrandardReport in 0.03 seconds
Feb 16 14:05:21 pi3b weewx[15366] INFO weewx.reportengine: Copied 0 files
to /var/www/html/weewx/Crandard
Feb 16 14:05:24 pi3b weewx[15366] INFO weewx.cheetahgenerat
This is a new install, because I'm replacing my server. I am using Debian 11
and install with the deb method. Weewx version is 4.6.0-1.
Having successfully setup weewx and some extensions, I have no reports.
I'm sure someone can tell me immediately which python module I'm missing. I
can install t
Look under /usr/share/doc/weewx/examples. You will find xstats there and can
install it.
Tom
From: weewx-user@googlegroups.com on behalf of
Liz Dodd
Date: Wednesday, February 16, 2022 at 4:07 PM
To: weewx-user
Subject: [weewx-user] No module named 'user.xstats'
This is a new install, becaus
Tonight's debug
So I've detected that I'm not getting windDir on the archive record from
the Vantage Pro 2 on the records coming every 5 mins, compared to any
archive records received after a restart, so possibly a hardware issue.
PRESENT -
Feb 16 21:41:02 pi weewx[5179] DEBUG weewx.drivers
My money is on WU.
You could set debug = 3 in weewx.conf then restart WeeWX to increase the
debug log output for the WU uploads. This will show you the data being sent
by WeeWX along with any response from WU, though I would not expect to see
too much useful info being provided back from WU. S
I should have held my tongue (fingers?) - it's back up.
On Wednesday, February 16, 2022 at 3:07:52 PM UTC-8 gjr80 wrote:
> My money is on WU.
>
> You could set debug = 3 in weewx.conf then restart WeeWX to increase the
> debug log output for the WU uploads. This will show you the data being sen
Through the years we've learned that when it comes to the WU, it's best not
to expend any excess energy. It's almost always their fault. Flakiest API
on the internet.
On Wed, Feb 16, 2022 at 3:39 PM Rob Cranfill wrote:
> I should have held my tongue (fingers?) - it's back up.
>
> On Wednesday, F
Rob, I'll be curious to hear whether you continue to get bogus database
entries after doing this.
On Wed, Feb 16, 2022 at 11:50 AM Rob Cranfill wrote:
> Aha, I see that now in the 'info' output.
>
> After repeated applications of the proper wee_device command,
>
> wee_device --set-transmitter-
You could access the WeeWX database API directly. For example, the
equivalent query for $day($days_ago=2).rain.sum would be
weewx.xtypes.get_aggregate('rain', ts, 'sum', db_manager)
where 'ts' is the timespan that covers two days ago. This one is easy
because the "xtypes" interface is reasonably
On Wed, 16 Feb 2022 22:40:29 +
Tom wrote:
> Look under /usr/share/doc/weewx/examples. You will find xstats there
> and can install it.
>
> Tom
>
Thanks Tom
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and
I've updated my Phenology Extension to v1.3 for WeeWX 4.6.2. There
are no new features.
My WeeWX extension may be downloaded from its own Web site, which
assumes the reader has already installed WeeWX and is familiar with
its architecture and configuration.
o http://lacusveris.com/Phenology
The
23 matches
Mail list logo