[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

Re: [weewx-user] Specific Report Generation Periods

2023-08-28 Thread carter.hu...@gmail.com
Never mind I figured it out. Thanks for the help! [CheetahGenerator] # Add since.py module search_list_extensions = user.since.Since On Monday, August 28, 2023 at 12:15:52 PM UTC-7 carter.hu...@gmail.com wrote: > Thanks. How do I install the since.py module into weewx? > >

Re: [weewx-user] Specific Report Generation Periods

2023-08-28 Thread carter.hu...@gmail.com
Thanks. How do I install the since.py module into weewx? On Sunday, August 27, 2023 at 3:25:20 AM UTC-7 John Smith wrote: > $since($hour=9,$today=False).rain.sum.formatted > > On Sun, 27 Aug 2023 at 03:45, carter.hu...@gmail.com < > carter.hu...@gmail.com> wrote: > >

Re: [weewx-user] Specific Report Generation Periods

2023-08-26 Thread carter.hu...@gmail.com
Yup, that is what I'm looking for. Can $since($hour=7) be used since the previous day though? On Friday, August 25, 2023 at 4:31:41 PM UTC-7 Tom Keffer wrote: > Is this what you're thinking? https://github.com/weewx/weewx/issues/91 > > On Fri, Aug 25, 2023 at 9:58 AM carter.hu...@

[weewx-user] Specific Report Generation Periods

2023-08-25 Thread carter.hu...@gmail.com
Hi, I'm wondering if there is a way to have a report have a specific end time. For example, I'd like to create a 24 hour data summary ending at 7 am LT each day, rather than each day from midnight to midnight. I figured using a span and setting a specific report generation time would work,

[weewx-user] Re: weewx.WeeWxIOError: Unable to read hardware type

2021-07-14 Thread carter.hu...@gmail.com
Yeah no issues with it picking up data from the sensors On Wednesday, July 14, 2021 at 3:21:10 PM UTC-7 vince wrote: > Does the console recognize your Vue sensors ok ? > > On Wednesday, July 14, 2021 at 11:38:48 AM UTC-7 carter.hu...@gmail.com > wrote: > >> So I switched

[weewx-user] weewx.WeeWxIOError: Unable to read hardware type

2021-07-14 Thread carter.hu...@gmail.com
So I switched out my console for my Davis Vantage Vue because the old one had the signal fail. Now with the new one WeeWx doesn’t seem to recognize the hardware. ./EW5321/bin/wee_device --info Using configuration file /home/pi/EW5321/weewx.conf Using Vantage driver version 3.2.1

[weewx-user] Daemon Not Starting

2020-12-17 Thread carter.hu...@gmail.com
Hi, So I recently had to re-install WeeWx on my Raspberry Pi and setting it up using the setup.py, I’m able to run it via sudo ./bin/weewxd but when I setup the daemon nothing seems to happen. I’m used to get console output saying it started and seeing it in the log but there’s absolutely