[weewx-user] Re: Using radar data provided by the German Weather Service DWD

2024-01-12 Thread Karen K
Und hier haben wir dann Anfänge einer Anleitung . -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to wee

[weewx-user] Re: Using radar data provided by the German Weather Service DWD

2024-01-12 Thread Karen K
Darstellung der Farblegende: #from user.weatherservicesradar import DwdRadar ... #for $idx,$val in $DwdRadar.TEXT['de'].items() $val #end for Und in einer CSS-Datei: *.statusIcon* {

Re: [weewx-user] Re: Availability of v5.0.0rc3

2024-01-12 Thread matthew wall
On Friday, January 12, 2024 at 7:53:24 PM UTC-5 sab...@gmail.com wrote: After some troubleshooting, I found the acurite idVendor code has a typo. Once I changed this the string to "24c0" instead of 24C0", I was able to get the permissions working and all was good. nice catch! fixed at commi

Re: [weewx-user] Importing data from awair sensor

2024-01-12 Thread Glenn McKechnie
Hi, As the author of the previously mentioned uradmon, I probably should pitch in. At first glance your json data and fields look very similar to uradmons, and that's without looking at the uradmon code (it's been a while!) Reviewing the code confirms that. It should be a fairly straight forward t

Re: [weewx-user] Re: Availability of v5.0.0rc3

2024-01-12 Thread sab...@gmail.com
I just tried a new install of 5.0RC3 on a RPi4 using the latest released Rasbian lite and used the PIP install for weewx. The install process was pretty smooth, but I did hit a small snag with the udev file assigning the permissions for my acurite console. Despite multiple attempts to unplug.

Re: [weewx-user] Importing data from awair sensor

2024-01-12 Thread sting ray
the uradman example looks promising Am also using seasons 4.10.2. another possibility https://github.com/jonathankoren/weewx-aqi On Friday, January 12, 2024 at 7:29:48 AM UTC-5 michael.k...@gmx.at wrote: > Write an extension that queries the device every archive_interval > > or > > Get the devi

Re: [weewx-user] Re: WDC Skin

2024-01-12 Thread tarob...@gmail.com
Just upgraded to the new 3.4.0 skin (from 3.1.1). I am getting the following error when the reports run. Jan 12 15:30:34 raspberrypiNAS weewx[19495] ERROR weewx.cheetahgenerator: Evaluation of template /etc/weewx/skins/weewx-wdc/index.html.tmpl failed with exception '' Jan 12 15:30:34 raspberry

[weewx-user] Re: Using radar data provided by the German Weather Service DWD

2024-01-12 Thread Karen K
michael.k...@gmx.at schrieb am Freitag, 12. Januar 2024 um 20:04:50 UTC+1: Hört sich nach einem Geniestreich an. Da sich mein Standort in Österreich noch in dem Ausschnitt der Karte befindet, melde ich mein Interesse an. Würde das auch gerne als Option für den Bootstrap Skin übernehmen. Das is

[weewx-user] Re: Using radar data provided by the German Weather Service DWD

2024-01-12 Thread 'michael.k...@gmx.at' via weewx-user
Hört sich nach einem Geniestreich an. Da sich mein Standort in Österreich noch in dem Ausschnitt der Karte befindet, melde ich mein Interesse an. Würde das auch gerne als Option für den Bootstrap Skin übernehmen. Karen K schrieb am Freitag, 12. Januar 2024 um 19:30:17 UTC+1: > As this covers Ge

[weewx-user] Re: Trying to upgrade to 5...

2024-01-12 Thread Mike Ekim
Perfect! Thank you. On Friday, January 12, 2024 at 12:08:44 PM UTC-5 vince wrote: > The docs point to the production steps they will require once v5 drops. > > For the beta edit /etc/apt/sources.list.d/weewx.list to point to > https://weewx.com/apt-test/python3 so your apt update picks up the

[weewx-user] Re: Trying to upgrade to 5...

2024-01-12 Thread vince
The docs point to the production steps they will require once v5 drops. For the beta edit /etc/apt/sources.list.d/weewx.list to point to https://weewx.com/apt-test/python3 so your apt update picks up the contents of the test repo rather than the prod repo that still points to v4 weewx. Rememb

[weewx-user] Trying to upgrade to 5...

2024-01-12 Thread Mike Ekim
I must be missing something. On the page telling you how to upgrade to 5 it says, Upgrade to the latest version like this: sudo apt update sudo apt install weewx When I do that I get (I did do a sudo apt update before this) me@raspberrypi:~ $ sudo apt install weewx Reading package lists... Do

[weewx-user] Re: can't install weewx / public key is not available: NO_PUBKEY A0CB255B75BF977C

2024-01-12 Thread David Schulz
it works, thx. matthew wall schrieb am Freitag, 12. Januar 2024 um 16:37:34 UTC+1: > On Friday, January 12, 2024 at 9:20:03 AM UTC-5 schulz@gmail.com > wrote: > > hi, > > i can't install weewx today. > > wget -qO - https://weewx.com/apt/weewx-python3.list | sudo tee > /etc/apt/sources.list.

[weewx-user] Re: can't install weewx / public key is not available: NO_PUBKEY A0CB255B75BF977C

2024-01-12 Thread matthew wall
On Friday, January 12, 2024 at 9:20:03 AM UTC-5 schulz@gmail.com wrote: hi, i can't install weewx today. wget -qO - https://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list wget -qO - https://weewx.com/keys.html | sudo gpg --dearmor --output /etc/apt/trusted

[weewx-user] can't install weewx / public key is not available: NO_PUBKEY A0CB255B75BF977C

2024-01-12 Thread David Schulz
hi, i can't install weewx today. wget -qO - https://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list wget -qO - https://weewx.com/keys.html | sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/weewx.gpg apt update Hit:1 http://security.ubuntu.com/ubuntu mantic-sec

Re: [weewx-user] Importing data from awair sensor

2024-01-12 Thread 'michael.k...@gmx.at' via weewx-user
Write an extension that queries the device every archive_interval or Get the device to publish it's value per MQTT (if it supports anything such this) and use mqttsubscribe or find a third party that queries the device and publishes the value per MQTT (node red should work) and use mqttsubscr

[weewx-user] Report thread freezes after weewx.conf change

2024-01-12 Thread Karen K
Please note: This is not reproducable. The only question is, if someones knows about threading issues in Python, that may produce such behavior. So don't ask about the log etc. I explain it below why. It happened while I wrote an extension. I added some entries at the end of weewx.conf. They ar

Re: [weewx-user] Importing data from awair sensor

2024-01-12 Thread John Smith
On Fri, 12 Jan 2024 at 22:41, sting ray wrote: > Any advice how to import and display data from awair element sensors? > These are intended for indoor aqi monitoring but appear to function in > covered outdoor locations like a back porch. > If no one else replies with a better answer you could l

[weewx-user] Importing data from awair sensor

2024-01-12 Thread sting ray
Any advice how to import and display data from awair element sensors? These are intended for indoor aqi monitoring but appear to function in covered outdoor locations like a back porch. Thanks, Steve Lim Can access current sensor data on LAN with url http://192.168.86.43/air-data/latest raw