Re: [weewx-user] Is there any way to obtain yesterday's almanac data?

2024-09-07 Thread Joel Bion
n my web page? > > Dave -KB1PVH > > > > > > Sent from my Galaxy S24 > > On Sat, Sep 7, 2024, 8:43 PM Joel Bion wrote: > >> Thank you! >> >> I did need to make a change. The difference from what you gave me is I >> specified "al

Re: [weewx-user] Is there any way to obtain yesterday's almanac data?

2024-09-07 Thread Joel Bion
sun.visible.longform > Yesterday, it was up for $almanac($current.dateTime.raw - > 86400).sun.visible.longform > > See the section *Almanac > <https://www.weewx.com/docs/5.1/custom/cheetah-generator/#almanac>* for > details. > > -tk > > On Sat, Sep 7, 2024 at 3:10 PM Joel Bi

[weewx-user] Is there any way to obtain yesterday's almanac data?

2024-09-07 Thread Joel Bion
In particular, I want to know the previous day's daylight duration. I can calculate that from yesterday's sun rise and set times, of course - but I also don't know how to obtain those. Thanks! -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

[weewx-user] Upgrading the Python version used by weewx v5 - when there is no need to upgrade weewx

2023-10-13 Thread Joel Bion
Let's say I am running at some point in the future weewx 5.0.1, and I am running Python 3.11. Eventually Python 3.12 comes out. Let's say it contains a security patch I would like to ensure I am using for all my Python programs, including weewx. IAs a result, I want to ensure nothing on my syst

[weewx-user] Any easy way to get other fields from a min/max time?

2021-12-04 Thread Joel Bion
Hi, everyone - I'm needing to do something that may sound confusing. Let's say I want to know the humidity that existed at the time closest to the minimum and also maximum temperature of the day. For example, if the minimum temperature of the day was 10, at 0915, then I want to get the humidity

Re: [weewx-user] Upgraded to Python 3.9.0. Got critical error. Reverted WeeWx to 'in the box' (+ purpleair extension). Still error.

2020-10-23 Thread Joel Bion
m Thread.isAlive() to >> Thread.is_alive(). They must have completely eliminated the old name with >> Python 3.9. >> >> In weewx/engine.py, line 776, change this >> >> if self.thread and self.thread.isAlive(): >> >> to this: >> >> if self.threa

[weewx-user] Re: Upgraded to Python 3.9.0. Got critical error. Reverted WeeWx to 'in the box' (+ purpleair extension). Still error.

2020-10-23 Thread Joel Bion
23 08:25:46 www weewx[5569] INFO weewx.imagegenerator: Generated 49 images for report StandardReport in 4.53 seconds Oct 23 08:25:46 www weewx[5569] INFO weewx.reportengine: Copied 14 files to /home/weewx/public_html On Friday, October 23, 2020 at 9:00:14 AM UTC-7 Joel Bion wrote: &

[weewx-user] Upgraded to Python 3.9.0. Got critical error. Reverted WeeWx to 'in the box' (+ purpleair extension). Still error.

2020-10-23 Thread Joel Bion
My setup is exactly what I mentioned in the subject. No changes except to customizing weewx.conf, and adding the purpleair extension. Below this error log, I include the contents of weewx.conf Oct 23 08:30:19 www weewx[5569] INFO weewx.manager: Added record 2020-10-23 08:30:19 PDT (1603467019)

[weewx-user] On upgrade, the new weewx.conf keeps losing quotes around the passwords

2020-05-26 Thread Joel Bion
I have modified my weewx.conf file to put quotes around the passwords (example: my mysql password), as the comments in that file request me to do. Every upgrade, all those quotes are lost. I have to put them all back in. Can these quotes be kept across upgrades? -- You received this message be

[weewx-user] Re: Anyone else get artifacts in the unit display on the graphs?

2019-06-12 Thread Joel Bion
Thank you! That was it! On Wednesday, June 12, 2019 at 4:58:05 AM UTC-7, gjr80 wrote: > > Hi, > > Most likely a font problem: > http://weewx.com/docs/usersguide.htm#funky_symbols > > Gary > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To un

[weewx-user] Anyone else get artifacts in the unit display on the graphs?

2019-06-12 Thread Joel Bion
Hi - does anyone else get the odd artifact on the graph shown in the unit label if there is a special character in the unit name (a link to an example graph is HERE .) Before I start digging in to as to its cause - perhaps someone has already seen

[weewx-user] Re: Added purple air sensor info and computed air quality index; weewx really needs to make this part of standard package

2019-05-25 Thread Joel Bion
On Saturday, May 25, 2019 at 9:12:23 AM UTC-7, vince wrote: > > On Friday, May 24, 2019 at 6:52:08 PM UTC-7, Joel Bion wrote: >> >> Thoughts? (and yes, I think moving to Python 3 should be a higher >> priority than this) >> >> > Thoughts ? > Sure - trip

[weewx-user] Added purple air sensor info and computed air quality index; weewx really needs to make this part of standard package

2019-05-24 Thread Joel Bion
Hi - I added the reading of the purple air sensor info from the purple air extension by Kenneth Baker - which works great. The result looks 'ok' - not great - see https://westvi.com/weather Then I had to write a bunch of code *around* that which computed an estimated air quality index (AQI) fr