[weewx-user] skin "unknown unknown"

2024-04-21 Thread Christoph Reich
I am using the Standard skin. In the section "about this station" the skin shows unknown unkown. I guess that should be filled automatically with the default naming of the skin (e.g. Standard). Howerver, I can not find how to fix. -- You received this message because you are subscribed to the

Re: [weewx-user] skin "unknown unknown"

2024-04-21 Thread Tom Keffer
That looks more like the "Seasons" skin, not the Standard skin. The display under "About this station" is normally set by the values of SKIN_NAME and SKIN_VERSION in the configuration file, skin.conf. They must be missing from your copy. I don't quite understand how you ended up with the display,

Re: [weewx-user] Missing observations - wind & rain

2024-04-21 Thread John Walker
Hi - thanks Tom for the pointer. Turns out the recently enabled firewall on my server caused the problem. For anyone that has similar issues: https://github.com/michael-slx/weewx-weatherlink-live/issues/43 Thanks, JW On Friday, April 19, 2024 at 8:22:36 AM UTC-4 Tom Keffer wrote: > You might ha

[weewx-user] No DB or reports update

2024-04-21 Thread John Walker
Hi, Amid some updates and other problem solving I now have no updates happening to the database nor the /var/www/html/weewx reports. I could have butchered the config it a bit - is there a safe (retaining database) way to reinstall? Weewx.conf and syslog excerpt below. Thanks, JW *WEEWX.CONF (f

[weewx-user] Accessing Database From Service Extension

2024-04-21 Thread carter.hu...@gmail.com
I have PM 2.5 data being feed into WeeWx via a custom service extension. What I want to do is calculate the air quality index (AQI) based on the PM2.5 data. The EPA references the correct way of doing this as using the 24-hour average PM2.5. So my question is, is there a way for an extension to

[weewx-user] weectl import csv KeyError: 'source_field'

2024-04-21 Thread tarob...@gmail.com
Hello, I am trying to import some missing data via CSV file. I've done this numerous times pre weewx 5.0 and weectl (using wee_import). I've setup a new import config file using the new layout for [[FieldMap]]. I've attached the import config I used. However, during the --dry-run I am getting t

[weewx-user] Re: weectl import csv KeyError: 'source_field'

2024-04-21 Thread tarob...@gmail.com
Using my old import-csv.conf file (attached), I get the following error: sudo weectl import --import-config=/home/piToad/Documents/csv-import.conf --dry-runUsing configuration file /etc/weewx/weewx.conf This is a dry run. Nothing will actually be done. Starting weectl import... Unknown units

[weewx-user] Re: weectl import csv KeyError: 'source_field'

2024-04-21 Thread tarob...@gmail.com
And I just realized what the issue was with the "Unknow units 'unix-epoch'". Changed units from 'unix-epoch' to 'unix_epoch' and now it seems to be working. My older "csv-import.conf" is now working with the weectl import. On Sunday, April 21, 2024 at 12:57:49 PM UTC-4 tarob...@gmail.com wrote:

[weewx-user] Re: No DB or reports update

2024-04-21 Thread vince
On Sunday, April 21, 2024 at 8:54:50 AM UTC-7 John Walker wrote: I could have butchered the config it a bit - is there a safe (retaining database) way to reinstall? Weewx.conf and syslog excerpt below. Simply stash a copy of your database and weewx.conf file and you can certainly delete everyt

Re: [weewx-user] Accessing Database From Service Extension

2024-04-21 Thread p q
You might be able to use the python library https://pypi.org/project/python-aqi/ On Sun, Apr 21, 2024 at 9:17 AM carter.hu...@gmail.com < carter.humphrey...@gmail.com> wrote: > I have PM 2.5 data being feed into WeeWx via a custom service extension. > What I want to do is calculate the air quali

Re: [weewx-user] Accessing Database From Service Extension

2024-04-21 Thread Carter Humphreys
Thanks. So the calculation of AQI I have in my extension already, however I need the average value from the weewx database of the PM2.5 for a more realistic AQI. I essentially want to create a new variable that is the AQI based on the rolling 24-hour average and add that to the database.On Apr 21,

Re: [weewx-user] Accessing Database From Service Extension

2024-04-21 Thread Tom Keffer
Take a look at the section *Programming interface * in the documentation and see if that answers your question. On Sun, Apr 21, 2024 at 9:17 AM carter.hu...@gmail.com < carter.humphrey...@gmail.com> wrote: > I have PM 2.5

[weewx-user] Re: weectl import csv KeyError: 'source_field'

2024-04-21 Thread gjr80
I think you will find this is the source of the error in your first post: [[[inHumidity]]] source_field = inHumid unit = percent [[[windSpeed]]] source = windAvg unit = mile_per_hour [[[windDir]]] source_field = windDir unit = degree_compass Gary -- You received this message because you are s

[weewx-user] Re: No DB or reports update

2024-04-21 Thread gjr80
Reinstalling is a bit drastic without first seeing what the problem is. Despite a lengthy log extract we did not see the full WeeWX startup (didn't see anything covering the driver being loaded) nor did we see anything after WeeWX startup. How about posting another log extract showing the full

Re: [weewx-user] Accessing Database From Service Extension

2024-04-21 Thread Carter Humphreys
Ah that looks like it should do the trick! I’ll give it a try and reach back out if I have any issues. Thanks Tom!CarterOn Apr 21, 2024, at 11:40, Tom Keffer wrote:Take a look at the section Programming interface in the documentation and see if that answers your question.On Sun, Apr 21, 2024 at 9