Thank you for the hint about importing from WU.
In the meantime, I managed to get the SDR dongle to download data from my
home station - a clone of Ambient Weather WS-1002. The tests went well, the
dongle captures packets, I mapped the sensors and compared the readings
from the interceptor con
I suggest the wee_import approach earlier in the thread
of course weewx won't do this by itself, the import needs to be triggered
for such tasks you can create a CRON job - in Linux (derivate)
installations usually the cronjob config file is /etc/crontab
if you want to update weewx every five mi
I don't know if this makes sense or not, I simply described my attempts.
tcpdump is unlikely to lie. But fine. Let's assume I don't have the ability
(or skill) to use the interceptor driver. Are there other options for
getting data from the station?
It seems to me that I have two ways - direct
I don't know the reason but I've sent reply to Reiner Lang's message and it
was deleted. I repeated it three times and it was deleted every time :( I
refer to this thread: https://groups.google.com/g/weewx-user/c/ltOzib4AieM
So I ask here, in new thread, because my approach is evolving.
Thanks
Thank you for the hint about importing from WU.
In the meantime, I managed to get the SDR dongle to download data from my
home station - a clone of Ambient Weather WS-1002. The tests went well, the
dongle captures packets, I mapped the sensors and compared the readings
from the interceptor con
Thank you for the hint about importing from WU. How do I get the current
data from there automatically? Maybe there is a guide on this topic? I
haven't needed such things until now :(
In the meantime, I managed to get the SDR dongle to download data from my
home station - a clone of Ambient Wea
Thanks, I've a couple of days with not much free time, but when I have a
chance I will run this through a test system and see if we can work out
what's going on.
Gary
On Saturday, 22 March 2025 at 23:28:24 UTC+10 Andrew McGinnis wrote:
> Here they are. CSV is 2025-03-20T00:00 to 2025-03-21T00:0
Didn't Karen K have something of this sort in her repo?
The above will only work with metric db, will it?
Dr Henk Harms schrieb am Montag, 24. März 2025 um 06:56:39 UTC+1:
>
> So been "messing with it"
> To create a table.
>
> CREATE TABLE archive_bom_minmax (
> dateTime INTEGER NOT NULL P
I ran that query or similar on my mariadb... took forever.
Would it not be simpler to have an table called archive_day_bom_minmax and
have a weewx service write to that table at 9am each day?
On Thu, 20 Mar 2025 at 18:31, Mike B. wrote:
> Hi All,
>
> I am trying to capture a new observation: "H
I don't know how or why it works that way. Unfortunately, as I wrote
earlier, the station does not belong to me and I have no physical access to
it. When I entered AP mode (that's exactly what the manual calls it), a new
one called PWS-nn (nn are the last six digits of the MAC address)
Sorry for delay in answering. Dividing didn't work but multiplying did:
radiation = radiation * 0.007893
I don't know why but it works now and displays correct value.
niedziela, 23 marca 2025 o 23:06:14 UTC+1 gjr80 napisał(a):
> Tomasz,
>
> Can you please elaborate? If there is a bug here we wo
The setup procedure you mention is exactly like an ecowitt gateway’s. You
put an ecowitt gateway/console into a setup mode and you can connect to it
from any wifi device to do the setup steps. So that is why it works that
way. It permits setting it up from a laptop or other wifi device
wireles
OK, I got it.
Dividing did not work, but multiplying did. Instead of:
radiation = radiation / 126.7
I used the formula:
radiation = radiation * 0.007893
and calculations look reasonable.
niedziela, 23 marca 2025 o 12:11:23 UTC+1 Tomasz Lewicki napisał(a):
> Thank you for the hint about impor
I don't understand why the Garni would need to be set up as you describe -
its specification is only 2.4GHz for Wifi, so its value as a real AP would
be minimal. It does not seem to need to use wifi for connecting to anything
else (that uses 868MHz).
You wrote that "I managed to connect the lapt
So been "messing with it"
To create a table.
CREATE TABLE archive_bom_minmax (
dateTime INTEGER NOT NULL PRIMARY KEY,
usUnits INTEGER NOT NULL,
`interval` INTEGER NOT NULL,
min_temp DOUBLE,
min_temp_time INTEGER,
max_temp DOUBLE,
max_temp_time INTEGER
);
Then add this
Sounds good. I’ve done the work to get it in through SQLite commands, but
it’s been very cumbersome, with a lot of intermediate steps to get null
values recorded properly. The import function is the way it’s meant to be
done, just not 100% why it isn’t.
I did establish that the ValueError: could n
16 matches
Mail list logo