Re: [weewx-user] wunderfixer reverse process

2023-10-25 Thread Tom Keffer
See the utility wee_import . On Tue, Oct 24, 2023 at 11:34 PM Antonio Forte wrote: > Hi everyone, is there a possibility to do the reverse process of > wunderfixer? That is, update local data with remote data? > > -- > You received thi

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

2023-10-25 Thread Stefan Gliessmann
I installed MQTTSubscribe and, as for as I can tell, it is not throwing an error! :) However, no coordinates are written into weewx.sdb. Could this be the reason: *user.MQTTSubscribe: (Service) Archive topic is None*? Here a tail -f /var/log/syslog | grep MQTT: Oct 25 15:18:08 rvwx weewx[32590

[weewx-user] Re: Cloud base calculation formula in Weewx

2023-10-25 Thread Remy Lavabre
Thank you all for all this information which really helped me! Sincerely Le mardi 24 octobre 2023 à 11:01:49 UTC+2, Karen K a écrit : > Remy Lavabre schrieb am Montag, 23. Oktober 2023 um 18:07:30 UTC+2: > > Would it be possible to know the WeeWX calculation formula used to obtain > the height o

[weewx-user] time tagging images in index.html

2023-10-25 Thread cric...@pobox.com
Hi All, Again, semi-unusual use case, but I'm trying to re-plot data from my solar system for a particular date using wee_reports. Everything generates OK, but pulling up the web page hasn't refreshed the plots, only the rest of the data. I'm assuming this is a browser caching problem. Sin

[weewx-user] Adding climatologies to plots?

2023-10-25 Thread Gary S
I'm incredibly happy with weewx - very easy to install and maintain and modify. I also appreciate the Belchertown skin. The plots are great as are the records. Much appreciation for all the efforts put into both! A question - has anyone incorporated the climatology for their location in their

[weewx-user] Re: time tagging images in index.html

2023-10-25 Thread vince
Sorry - no help here. I've had webcam snapshot images that are uploaded periodically by cron referenced in my templates and unrelated static pages for many years and have never had any caching issues in any browser on any platform. I don't do anything at all re: caching or not caching images.

[weewx-user] Re: Adding climatologies to plots?

2023-10-25 Thread vince
Can you explain what exactly you're trying to do ? What does "incorporated the climatology" mean and what would success look like ? On Wednesday, October 25, 2023 at 2:00:22 PM UTC-7 Gary S wrote: > > I'm incredibly happy with weewx - very easy to install and maintain and > modify. I also a

Re: [weewx-user] Adding climatologies to plots?

2023-10-25 Thread Warren Gill
Curious about this too... you can download the data (for the US anyway) from NOAA https://www.ncei.noaa.gov/cdo-web/datasets It would be cool to graph the daily highs and lows with the climate average (and record high/low) for your region. On Wed, Oct 25, 2023 at 4:00 PM Gary S wrote: > > I'm in

[weewx-user] Re: WeatherlinkliveUDP and WU Rapidfire

2023-10-25 Thread Kevin Key
Thanks for this info. I'm able to go back to having Rapid-Fire work with my Acu-Rite Atlas without the Pressure reading constantly disappearing. On Thursday, December 8, 2022 at 7:11:08 PM UTC-8 Brent Musat wrote: > So I tried three different drivers for WeatherLink Live that interfaces > with

Re: [weewx-user] CLIMATOLOGICAL SUMMARY contains formulas instead of results for calculated values.

2023-10-25 Thread Mike Ruble
Using that version we have the same result in the reports (after deleting and letting it recreate the report). In the /var/log/messages we have a couple of update cycles:Oct 25 21:06:20 WEEWX weewx[661] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 1.08 seconds Oct 25 21:10:17 WEEWX wee

Re: [weewx-user] CLIMATOLOGICAL SUMMARY contains formulas instead of results for calculated values.

2023-10-25 Thread Tom Keffer
I'm not seeing any signs in the log of the instrumented version running. The messages should be marked "DEBUG weewx.xtypes", much like the previous run. Are you sure you're using the instrumented version? I don't know what all that drm stuff is about. A digital rights manager? On Wed, Oct 25, 202

Re: [weewx-user] CLIMATOLOGICAL SUMMARY contains formulas instead of results for calculated values.

2023-10-25 Thread Mike Ruble
I copied it from the laptop to the Raspberry Pi again and replaced it; but, don't see the DEBUG. Can you send it again? On Wed, Oct 25, 2023 at 9:34 PM Tom Keffer wrote: > I'm not seeing any signs in the log of the instrumented version running. > The messages should be marked "DEBUG weewx.xtype

Re: [weewx-user] CLIMATOLOGICAL SUMMARY contains formulas instead of results for calculated values.

2023-10-25 Thread Tom Keffer
https://groups.google.com/g/weewx-user/c/RAKT9ft5qFM/m/jsJpX1FoAgAJ On Wednesday, October 25, 2023 at 6:45:53 PM UTC-7 gmr...@gmail.com wrote: > I copied it from the laptop to the Raspberry Pi again and replaced it; > but, don't see the DEBUG. Can you send it again? > > On Wed, Oct 25, 2023 at

Re: [weewx-user] Adding climatologies to plots?

2023-10-25 Thread Karen K
You can copy the NOAA data into a SQLITE database file. Make sure, the timestamp column is called `dateTime` and there is a column `interval` for the time interval and a column `usUnits` that contains 1 for US units. After that you can reference this file in weewx.conf as a binding and use it i