[weewx-user] Re: Cheetah Rounding Values

2020-04-24 Thread Andrew Milner
See customisation guide On Saturday, 25 April 2020 07:28:17 UTC+3, rich T wrote: > > Is there a way cheetah can round a value to 1 decimal point or does the > rounding need to be performed in an SQL statement first? > -- You received this message because you are subscribed to the Google Groups

[weewx-user] Cheetah Rounding Values

2020-04-24 Thread rich T
Is there a way cheetah can round a value to 1 decimal point or does the rounding need to be performed in an SQL statement first? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, sen

[weewx-user] Ultimeter 2100 WeeWx Behind Actual Rain Rain Rate is Actual Rain Total

2020-04-24 Thread Burt Wizeman
WeeWix is treating Rain Rate as the actual Rain Total for the day when running with the Ultimeter 2100. Throughout this storm, the rain gauge data displayed on the Ultimeter has been quite a bit ahead of what WeeWix is generating both for CWOP and the WeeWx html pages. Any idea why the lag?

[weewx-user] Re: Peet Bros Ultimeter 2100 - Humidity Pad

2020-04-24 Thread Burt Wizeman
Hey Steve, Do you have this entry? [[CWOP]] enable = true station = #For instance, mine is K4SRQ as that is what is displayed on findu and CWOP related output. post_interval = 300 #Number of seconds between posts. passcode = -1 WeeWx 3.9.2 #If you are using APRS for ham radio Burt K4SRQ

[weewx-user] Re: wee_config not working

2020-04-24 Thread Ellastonepaul
Many thanks for your most useful comments. Clearly I have some setting problems and your guidance would be appreciated. I have spent the last few days un installing and re installing Weewx repeatedly as per the Guidance notes, but still the same issues. 1. No *public-html *folder created. I h

Re: [weewx-user] Export data in JSON?

2020-04-24 Thread Kevin Davis
Very well; I'll keep on eye on that Issue # and roll my own for the time being. On Fri, Apr 24, 2020 at 1:41 PM Tom Keffer wrote: > Unfortunately, there is no super easy way to do this. Issue #341 > discusses some ideas around > it, but they have not

[weewx-user] Re: parsing weather data for calculations

2020-04-24 Thread Bernhard Walser
That is exactly what i mean! Thank you for your help, and also a big thank for your great software witch can adaptet to nealry everything! Am Freitag, 24. April 2020 19:33:03 UTC+2 schrieb Bernhard Walser: > > Hello Im using a rasperry 3 weewx v3.9.2 and i want to add some special > data and a

Re: [weewx-user] Export data in JSON?

2020-04-24 Thread Tom Keffer
Unfortunately, there is no super easy way to do this. Issue #341 discusses some ideas around it, but they have not been implemented. Any comments are welcome! It is a high priority, so we're likely to see some action in V4.1. But, we have to get V4.0 ou

Re: [weewx-user] Print every 5 minutes

2020-04-24 Thread Tom Keffer
You can iterate over records. See the section *Iteration * in the Customizing Guide. For example (NOT TESTED): #for $record in $day.records $record.dateTime $record.outTemp $record.outHumidity #end for This would create a line with temperature

Re: [weewx-user] Print every 5 minutes

2020-04-24 Thread Hector Valenzuela
Yes, my interval is 300 seconds but i want to see on NOAA template the history register data every 5 minutes like wunderground: [image: Captura de pantalla 2020-04-24 a las 1.30.39 p.m..png] El viernes, 24 de abril de 2020, 13:00:58 (UTC-7), Tom Keffer escribió: > > The NOAA tables get updated

Re: [weewx-user] parsing weather data for calculations

2020-04-24 Thread Tom Keffer
If I am understanding your question correctly, the current temperature can be obtained from NEW_ARCHIVE_RECORD event: def new_archive_record(self, event): temperature = event.record['outTemp'] ... Is that what you need? Be aware that the value may be None, or even missing. So

Re: [weewx-user] Print every 5 minutes

2020-04-24 Thread Tom Keffer
The NOAA tables get updated on every archive interval. So, if you archive interval is 5 minutes, then the current monthly and yearly HTML files will get updated every 5 minutes. On Fri, Apr 24, 2020 at 12:14 PM Hector Valenzuela wrote: > Hi i have a Vantage Pro 2 running on Raspberry pi and i ne

[weewx-user] Print every 5 minutes

2020-04-24 Thread Hector Valenzuela
Hi i have a Vantage Pro 2 running on Raspberry pi and i need to update temperature / humidity data every 5 minutes on NOAA template, is that possible? its like wunderground table but wunderground does not display extra sensors. -- You received this message because you are subscribed to the Goo

Re: [weewx-user] Merge 2 weewx SQLite databases

2020-04-24 Thread Ken Waters
Tom, Thanks so much for posting this information. I was looking for a way to merge all these orphan .sdb files that I have due to the frequent date reset issue that I have and posted about earlier. The result was several sdb files that had 2-3 weeks of data in them. I just tested this solution

[weewx-user] Export data in JSON?

2020-04-24 Thread Kevin Davis
Afternoon all. Just looking for some pointers on an idea I have before I go down the wrong path. I am an amateur radio operator and want to use my weewx weather data to make weather announcements over the air on a simplex Allstar node that I run. I *think* what I want to do is have a cron job on

Re: [weewx-user] Thanks a Lot Darksky (NOT!!)

2020-04-24 Thread galfert
The free Aeris Weather account is not advertised. You have to use the link I provided to get in on the special "Contributor account" only for those that contribute with their station to PWSweather.com. This link: https://www.aerisweather.com/signup/pws/

[weewx-user] parsing weather data for calculations

2020-04-24 Thread Bernhard Walser
Hello Im using a rasperry 3 weewx v3.9.2 and i want to add some special data and also use this for some pin outputs (heating on-of for melting snow and so one). Therefore i installed your filepille extension and add some code. I now have to import data like outTemp to calculate an wetbulb temp

Re: [weewx-user] Thanks a Lot Darksky (NOT!!)

2020-04-24 Thread Philip Kutzenco
Hmm. I think galfert is correct. I believe as long as your weewx implementation is sending "quality data to pwsweather.com monthly, use of the API is free. Sorry for the false alarm. On Friday, April 24, 2020 at 12:49:03 PM UTC-4, Philip Kutzenco wrote: > > I signed up. However, it looks to me t

Re: [weewx-user] Thanks a Lot Darksky (NOT!!)

2020-04-24 Thread Wes Witt
i linked my pwsweather account and everything looks good. i have pws data flowing so that is good. in looking at my profile on aerisweather i see: Terms: Free with Active and Quality Data PWS contribution Payment Method: Free Signup Products: PWS Contributors Package -- You received this messa

Re: [weewx-user] Thanks a Lot Darksky (NOT!!)

2020-04-24 Thread Philip Kutzenco
I signed up. However, it looks to me that having a PWSweather account lets you get an Aeris Weather account (which is linked), but when I go to the API site with that account, they only offer a 30 day free trial. After that there is a monthly or annual cost.for the API subscription. Am I missing

Re: [weewx-user] Merge 2 weewx SQLite databases

2020-04-24 Thread B Major
First off, let me thank you for your assistance and direction here. You pointed me to the sqlite utilities which is what I was wondering; can I use them here. I am taking the time to learn more about sqlite database. Second off, thank you for kindly answering when I clearly didn't use the group

[weewx-user] Re: A monitor program for WeeWx running on Raspberry Pi

2020-04-24 Thread Wes Witt
on linux a great way to monitor services is to use monit: https://mmonit.com/monit/, many great features and works great -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: [weewx-user] Upgraded to 3.9.2 and also upgraded the OS and now no worky :(

2020-04-24 Thread gjr80
Close but not quite what we need to see. We need to see the WeeWX startup in the log, this shows import config/setup info. Once you have piped your syslog to mylog in a separate terminal restart WeeWX and let it run for at least 5 minutes. mylog should then contain the WeeWX startup. You cannot

Re: [weewx-user] Upgraded to 3.9.2 and also upgraded the OS and now no worky :(

2020-04-24 Thread chris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 4/21/20 3:28 PM, Christopher Maness wrote: > > > On 4/21/20 3:21 PM, gjr80 wrote: >> Can’t say anything without the log - >> https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user. > >> Gary > > > I just see "raspberrypi weewx[571]: int

Re: [weewx-user] Merge 2 weewx SQLite databases

2020-04-24 Thread Tom Keffer
I seem to recall there was a thread on the forum about this not too long ago. The simplest would be to dump one file, using the tools sqlite3, then import into the other, again using sqlite3. Something like (NOT TESTED): echo ".dump archive" | sqlite3 file1.sdb | grep -v 'CREATE TABLE' >file1.sql

[weewx-user] Re: fileparse polling interval

2020-04-24 Thread jf42
Hi Bill, in fact I have such solution. The computer doing the quality check dumps the checked data in highest resolution to the disk and additionally publishes it to a MQTT server, where other clients can access it. I have a Vantage Pro2 station running with weewx at home and the idea was, to