Re: [weewx-user] Purple-Air causes imagegenerator crash in 5.0.2 but not in 4

2024-04-30 Thread 'John Kline' via weewx-user
Thanks for trying it.  I’ve release v3.9.2 with the fix.On Apr 29, 2024, at 10:04 PM, Clay Jackson wrote:This version works perfectly!On Monday, April 29, 2024 at 6:39:44 PM UTC-7 John Kline wrote:It’s my extension.  MySQL doesn’t like the select when sql_mode=only_full_group_by.clayj, please

Re: [weewx-user] Purple-Air causes imagegenerator crash in 5.0.2 but not in 4

2024-04-29 Thread 'John Kline' via weewx-user
It’s my extension.  MySQL doesn’t like the select when sql_mode=only_full_group_by.clayj, please replace purple.py with the attached file.  If it works for you, I’ll release it as v3.9.2. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

[weewx-user] Re: No DB or reports update

2024-04-22 Thread John Walker
ta-2024-04.csv' Apr 22 08:45:47 > sparta weewxd[465042]: CRITICAL __main__: Waiting 10 seconds then > retrying... > > > On Monday, April 22, 2024 at 6:12:22 AM UTC-7 John Walker wrote: > >> Hi Gary - many thanks. I captured a log file from startup for 10+ mins - >

[weewx-user] Re: Tempest WeatherFlow UV and Radiation

2024-04-22 Thread John Jacklin
Many thanks On Monday 22 April 2024 at 17:09:26 UTC+1 vince wrote: > Yes that's normal. Look at any of the weatherflow-udp stations > registered on the weewx map and you'll see the same thing. > > -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] Tempest WeatherFlow UV and Radiation

2024-04-22 Thread John Jacklin
I have just set up WeeWX using a Tempest WeatherFlow https://wx-watch.co.uk/weewx/index.html I used this driver https://github.com/captain-coredump/weatherflow-udp?tab=readme-ov-file I seems to work perfectly but the graphs for UV and Radiation are identical - is this correct?? Hers is my

[weewx-user] No DB or reports update

2024-04-21 Thread John Walker
Hi, Amid some updates and other problem solving I now have no updates happening to the database nor the /var/www/html/weewx reports. I could have butchered the config it a bit - is there a safe (retaining database) way to reinstall? Weewx.conf and syslog excerpt below. Thanks, JW *WEEWX.CONF

Re: [weewx-user] Missing observations - wind & rain

2024-04-21 Thread John Walker
ght have better luck contacting the author of the extension. > > On Fri, Apr 19, 2024 at 4:59 AM John Walker wrote: > >> Hi - would anyone have suggestions on where I could further to try and >> solve the below problem? I can't find anything in documentation that >> r

Re: [weewx-user] Missing observations - wind & rain

2024-04-19 Thread John Walker
Hi - would anyone have suggestions on where I could further to try and solve the below problem? I can't find anything in documentation that relates to the "not a broadcast packet" error. Many thanks, JW On Sat, Apr 13, 2024 at 2:02 PM John Walker wrote: > Hi, a few days ago I st

[weewx-user] Missing observations - wind & rain

2024-04-13 Thread John Walker
Hi, a few days ago I started to lose wind speed, wind direction and rain data. Everything else is coming through ok and the charts are all updating fine. But the wind and rain ones are blank after a certain point. Syslog excerpt at bottom, I did find some rows indicating 'not a broadcast

Re: [weewx-user] Re: Exclude list or Overwrite behaviour for RSync Report

2024-04-02 Thread 'John Kline' via weewx-user
to tear apart a hypothetical rsync_options="whatever here" string to not break folks, but I didn't want to write the code this time, just suggest where it might be doable to at least think about as a feature addition.On Tuesday, April 2, 2024 at 4:08:26 PM UTC-7 John Kline wrote:T

Re: [weewx-user] Re: Exclude list or Overwrite behaviour for RSync Report

2024-04-02 Thread 'John Kline' via weewx-user
I should add that the way I solved this problem is to put the files outside of the reporting path (/home/weewx/public_html for me).  In that way, they aren’t swept up in the rsync report.On Apr 2, 2024, at 6:08 PM, John Kline wrote:The problem with an rsync_options (similar to the existing

Re: [weewx-user] Re: Exclude list or Overwrite behaviour for RSync Report

2024-04-02 Thread 'John Kline' via weewx-user
The problem with an rsync_options (similar to the existing ssh_options) is that the code already has rsync options specified individually (e.g., delete and compress).  It would be messy to have two ways to specify delete and compress.It might be best to add an explicit exclude option.  BTW,

Re: [weewx-user] Re: Change to daylight saving time stops data update

2024-04-01 Thread 'John Kline' via weewx-user
> If the key is to not mess with the console time near the DST boundary, why not just arrange for> clock synchronization to only happen once a day at noon?It is not the key.  You have to get unlucky to check the time during the window.  The main problem is when time is set back one hour (leaving

Re: [weewx-user] weewx-purple error: no fresh concentrations to insert

2024-03-27 Thread 'John Kline' via weewx-user
I’ve released purple v3.9.1.  It considers readings stale at the max of 120s and 3 * poll_secs.You can put your poll_secs back to 120 after you install v3.9.1.On Mar 27, 2024, at 3:29 PM, John Kline wrote:It’s your long poll interval interacting with my check to see how fresh the concentration

Re: [weewx-user] weewx-purple error: no fresh concentrations to insert

2024-03-27 Thread 'John Kline' via weewx-user
It’s your long poll interval interacting with my check to see how fresh the concentration is.  Change poll_secs in the Purple section of weewx.conf to something shorter.  Let’s try 30s and report back.In the meantime, I’ll look to change the check for freshness.  It doesn’t interact well with 120s

[weewx-user] Re: Weewx install error

2024-03-25 Thread John Lowry
Thanks ! (sheepish look, operator malfunction...) On Monday, March 25, 2024 at 2:16:03 PM UTC-4 vince wrote: > Lets see the snippet for longitude from weewx.conf please... > > On Monday, March 25, 2024 at 10:47:04 AM UTC-7 John Lowry wrote: > >> Converting string to float in

[weewx-user] Weewx install error

2024-03-25 Thread John Lowry
Converting string to float in install. HW: RPI5 SW: error on both RaspOS (bookworm) and Ubuntu During install, the user is prompted for lat/long of the weather station. The installation fails with the following error output: File "/usr/share/weewx/weectllib/station_actions.py", line 205, in

Re: [weewx-user] v5 pip - interceptor in sniff mode permissions question

2024-03-20 Thread John Smith
I dont know why weewx isnt started as root and once up and running drop privledges. Itd solve a number of these issues. On Thu, 21 Mar 2024, 06:46 vince, wrote: > I'm fiddling around trying to learn interceptor and how to set it up for > v5 and have it at least listening without errors as user

Re: [weewx-user] Fedora Weewx RPM install

2024-03-06 Thread John
Not withstanding all of that below Is there a weewx-5.0.2 source rpm (.srpm) anywhere public? I'm a Mageia user who's been installing the Fedora rpms for years (2009) without having dependency issues and I'm keen to condition the tradition :-) Cheers John in NZ On 7/03/24 04:32, Tom Keffer

Re: [weewx-user] Upgrade to 5.0.2 from 4.10: where are my logs?

2024-03-03 Thread John Smith
chive $ ls -lh weewx.sdb >> -rw-r--r-- 1 weewx root 119M mars 3 14:30 weewx.sdb >> >> It's 15:00. Last update to weewx.sdb is 14:30. Impossible. >> >> On Sunday, March 3, 2024 at 3:05:31 PM UTC+1 John Smith wrote: >> >>> Logs were ditched in favour of journald

Re: [weewx-user] Upgrade to 5.0.2 from 4.10: where are my logs?

2024-03-03 Thread John Smith
Logs were ditched in favour of journald because the weewx v5 no longer runs as root jounralctl -f -u weewx.service On Mon, 4 Mar 2024 at 01:01, Invisible Man wrote: > I used to redirect the weewx logs which were normally going to > /var/log/syslog in /var/tmp/log/weewx.log using /etc/rsyslog.d

Re: [weewx-user] Reinstalling weewx

2024-03-01 Thread John Smith
Pretty sure you can boot from usb on a rpi3b https://www.instructables.com/Booting-Raspberry-Pi-3-B-With-a-USB-Drive/ On Sat, 2 Mar 2024 at 03:44, Bill Petheram wrote: > Vantage Pro2 connected with USB. > > On Friday, March 1, 2024 at 4:38:21 PM UTC Tom Keffer wrote: > >> What kind of

Re: [weewx-user] No HTML generation after upgrade from 5.0.0 to 5.0.1

2024-02-08 Thread John Smith
chown -R weewx: '/var/www/rumoclock.dk/web/weewx/ On Thu, 8 Feb 2024 at 18:56, 'neu...@bnjpro.dk' via weewx-user < weewx-user@googlegroups.com> wrote: > I did a normal apt update, apt upgrade. But after having been running > perfectly with 5.0.0 I now don't get html renewal. > I have here a

Re: [weewx-user] updated to 5.0.1 still no joy

2024-02-07 Thread John Smith
On Thu, 8 Feb 2024 at 02:12, Tom Keffer wrote: > Something to try: edit the weewx service file and change permissions back > to root. The service file should be located at > /lib/systemd/system/weewx.service. Comment out the User and Group lines. > When you're done, it will look something like

Re: [weewx-user] Where to put format to round data in Standard skin

2024-02-04 Thread John Smith
On Mon, 5 Feb 2024 at 04:07, bgra...@umw.edu wrote: > The format (I think) should be: > StringFormats > cpm = %.0f > Shouldn't that be %0.1f? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

Re: [weewx-user] weewx.drivers.vantage: Socket error while opening port 22222

2024-01-21 Thread John Smith
On Mon, 22 Jan 2024 at 08:13, Ed Surowiec wrote: > I am having trouble getting weewx to connect to my WeatherLink Live > ethernet box. I am able to connect to the WeatherLink Live using a browser > and also using netcat to port 2 from the raspberry pi I have weewx > installed on. Here is

[weewx-user] Re: WeeWX 5 on a Mac

2024-01-19 Thread John Jacklin
quot;yet another extension" and installed > like any other. Simply refer to the documentation. > https://weewx.com/docs/5.0/utilities/weectl-extension/ > I don't know the SFTP driver, but I am pretty sure this also applies for > installing the SFTP driver. > John Jacklin schrieb

[weewx-user] WeeWX 5 on a Mac

2024-01-19 Thread John Jacklin
I would like to have another go at setting up WeeWX on a Mac (running Ventura) I have read how to install WeeWX on using the instruction in the documentation and this seems straightforward . I would need to install the SFTP drivers and the Ecowitt Gateway Drivers and I am not sure how to go

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-19 Thread John Smith
On Thu, 18 Jan 2024 at 13:26, Tom Keffer wrote: > You say that the "spikes" occur after power outages. I'm thinking the > value for "dayRain" also changes. > Maybe he should get a UPS and put a big battery on it so it doesn't die during blackouts. -- You received this message because you are

Re: [weewx-user] Re: Weewx and Meteobridge - website update

2024-01-19 Thread John Smith
Depends on the skin you are using, and installation method, you could do a search for index.html.tmpl and add it to the head section On Thu, 18 Jan 2024 at 11:56, Jim Wilkerson wrote: > When you say to add the meta refresh to the "top of the template", which > configuration file are you

Re: [weewx-user] Importing data from awair sensor

2024-01-12 Thread John Smith
On Fri, 12 Jan 2024 at 22:41, sting ray wrote: > Any advice how to import and display data from awair element sensors? > These are intended for indoor aqi monitoring but appear to function in > covered outdoor locations like a back porch. > If no one else replies with a better answer you could

Re: [weewx-user] Weewx and Meteobridge - website update

2024-01-07 Thread John Smith
You need to add a meta refresh to the top of the template On Mon, 8 Jan 2024 at 05:36, bhouseski wrote: > Recently I was able to get Weewx running on a Raspberry Pi 4B, pulling > data from a Vantage Pro2 connected to a D-Link DIR-505 loaded with > Meteobridge (vantage is connected to the

[weewx-user] Re: Adding Rain Radar

2024-01-05 Thread John Jacklin
Sorry - the code from here - https://widgets.meteox.com/en-gb On Friday 5 January 2024 at 10:32:06 UTC John Jacklin wrote: > I am running the latest WeeWX with the standard skin. > > I wish to add a rain radar using this code > > How do I add it to the skin.conf. > > Jus

[weewx-user] Adding Rain Radar

2024-01-05 Thread John Jacklin
I am running the latest WeeWX with the standard skin. I wish to add a rain radar using this code How do I add it to the skin.conf. Just pasting in the code does not work. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this

Re: [weewx-user] Graph Section for previous year

2024-01-02 Thread John Smith
On Wed, 3 Jan 2024 at 07:42, Kevin Crivelli wrote: > Not like "last 12 months" but "last year". I'd like to have a graph > section for that. I'm sure it's very easy but I can't put my finger on it > I tried to do this for images, but my patch was rejected. As for html that can be done:

[weewx-user] python not found

2023-12-31 Thread John Zastrow
Got my first weather station for Christmas (Ambient 2902d). I've waded through docs and gotten data streaming to Weather Underground. I'd like to get data going into my local MariaDB (MySQL) database, and to CWOP. I'm trying the weemx install into a Virtual Machine running Ubuntu server

Re: [weewx-user] Wind Run in RTGD with SteelSeries Gauges

2023-12-29 Thread 'John Kline' via weewx-user
> On Dec 29, 2023, at 4:30 AM, 'Rory Gillies' via weewx-user > wrote: > > I also noticed that after a while (around 10 minutes but sometimes more) the > interface stops updating. The default is to timeout after 20m unless you have passed the correct page update password (defaults to

Re: [weewx-user] CWOP data stopped showing up

2023-12-20 Thread 'John Kline' via weewx-user
Jim,Here’s another view of showing records are getting through.  It does show the dew point no longer being reported as of yesterday.APRS/CWOP weather report from N1ADJ – aprs.fi – live APRS mapaprs.fiOn Dec 20, 2023, at 11:33 AM, David Barto wrote:I’m going to chime in with a “me too” on this.

[weewx-user] Starting weewx

2023-11-25 Thread JOHN CHENIS
I installed weewx but when i add this ( var/www/html/weewx/index.html) to my google windows I get google search and not START/STOP. What am I doling wrong? Please help. Thanks, John -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To u

Re: [weewx-user] Forecast extension for NWS failing

2023-09-23 Thread 'John Kline' via weewx-user
= "CAZ043"         foid = "SGX"         lid_desc = "Miramar-San Diego CA"On Sep 23, 2023, at 5:44 PM, 'John Kline' via weewx-user wrote:Send exactly what’s in the NWS section and I’ll try it.On Sep 23, 2023, at 5:12 PM, David Barto wrote:4.10.2, fully up to date as far

Re: [weewx-user] Forecast extension for NWS failing

2023-09-23 Thread 'John Kline' via weewx-user
the NWS is failing. Wunderground worksAeris worksCould it be something in the code itself? "not enough arguments for format string” makes me think that there is a python code error. (*) David* Not a python expert.On Sep 22, 2023, at 1:59 PM, 'John Kline' via weewx-user wrote:What version of WeeWX?O

Re: [weewx-user] Forecast extension for NWS failing

2023-09-22 Thread 'John Kline' via weewx-user
What version of WeeWX?On Sep 22, 2023, at 1:52 PM, David Barto wrote:All the bindings appear correct as noted.Stopped, removed, and started weewx as suggested.Error persists. (Dang) DavidOn Sep 22, 2023, at 11:49 AM, 'John Kline' via weewx-user wrote:It looks like you are trying to store

Re: [weewx-user] Forecast extension for NWS failing

2023-09-22 Thread 'John Kline' via weewx-user
]] manager = weewx.manager.Manager schema = user.forecast.schema table_name = archive database = forecast_sqlite If all looks correct, stop weewx, delete the forecast.sdb file in the /archive directory and start weewx. Do you still have the issue? John > On Sep 22, 2

Re: [weewx-user] Re: Weewx-rain24h addon

2023-09-18 Thread 'John Kline' via weewx-user
by the amount in the entry and delete that entry.On Sep 18, 2023, at 9:00 AM, Geoff Cusick wrote:So you’re maintaining a circular buffer of (24h/loop packet interval) rainfall samples.  Is that right?GWeb: http://www.cusick.org.ukOn 18 Sep 2023, at 16:53, 'John Kline' via weewx-user wrote:I wrote

Re: [weewx-user] Re: Weewx-rain24h addon

2023-09-18 Thread 'John Kline' via weewx-user
I wrote this extension; although, I no longer use it because I have generalized the functionality to work on any observation and for any time length in my weewx-loopdata extension.What you are missing is that the plug-in operates at the loop packet level.  Other than loading from the database at

RE: [weewx-user] Re: weewx with rtl-davis - Installation Assistance?

2023-09-12 Thread John Argue
– you just got the data packet and no decoding) bat_iss : 0 - wondering if this is issue in driver? John From: weewx-user@googlegroups.com On Behalf Of Lorin Tremblay Sent: September 7, 2023 11:58 PM To: weewx-user Subject: Re: [weewx-user] Re: weewx with rtl-davis - Installation

Re: [weewx-user] Specific Report Generation Periods

2023-08-27 Thread John Smith
$since($hour=9,$today=False).rain.sum.formatted On Sun, 27 Aug 2023 at 03:45, carter.hu...@gmail.com < carter.humphrey...@gmail.com> wrote: > 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

RE: [weewx-user] Re: weewx with rtl-davis - Installation Assistance?

2023-08-10 Thread John Argue
Not yet – busy in summer but have acquired a raspberry pi 4 and will try it with the script as soon as things settle down a bit. From: weewx-user@googlegroups.com On Behalf Of Rob Fissel Sent: August 5, 2023 8:54 AM To: weewx-user Subject: [weewx-user] Re: weewx with rtl-davis -

Re: [weewx-user] Re: Connecting to new Davis Console model 6313

2023-08-08 Thread 'John Kline' via weewx-user
the old consoles last many days.   Manual is at (here) and the wxforum.net Davis group has lots of discussion about the new console.  Doesn't seem like too many people are happy so far.On Sunday, July 30, 2023 at 12:49:39 PM UTC-7 John Kline wrote:Davis still sells the old console and logger.Vince, I’m

Re: [weewx-user] Re: Connecting to new Davis Console model 6313

2023-07-30 Thread 'John Kline' via weewx-user
Davis still sells the old console and logger.Vince, I’m not sure what primary and secondary means.  They are all independent of one another.On Jul 30, 2023, at 11:41 AM, vince wrote:I believe there are some posts suggesting the old console as the primary one and the new one as a secondary works

Re: [weewx-user] Re: Connecting to new Davis Console model 6313

2023-07-29 Thread 'John Kline' via weewx-user
I was going to say you need to buy the older console (or the cheaper envoy) and another USB data logger; but don’t you still have your console and data logger from your old VP2?  You can have more than one console listening to your VP2.On Jul 29, 2023, at 6:40 PM, vince wrote:Did you set the ip

Re: [weewx-user] Re: Error with weewx-airlink

2023-07-17 Thread 'John Kline' via weewx-user
24 s UTC-4, John Kline a écrit :Please note in the description for this extension:“weewx-airlink requires the wview_extended in WeeWX 4 that contains pm1_0, pm2_5 and pm10_0 columns.“On Jul 17, 2023, at 5:57 AM, michael.k...@gmx.at <michael.k...@gmx.at> wrote:weedb.NoColumnError: no such

Re: [weewx-user] Re: Error with weewx-airlink

2023-07-17 Thread 'John Kline' via weewx-user
Please note in the description for this extension:“weewx-airlink requires the wview_extended in WeeWX 4 that contains pm1_0, pm2_5 and pm10_0 columns.“On Jul 17, 2023, at 5:57 AM, michael.k...@gmx.at wrote:weedb.NoColumnError: no such column: pm2_5Yves Martin schrieb am Montag, 17. Juli 2023 um

[weewx-user] Display WS90 Signal Strength

2023-06-16 Thread John Jacklin
I have been dipping in and out of WeeWX for a while. I have it running with a Ecowitt Wittboy and a WS90. At the moment it is uploading to here https://wx-watch.co.uk/weewx/ I have it all setup but I can figure out a way to show the signal status of the WS90 in the Sensor Status area. Please

[weewx-user] WeeWX on a Mac Mini

2023-06-12 Thread John Jacklin
I have WeeWX happily running on a Raspberry Pi with an Ecowitt Wittboy. I want to release the Pi for other projects so I followed these instructions https://weewx.com/docs/latest/macos.htm and got it running on a Mac Mini using the Simulator driver. I want to use the GW1000 driver and SFTP

[weewx-user] La Crosse V42 Pro

2023-03-26 Thread John Hartmus II
in the documentation. Thanks, John Hartmus II -- 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 email to weewx-user+unsubscr...@googlegroups.com. To view this

Re: [weewx-user] Re: Backing up weewx.sdb

2023-03-13 Thread 'John Kline' via weewx-user
You might find these shell script fragments helpful.  If you call retry_backup_copy With arguments of the database to backup (weewx.sdb) and a destination file to backup to, the code will check to see if the cksum changed during the copy and also run an integrity check on the copy.  If the cksum

Re: [weewx-user] WeeWX-Forecast 3.4.0b12 - Zambretti Update Issue

2023-02-10 Thread 'John Kline' via weewx-user
Zambretti generates a forecast once a day.# Zambretti Forecaster## The zambretti forecast is based upon recent weather conditions.  Supposedly# it is about 90% to 94% accurate.  It is simply a table of values based upon# the current barometric pressure, pressure trend, winter/summer, and wind#

Re: [weewx-user] Re: weewx server?

2023-01-07 Thread John W. Springman III
I have a couple domain names from google domains for the couple websites I have. The raspberry pi just runs weewx to upload my weather station to some of the options on there and the pi also has a broadcastify scanner feed that I have on there. On Friday, January 6, 2023 at 8:25:18 AM

Re: [weewx-user] Re: weewx server?

2023-01-06 Thread John W. Springman III
Lots of info. Thanks. I have a website domain already and use a raspberry pi for this. I apparently just can't seem to get it to show other than on the local network. On Thursday, January 5, 2023 at 12:13:20 PM UTC-5 pannetron wrote: > If you host a public website from a personal Linux

Re: [weewx-user] weewx.4.6.0 : since.py : KeyError: 'trend'

2023-01-03 Thread John Smith
Thanks for the reminder, I updated the inigo extension to fix it's copy of since.py On Tue, 3 Jan 2023 at 08:38, Derek Harding wrote: > I can't find a copy of since.py anywhere on my installations (I have two > weather stations in different locations). Both of them only have > inigo-since.py. >

Re: [weewx-user] Windchill Text Value / Graph Discrepancy

2023-01-03 Thread 'John Kline' via weewx-user
> Tom and Gary confirmed that the VP2 hardware generated values for windchill are only available in the LOOP2 packets.I’m not sure why you think that is relevant.  The question is, whether software or hardware generated, do the loop packets have windchill.  I confirmed they do contain windchill

[weewx-user] weewx server?

2023-01-03 Thread John W. Springman III
I was able to get the local network page of my weewx station but how do you see this from the public ip? [image: Screenshot 2023-01-03 at 07-22-00 KB3AWQ Williamsport PA(1).png] -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe

Re: [weewx-user] Windchill Test Value / Graph Discrepancy

2022-12-31 Thread 'John Kline' via weewx-user
Tom and friends will know for sure, but I believe the low you are seeing (at 07:31) is from the archive_day_windchill table.You likely have the following in your weewx.conf    # Whether to include LOOP data in hi/low statistics    loop_hilo = TrueThis tells weewx (well, it tells it to do exactly

Re: [weewx-user] Working drivers for TWI, Vaisala WXT, Peet Bros Ultimeter

2022-11-16 Thread 'John Kline' via weewx-user
Hi Dale, Where are you located? > On Nov 16, 2022, at 7:59 PM, DR wrote: > > After many years and a comfortable implementation of the Rainwise IP-100 > driver, my Rainwise station has died, seems currently unfixable. Despite > loosing most of the summer trying to get the ISS to transmit

Re: [weewx-user] Re: Rsync Help or User Help :o)

2022-11-15 Thread 'John Kline' via weewx-user
A trailing slash means copy the contents of the directory.Note that WeeWX code will add the slash if it is a directory.  See code snippet below.weewx/rsyncupload.py at master · weewx/weewxgithub.com        # If the source path ends with a slash, rsync interprets        # that as a request to copy

Re: [weewx-user] Re: Bug with Pi OS 64 and Raspberry Zero 2w

2022-10-01 Thread 'John Kline' via weewx-user
I only run 64 bit on my Raspberry Pi 4s because lots/most software is no longer sufficiently tested on 32bits. Even is WeeWX is well tested on 32-bits, there is so much more that is running, and being updated, on the Pi. As such, I would not push back on that IN MOST CASES. But this is a

Re: [weewx-user] Re: Posting data towards wunderground fails after migration to bullseye

2022-09-20 Thread 'John Kline' via weewx-user
I think *all* stations are showing as offline since yesterday around noon Pacific time. > On Sep 20, 2022, at 7:17 AM, 'Michael Waldor' via weewx-user > wrote: > >  > Sorry for my posting - the data is sent, received, and displayed by > wunderground. I was confused by the first fields from

Re: [weewx-user] Lose connection to data until reboot

2022-09-20 Thread 'John Kline' via weewx-user
You still have the problem that something is eating all of your memory. Assuming you got the process ID correct, something(s) else will be killed. > On Sep 20, 2022, at 3:40 AM, Johnnie Walker wrote: > >  > Hi John/Tom - many thanks to you both. > > On the server instance:

Re: [weewx-user] Lose connection to data until reboot

2022-09-19 Thread 'John Kline' via weewx-user
Correction, the file is /proc//oom-score-adj > On Sep 19, 2022, at 6:23 PM, John Kline wrote: > >  > It doesn’t look like you are losing the connection to your Vantage Pro2. > Rather, the kernel is killing WeeWX because you’re running of of memory. > > You could wri

Re: [weewx-user] Lose connection to data until reboot

2022-09-19 Thread 'John Kline' via weewx-user
It doesn’t look like you are losing the connection to your Vantage Pro2. Rather, the kernel is killing WeeWX because you’re running of of memory. You could write -1000 to the /proc//oom-kill-adj file to keep it from killing WeeWX, but then something else will be killed to free up memory.

Re: [weewx-user] Re: Help with GW1000 Driver

2022-08-19 Thread John Jacklin
ewx-gw1000/wiki > ? > > You should find most if not all answers to your questions there  > Am 19.08.2022 um 15:45 schrieb John Jacklin: > > Sorry - two more questions!! > > I have just noticed Radiation is N/A as well. > > Also is it possible to add a AQI graph? > &g

[weewx-user] Re: Help with GW1000 Driver

2022-08-19 Thread John Jacklin
Sorry - two more questions!! I have just noticed Radiation is N/A as well. Also is it possible to add a AQI graph? Thanks On Friday, 19 August 2022 at 14:29:38 UTC+1 John Jacklin wrote: > I have been running WeeWX with a Davis WLL and a Vantage Pro 2. > > https://wx-watch.co.uk/weew

[weewx-user] Help with GW1000 Driver

2022-08-19 Thread John Jacklin
I have been running WeeWX with a Davis WLL and a Vantage Pro 2. https://wx-watch.co.uk/weewxu/ I recently got a Ecowitt Wittboy with extra sensors and decided to try the GW1000 driver. I installed WeeWX and copied the config and data from the above setup across. Then I installed the GW1000 and

Re: [weewx-user] Re: cannot read localization file

2022-08-18 Thread 'John Kline' via weewx-user
Another workaround that *should* work is to remove the following line from weewx.conf: lang = en A workaround that only works if your language is ‘en’. The code in reportengine only looks for the file if lang is specified. I don’t have a lang = en line in my weewx.conf and have no such messages

Re: [weewx-user] RSYNC is using IP address and not host name

2022-08-09 Thread 'John Kline' via weewx-user
022, at 10:32 AM, John Kline wrote: > >  > Did you restart weewx after changing weewx.conf? > >>> On Aug 9, 2022, at 10:05 AM, Dan Jones wrote: >>> >> ssh stanza removed >> >> debug on 1 >> >> output still the same: >> >&

Re: [weewx-user] RSYNC is using IP address and not host name

2022-08-09 Thread 'John Kline' via weewx-user
Did you restart weewx after changing weewx.conf? > On Aug 9, 2022, at 10:05 AM, Dan Jones wrote: > > ssh stanza removed > > debug on 1 > > output still the same: > > DEBUG weeutil.rsyncupload: rsyncupload: cmd: [['rsync', '--archive', > '--stats', '-e', 'ssh', '/tmp/weather34/serverdata/',

Re: [weewx-user] RSYNC is using IP address and not host name

2022-08-09 Thread 'John Kline' via weewx-user
Oh, I didn’t notice the SSH stanza, remove that line. ssh_options should be directly under RSYNC. > On Aug 9, 2022, at 9:01 AM, bell...@gmail.com wrote: > > I don’t have a [[SSH]] stanza. Try removing that. > rich > >> On Tuesday, 9 August 2022 at 11:53:57 UTC-4 dan.rh...@gmail.com wrote:

Re: [weewx-user] RSYNC is using IP address and not host name

2022-08-09 Thread 'John Kline' via weewx-user
Also, add: debug = 1 In your weewx.conf file and restart WeeWX. Your log will then contain output of the form: rsyncupload: cmd: That will tell you if -i is being passed (likely it is) and also let you try it from the command line. > On Aug 9, 2022, at 8:55 AM, John Kline wr

Re: [weewx-user] RSYNC is using IP address and not host name

2022-08-09 Thread 'John Kline' via weewx-user
Just to double check, it’s the private key and not the directory that contains the private key? > On Aug 9, 2022, at 8:54 AM, Dan Jones wrote: > > Yep, correct, its the private key. > > But it looks like that whole ssh_options bit is being ignored. I can't see it > in the logs when I tail

Re: [weewx-user] Forecast stopped working

2022-08-05 Thread 'John Kline' via weewx-user
and took a few days to get it going. Everything was running until July 1. I do not believe I changed anything but possible. It's running on a pi 3+ along with PIHOLE. mylog attached. Thanks On 8/5/2022 6:37 PM, 'John Kline' via weewx-user wrote

Re: [weewx-user] Forecast stopped working

2022-08-05 Thread 'John Kline' via weewx-user
One last thing, you are using a rather old version of forecast. Using an >>>> up-to-date version will let us eliminate the version as the cause. >>>> >>>>> On Aug 5, 2022, at 9:44 AM, John Kline wrote: >>>>>  >>> >>>&

Re: [weewx-user] Forecast stopped working

2022-08-05 Thread 'John Kline' via weewx-user
One last thing, you are using a rather old version of forecast. Using an up-to-date version will let us eliminate the version as the cause. > On Aug 5, 2022, at 9:44 AM, John Kline wrote: >  > It’s done every three hours by default (10800 seconds). You can hurry it > along by

Re: [weewx-user] Forecast stopped working

2022-08-05 Thread 'John Kline' via weewx-user
It’s done every three hours by default (10800 seconds). You can hurry it along by temporarily adding a shorter interval of 5 minutes (300 seconds) in weewx.conf and restarting weewx: [Forecast] data_binding = forecast_binding [[NWS]] lid = TXZ118 foid = FWD

Re: [weewx-user] Forecast stopped working

2022-08-05 Thread 'John Kline' via weewx-user
Your log snippet doesn’t show any attempts to download the forecast.  Would you look at your logs for entries of the form below (of course, not exactly the same as this is for my forecast) and send them?INFO user.forecast: NWSThread: NWS: downloading forecast from

Re: [weewx-user] Re: National Weather Service location IDs

2022-07-09 Thread 'John Kline' via weewx-user
> The newer api.weather.gov can return a lot of detailed forecast information > for quite specific locations using gridpoints, but that's not integrated into > weewx AFAIK. https://github.com/chaunceygardiner/weewx-nws > On Jul 9, 2022, at 11:22 AM, wfs...@gmail.com wrote: > > Yes, Mike I

Re: [weewx-user] new install (4.8) using the GW1000 extension - missing ET?

2022-07-04 Thread John Hill
ure, radiation, and >> humidity. From your query, you don't have radiation, and possibly the >> others. Make sure they are all there. >> >> On Mon, Jul 4, 2022 at 9:49 AM John Hill wrote: >> >>> Sorry - this is going to sound poorly informed... but here it goes. >>

[weewx-user] new install (4.8) using the GW1000 extension - missing ET?

2022-07-04 Thread John Hill
Sorry - this is going to sound poorly informed... but here it goes. I've been running weewx for years since the 3.x days. Using the interceptor driver - first with the Ambient Weather devices, now with Ecowitt using a GW1000 as a gateway. During that time I made numerous tweaks to the file

Re: [weewx-user] Re: Help with forecast

2022-06-15 Thread 'John Kline' via weewx-user
Our emails crossed. I’m glad you got it working. > On Jun 15, 2022, at 7:53 AM, John Kline wrote: > >  > It sure looks like your forecast.sdb archive table got created as a weewx > archive table. If so, it wasn’t the forecast extension that did it. Perhaps > the binding

Re: [weewx-user] Re: Help with forecast

2022-06-15 Thread 'John Kline' via weewx-user
database_type = MySQL >>> >>> [[forecast_sqlite]] >>> database_type = SQLite >>> database_name = forecast.sdb >>> >>> [[forecast_mysql]] >>> database_type = MySql >>> databa

Re: [weewx-user] Re: Help with forecast

2022-06-15 Thread 'John Kline' via weewx-user
gt; database_type = MySql > database_name = forecast > >> On Friday, June 10, 2022 at 11:22:26 AM UTC-4 do...@dougjenkins.com wrote: >> Tim: >> >> The forecast module uses a completely different schema and database. What >> you need to do is con

Re: [weewx-user] Problem with weewx-airlink

2022-05-30 Thread 'John Kline' via weewx-user
t; (rather than time since epoch). I observed this behavior until the airlink >> started reporting concentrations. I specifically check for pm1 to determine >> this state. In the case below, pm_1 is missing ('pm_1': None). >> >> I wouldn’t try to get this running in weewx u

Re: [weewx-user] weewx migration

2022-05-28 Thread 'John Kline' via weewx-user
I’m sure someone can help if you send a log. See: https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user > On May 28, 2022, at 5:51 AM, hajsek...@gmail.com > wrote: > >  > Thank you > I now manage to start weewx and it looks like it populate weewx database in > mysql. > But it

[weewx-user] weewx migration

2022-05-27 Thread 'John Kline' via weewx-user
  After you follow Gary’s advice to install the current version of readltime_gauge-data, you’ll hit a problem with your version of weewx-forecast, as it hasn’t been updated for Python3. To fix this, you can install a fork that has been ported:

Re: [weewx-user] weewx migration

2022-05-27 Thread 'John Kline' via weewx-user
Your log snippet shows an error in weewx-realtime_gauge-data, probably because it’s an old version that doesn’t work with Python3. What version of weewx-realtime_gauge-data have you installed? Also, since you are want to get the forecast extension working, what version are you using of

Re: [weewx-user] Problem with weewx-airlink

2022-05-25 Thread 'John Kline' via weewx-user
timestamp to show up here (e.g., right now, "ts": 1653499667) and good concentrations (rather than None); e.g., "pm_1": 5.16 Since it’s finding no valid concentrations, you are seeing the message “Could not get concentrations from any source.” John > On May 25, 2022, at 8:

Re: [weewx-user] Re: Realtime-_gauge-data.txt

2022-05-23 Thread 'John Kline' via weewx-user
;>>>> Sorry to be a pain >>>>> Phil >>>>> >>>>> >>>>>> On Monday, May 23, 2022 at 1:39:10 PM UTC+1 jo...@johnkline.com wrote: >>>>>> I don’t recommend extending the timeout. It’s there so that requests

Re: [weewx-user] Re: Realtime-_gauge-data.txt

2022-05-23 Thread 'John Kline' via weewx-user
ctly? In particular, did you set it >>>> up for the same user as weewx is running as? That’s often root. If weewx >>>> is running as root for you, please try to ssh in without a password when >>>> you are logged in as root. >>>> >>>>>&g

Re: [weewx-user] Re: Realtime-_gauge-data.txt

2022-05-23 Thread 'John Kline' via weewx-user
t it >> up for the same user as weewx is running as? That’s often root. If weewx >> is running as root for you, please try to ssh in without a password when you >> are logged in as root. >> >>> On May 23, 2022, at 3:13 AM, philip@gmail.com >

Re: [weewx-user] Re: Realtime-_gauge-data.txt

2022-05-23 Thread 'John Kline' via weewx-user
a password when you are logged in as root. > On May 23, 2022, at 3:13 AM, philip@gmail.com > wrote: > > Thanks John > I now get > May 23 10:59:03 raspberrypi weewx-weewx[1438] ERROR weeutil.rsyncupload: > [['rsync', '--archive', '--stats', '--timeout=4', '-e ssh -

  1   2   3   4   5   6   7   8   >