[weewx-user] Data Import

2024-09-28 Thread 'Sebastian E' via weewx-user
Hi, maybe someone can help me I have installed weewx with the Belchertown skin. My weather station is currently sending the data to Wunderground and Awekas. At Wunderground I can fetch the data via API, unfortunately now every 5 minutes. At Awekas I also got an API, where I have 240 retrievals

Re: [weewx-user] cannot find 'raw' while searching for 'lasttime.raw'

2024-09-28 Thread 'Werner Krenn' via weewx-user
I have now tried to reproduce the error, but was unsuccessful. "I would try inserting '#errorCatcher Echo' at top of template" This is a default setting in the original WeeWx 5.1.0 sensors.inc I have hidden this error so far: ---

Re: [weewx-user] cannot find 'raw' while searching for 'lasttime.raw'

2024-09-28 Thread vince
The code that you said is failing seems to be from the Seasons skin sensors.inc file (???) which gets its list of $sensor_voltages to report on from skin.conf, with a hardcoded fallback value in sensors.inc itself. Is it possible you are trying to look up a sensor that does not exist or that ha

[weewx-user] Re: newbie question on drivers

2024-09-28 Thread Karen K
Kurt Rosenberger schrieb am Samstag, 28. September 2024 um 20:15:13 UTC+2: Hey everyone OK, this really shouldn't be that hard, but somehow I can't get it to work. I'm trying to use an Airmar PB200 sensor with weewx on a RasPi 3B+, and downloaded the driver from the user group. I have put the dr

Re: [weewx-user] Hang ups on Raspberry Pi

2024-09-28 Thread ANDREI ROZWADOWSKI
Excuse me Who is "Ho Lee Fooks"? суббота, 28 сентября 2024 г. в 17:19:38 UTC+3, Tom Keffer: > I'm getting confused here. Is "Ho Lee Fooks" (seriously?) and Andrei the > same person? > > On Fri, Sep 27, 2024 at 11:02 PM ANDREI ROZWADOWSKI < > andrei.ro...@gmail.com> wrote: > >> I checked RaspPi

Re: [weewx-user] Hang ups on Raspberry Pi

2024-09-28 Thread Warren Gill
Try setting port to /dev/vantage The proper way to configure this up is to map the weewx.conf port setting to what's setup in udev. That way if the serial device gets unplugged/plugged and the usb mapper sends it to a different port, udev will always symlink it to /dev/vantage If the install worke

Re: [weewx-user] Hang ups on Raspberry Pi

2024-09-28 Thread vince
Andrei - unplug your Vantage from the pi then plug it back in, and post the output of your "dmesg" command and run "lsusb" again please. Also, how are you connecting the Vantage to the pi ? Do you have a Davis USB datalogger or some other device ? You probably need a udev rule but we'd need

[weewx-user] newbie question on drivers

2024-09-28 Thread Kurt Rosenberger
Hey everyone OK, this really shouldn't be that hard, but somehow I can't get it to work. I'm trying to use an Airmar PB200 sensor with weewx on a RasPi 3B+, and downloaded the driver from the user group. I have put the driver in etc/weewx/bin/user as suggested, and added Airmar as the station in

Re: [weewx-user] cannot find 'raw' while searching for 'lasttime.raw'

2024-09-28 Thread 'Werner Krenn' via weewx-user
I now have a solution for myself: if current data is available, it is displayed and if the data is not current, it is shown how old it is. With the original code of "sensors.inc" the data is not displayed immediately when new observations are added. #if $have_voltage $gettext("Voltage") #fo

Re: [weewx-user] Hang ups on Raspberry Pi

2024-09-28 Thread Tom Keffer
I'm getting confused here. Is "Ho Lee Fooks" (seriously?) and Andrei the same person? On Fri, Sep 27, 2024 at 11:02 PM ANDREI ROZWADOWSKI < andrei.rozwadow...@gmail.com> wrote: > I checked RaspPi USB ports: > > pi@raspberrypi:~ $ sudo lsusb > Bus 001 Device 007: ID 10c4:ea61 Silicon Labs CP210x U

Re: [weewx-user] Re: Access OGC Servers to Download Weather Maps, Warn Maps, Satellite Pictures etc.

2024-09-28 Thread Karen K
I added an example to download a map from the Finnish Meteorological Institute . They offer a long list of layers. -- You received this message because you a

Re: [weewx-user] FTP problem

2024-09-28 Thread DTC Tijdwaarneming
It was already set to Passive mode. passive = 1 On Friday, September 27, 2024 at 5:59:01 PM UTC+2 Graham Eddy wrote: > make sure weewx ftp client is set to PASSIVE mode if the ftp server is > expecting that > *⊣GE⊢* > > On 28 Sep 2024, at 12:12 am, Guido Groetie wrote: > > Sep 27 15:46:34 byows

[weewx-user] Re: V5.0.0 available

2024-09-28 Thread Ξ
>The old setup.py method is gone. In my opinion that's a really bad decision but I guess that won't change anything. That whole thing with venv might be a cool and dandy new feature but it doesn't necessarily always work, whereas I've never had problem with setup.py on any system. One particul

[weewx-user] Re: Data Import

2024-09-28 Thread gjr80
Hello Sebastian, I presume you wish to use weectl import to import data from AWEKAS? weectl import does not support importing data from AWEKAS, adding AWEKAS support would involve writing a new module for weectl import to fetch the data from AWEKAS and parse/format the AWEKAS data into a format