Re: [weewx-user] Highchart Air Quality

2021-07-09 Thread Tim Tuck
Hi Mitchell, OK, there is more than 1 AQI plugin :) the one I use is this... https://github.com/jonathankoren/weewx-aqi/ Its easy to get confused between the various additions available. If you want to use the one I am using you can download it thus... wget https://github.com/jonathankoren/w

Re: [weewx-user] Re-installed weewx using setup.py and now it won't start at boot

2021-07-09 Thread seano...@gmail.com
Just a quick update. One last attempt to get weewx running at boot before I drive out and format the microsd card to start fresh. I followed the below article to automatically run weewx using systemd and it is working now! Thanks for all the support. https://github.com/weewx/weewx/wiki/systemd

Re: [weewx-user] Re: Broadcast to weewx from Weatherflow tempest station

2021-07-09 Thread seano...@gmail.com
Just a quick update on this... I managed to get my weather flow tempest weather station broadcasting to windguru. This was done by using the weewx extension https://github.com/captain-coredump/weatherflow-udp Thanks for all the support. And a big thank you to everyone involved in creating this

[weewx-user] Is there any way to get the rainy days into the month?

2021-07-09 Thread enu...@gmail.com
Another thing that would interest me is to know how many days in the month passed from 20º for example. how and where could I put these functions if they don't exist -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group a

Re: [weewx-user] Wind Rose empty in Steel Series

2021-07-09 Thread Tom Keffer
Three things: 1. Let's see what's actually in your database. *show tables in weewxwftest;* 2. Can we see the output of *wee_debug --info* Double check that the utility obfuscated any passwords you might have in weewx.conf. 3. Just to double check: you only have one weewx.conf file, right?

Re: [weewx-user] Is there any way to get the rainy days into the month?

2021-07-09 Thread Tom Keffer
Not sure what you mean by "passed from 20°", but if you mean the number of days below 20, you can get that with The number of days that fell below 20°F is $month.outTemp.min_le((20.0, "degree_F", "group_temperature")) Note the double parentheses. On Fri, Jul 9, 2021 at 4:55 AM enu...@gmail.co

[weewx-user] WeeWX reports not updating: Database corrupt?

2021-07-09 Thread David Lewison
Hello everyone. First off, please pardon my ignorance of Linux. I was able to follow the wonderful instructions for setting up WeeWX on a RasPi running Debian Linux, but aside from what's written in the tutorials, my debugging skills are very primitive. That said, I'm running WeeWX v3.7.1 on a

Re: [weewx-user] WeeWX reports not updating: Database corrupt?

2021-07-09 Thread Greg Troxel
David Lewison writes: > That said, I'm running WeeWX v3.7.1 on a RasPi model B using Debian > pre-packaged install. Weather station is a Davis Vantage Pro with USB data > logger. It has been running pretty much flawlessly for 3 years, generating > reports every 10 minutes and uploading to a w

Re: [weewx-user] WeeWX reports not updating: Database corrupt?

2021-07-09 Thread Tom Keffer
You have all the classic symptoms of corrupted memory in your logger. See the wiki article *WeeWX generates HTML pages, but it does not update them * On Fri, Jul 9,

Re: [weewx-user] WeeWX reports not updating: Database corrupt?

2021-07-09 Thread vince
Agree with Greg's suggestions for sure 'especially' the thought to get a copy of your db 'off' of that SD card onto another computer immediately just in case Always always always have a backup of your weewx db if your old data is important to you. There are many threads in the weewx-user g

[weewx-user] MQTTSubscribe - when no data is avail, archive function appears to halt

2021-07-09 Thread bdf0506
This might be more appropriate for an issue on GitHub, but figured I would start here. I have Weewx 4.5.1 running with Weewx-MQTTSubscribe v 2.0.0. MQTTSubscribe is running as a driver. For my DB, I'm using MySQL. Everything works fine as is, but what I've found is that if I simply stop publis

Re: [weewx-user] MQTTSubscribe - when no data is avail, archive function appears to halt

2021-07-09 Thread Tom Keffer
Yes, WeeWX blocks on LOOP packets. No LOOP packet = no action. It will sit and wait indefinitely. The alternative is the complexity of select statements and asynchronous events. I suppose one thing you could do is to set a timeout in the driver so that if nothing is received after a while, it emi

Re: [weewx-user] MQTTSubscribe - when no data is avail, archive function appears to halt

2021-07-09 Thread Brad Furman
That seems like a driver enhancement that would be needed. I’ll explore opening up an issue with that project to ask to make it an enhancement option. But what about the MySQL connection being lost as shown in the second example? Is that expected? Is that a timeout that can be set somewhere? On F

Re: [weewx-user] MQTTSubscribe - when no data is avail, archive function appears to halt

2021-07-09 Thread Tom Keffer
You can post it to the issues list, but I doubt it will go anywhere. It's not something that comes up very often. Googling around shows some strategies for dealing with dropped MySQL connections. Example: https://bitworks.software/en/2019-03-12-tornado-persistent-mysql-connection-strategy.html On

Re: [weewx-user] WeeWX reports not updating: Database corrupt?

2021-07-09 Thread David Lewison
Oh yes, I definitely backed up the SDB and CONF files, along with the skins directory, as suggested in the tutorials on how to back up. I FTP them to another server for safe-keeping every few weeks. I probably should have mentioned that, but didn't think it was relevant to the issue I was having

Re: [weewx-user] MQTTSubscribe - when no data is avail, archive function appears to halt

2021-07-09 Thread bell...@gmail.com
Ironically I just finished up. an enhancement that might meet your needs. I added an option, ‘max_loop_interval’. If MQTTSubscribeDriver has not created a loop packet in ‘max_loop_interval’ seconds, an ‘empty’ loop packet is created. An ‘empty’ loop packet contains one dummy observation along w

Re: [weewx-user] MQTTSubscribe - when no data is avail, archive function appears to halt

2021-07-09 Thread Brad Furman
Awesome! This might work for what I need. Thanks! On Fri, Jul 9, 2021 at 5:22 PM bell...@gmail.com wrote: > Ironically I just finished up. an enhancement that might meet your needs. > I added an option, ‘max_loop_interval’. If MQTTSubscribeDriver has not > created a loop packet in ‘max_loop_inte

RE: [weewx-user] Highchart Air Quality

2021-07-09 Thread purchase
OK, thanks. I did install that one. I just have to see if I can figure out the fields I need to change. I was hoping we might have the same equipment, and I could just copy your configs, and it would work. But I see some errors I will have to try and figure out if I can 😊 -Original Mes

Re: [weewx-user] MQTTSubscribe - when no data is avail, archive function appears to halt

2021-07-09 Thread Graham Eddy
perhaps introduce a ‘null’ driver which just pumps out empty packets, and everything else is a service that augments it > On 10 Jul 2021, at 7:22 am, bell...@gmail.com wrote: > > Ironically I just finished up. an enhancement that might meet your needs. I > added an option, ‘max_loop_interval’.

Re: [weewx-user] Highchart Air Quality

2021-07-09 Thread Tim Tuck
Hi Mitchell, All my kit is Ecowitt, the PM2.5 sensor is a WH41 if that helps :) cheers Tim On 10/7/21 9:49 am, purch...@maladomini.com wrote: OK, thanks. I did install that one. I just have to see if I can figure out the fields I need to change. I was hoping we might have the same equipment