Re: [weewx-user] How to get the daily rain sum

2023-08-28 Thread Greg from Oz
I used since.py and time_since.py Check my page: https://weather.ubeaut.work/ If you check the week month year for the cumulative rain is that what you are looking for? Today's Rain since 12am $day.rain.sum

Re: [weewx-user] How to get the daily rain sum

2023-08-28 Thread Glenn McKechnie
Short answer, when using the inbuilt FORMAT strings - no. Long answer - see the templates - which are lacking instruction but follow standard weewx methods - I believe. Despite being the author / maintainer of weewx-mastodon I had to go back and check on the code. It gets its units directly from

Re: [weewx-user] WeeWX in an RV?

2023-08-28 Thread vince
(sorry - ignore the earlier truncated post) I cooked up a bash script that subscribes, calls a python script to reformat, then publishes. The bash script sleeps a second between loops to not eat up your cpu. You 'should' be able to change the variables in the bash script to match your confi

Re: [weewx-user] WeeWX in an RV?

2023-08-28 Thread vince
I'm sure there's a pure python variant but I tend to go low-tech bash whenever possible. The bash script - I called mine "reformat_mqtt.bash" #!/bin/bash # # ip address of MQTT broker BROKER="192.168.1.171" ORIGINAL_TOPIC="RV/original" FINAL_TOPIC="RV/final" while true; do # subscribe to a t

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? > > On Sunday,

[weewx-user] How to get the daily rain sum

2023-08-28 Thread Invisible Man
I am using the Mastodon extension for Weewx. https://github.com/glennmckechnie/weewx-mastodon. I believe my question is however not strictly related to this extension, see below. It is possible to format the message which is tooted regularly and supply a specific format. One of the default form

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: > >> Yup, that is what I'm lookin

Re: [weewx-user] Trying to configure the logging to be non-privileged

2023-08-28 Thread ba...@kdbarto.org
https://stackoverflow.com/questions/44649449/brew-installation-of-python-3-6-1-ssl-certificate-verify-failed-certificate/44649450#44649450 After installing the certificates as noted here, PWS is updating, WU forecasts are working, etc. etc. This may be something to add to the documentation for M

Re: [weewx-user] Trying to configure the logging to be non-privileged

2023-08-28 Thread vince
For (2) I'd open the URLs weewx uses in a browser and click the 'lock' icon and see what a browser says. Works in either Safari or Chrome. PWS uploads use https://www.pwsweather.com/pwsupdate/pwsupdate.php WU uses https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php

Re: [weewx-user] Trying to configure the logging to be non-privileged

2023-08-28 Thread David Barto
> On Aug 27, 2023, at 3:51 PM, Tom Keffer wrote: > > Which version of WeeWX? It's possible your version of WeeWX does not have a > rotating logger defined for the Mac. > > Try following the instructions in the wiki article Logging to rotating files >

[weewx-user] Generate detailed NOAA reports for some date range

2023-08-28 Thread kac...@gmail.com
I'm using Weewx with Belchertown skin. It generates monthly NOAA report (one record for every day). Some weeks ago we have floods and geographics institut wishes to get more detailed NOAA reports for that data range. Any suggestion how to get it? If this is not possible, I will open the databa

Re: [weewx-user] Re: Belchertown lightning graph

2023-08-28 Thread Dan Roman
Hi Mark, Coincidentally I was just working on this last week. I have not been able to get lightning working completely still. In my configuration lightning_strikes and avg_distance still display as Invalid Observations in Belchertown. I was able to get the following observations added but have t

Re: [weewx-user] WeeWX in an RV?

2023-08-28 Thread Stefan Gliessmann
I asked in the community forum for my router and I was told that this is the only way they can currently forward data via MQTT. A future firmware release shall allow more formatting. I might now play around with this https://github.com/mrtncls/mqtt-translator to get the MQTT payload from an arr

Re: [weewx-user] WeeWX in an RV?

2023-08-28 Thread Stefan Gliessmann
Which code do you refer to? [image: Screenshot 2023-08-28 at 11.00.03.png] This is what I specified in the GPS/Router to push via MQTT to my broker ... On Sunday, August 27, 2023 at 8:39:40 PM UTC+2 vince wrote: > We'd have to see your code to see what you are publishing. > > Your MQTT log looks v

[weewx-user] Need a dummy driver or a way to start weewx without a driver

2023-08-28 Thread Staffan Ottosson
Hi ! I have a ws2910 and like to post ecowitt data to weewx using to way explained in Adding a Ecowitt Data Source to WeeWX (cougar.eu.com) . Reading posted data from a webserver. My problem is that i nee