[weewx-user] random problem, stop fetching data and update local site

2021-01-29 Thread rodolphe tordo
Hello, I use Weewx on a raspberry Pi3B+ with a WMR200 station in usb. The installer version is Weewx version 4.2.0 with the belchertown theme I have the followinfrandom problem, stop fectching data and update local site, i have to stop and restart weewx so that the sync can restart. The last cra

[weewx-user] Re: random problem, stop fetching data and update local site

2021-01-29 Thread rodolphe tordo
The logs file :-) -- 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 discussion on the web visit https://group

[weewx-user] Re: random problem, stop fetching data and update local site

2021-01-29 Thread rodolphe tordo
When i start weewx i have also this message Jan 29 11:53:35 srvweewx weewx[7610] ERROR weewx.engine: The archive interval in the configuration file (300) does not match the station hardware interval (60). Regards Le vendredi 29 janvier 2021 à 11:52:28 UTC+1, rodolphe tordo a écrit : > The logs

[weewx-user] Netatmo driver issue

2021-01-29 Thread Emilio Montolivo
Matthew Wall's Weewx-netatmo driver (thank you Matthew for creating it!) collects the data from the Netatmo server by using the /getstationsdata method provided by the Netatmo API. The behaviour of this method for the data provided by the rain gauge is weird. Indeed, as a few others noticed,

Re: [weewx-user] FTP

2021-01-29 Thread Remy LAVABRE
Hi, I have a problem to with the FTP option : Jan 29 14:17:42 RPiMeteo weewx[1429] ERROR weewx.reportengine: ftpgenerator: (0): caught exception '': [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1056) Jan 29 14:17:42 RPiMeteo weewx[1429] ERROR weewx.reportengine: Traceback (most r

Re: [weewx-user] FTP

2021-01-29 Thread Tom Keffer
I'm not an expert on this, but Googling around, this error seems to be caused by servers passing too weak a DH key to the client. Client libraries now require longer keys in order to guard against a certain type of attack. There are two possible fixes: 1. Upgrade the server. This is the preferred

Re: [weewx-user] Re: random problem, stop fetching data and update local site

2021-01-29 Thread Tom Keffer
This is a recurring problem with the WMR200. See issue #578 . There seems to be some evidence that the problem happens less often under Python 2.7, but it doesn't go away. I know I often ask for "More log!", but the full 6.3MB log is way too big. We only

[weewx-user] Weewx intermittantly stops and needs to be restarted (stop service then start it again)

2021-01-29 Thread John Mora
Hello, Weewx install on Raspberry Pi 4 8GB running perfectly save one issue. Every once in a while the service stops. It appears to happen after uploading files to my web server using SFTP ( *weewx-sftp * ). After the upload weewx logs an exception an

[weewx-user] Vantage driver error, 1 or no retry?

2021-01-29 Thread sco...@gmail.com
Randomly about 2x per month or so, weewx shuts down because it can't talk to the David IPLink. I don't see any retries like what is configured but I do see 1 main retry to reload the driver which also fails. Here is the relevant section of the log. I appreciate the IP error means the other si

Re: [weewx-user] Weewx intermittantly stops and needs to be restarted (stop service then start it again)

2021-01-29 Thread Tom Keffer
You'll probably have to ask the author of the extension 'davishealthapi'. That's what is raising the exception. On Fri, Jan 29, 2021 at 6:45 AM John Mora wrote: > > Hello, Weewx install on Raspberry Pi 4 8GB running perfectly save one > issue. Every once in a while the service stops. It appears

Re: [weewx-user] Vantage driver error, 1 or no retry?

2021-01-29 Thread Tom Keffer
If the program is unable to get the driver to work on startup, it simply exits on the theory that there is a configuration problem. If you want it to retry, even on startup, then use option loop_on_init . Are you running as a daemon? Or, directly f

[weewx-user] Re: Weewx und Renkforce WH2315

2021-01-29 Thread Holger DL7HMX
OK, I set "windchill" and "heatindex" in weewx.conf to "software" (default was "hardware"). Now I've got values in weewx's output. Cheers, Holger Holger DL7HMX schrieb am Montag, 25. Januar 2021 um 23:33:24 UTC+1: > Thank you, Gary. I wasn't aware of that. And indeed, the log during > startup

Re: [weewx-user] Weewx intermittantly stops and needs to be restarted (stop service then start it again)

2021-01-29 Thread John Mora
Thank you for the prompt response. I will direct my attention in that direction. Much appreciated. On Friday, January 29, 2021 at 11:06:32 AM UTC-5 tke...@gmail.com wrote: > You'll probably have to ask the author of the extension 'davishealthapi'. > That's what is raising the exception. > > On

[weewx-user] Re: SFTP problem

2021-01-29 Thread bgra...@umw.edu
Something to add to the above. The weewx-sftp extension is installed and the weewx.conf looks like below. Is there some conflict here between sftp and ftp or are they configured correctly? Thanks. BG /etc/weewx/weewx.conf [[sftp]] skin = sftp user = password = pas

Re: [weewx-user] Vantage driver error, 1 or no retry?

2021-01-29 Thread sco...@gmail.com
I'm running it as a daemon - headless Linux server. Thanks for the tip on 'loop_on_init' I'll look into that and more debug info. On Friday, January 29, 2021 at 10:12:48 AM UTC-6 tke...@gmail.com wrote: > If the program is unable to get the driver to work on startup, it simply > exits on the t

Re: [weewx-user] Re: SFTP problem

2021-01-29 Thread Tom Keffer
I don't know anything about the sftp extension (it's not part of WeeWX), but I would imagine you want to use either the extension, or the ftp that comes with WeeWX, but not both. -tk On Fri, Jan 29, 2021 at 1:29 PM bgra...@umw.edu wrote: > Something to add to the above. The weewx-sftp extensio

Re: [weewx-user] Re: SFTP problem

2021-01-29 Thread gjr80
Not a sftp user but the typical approach to fault finding ftp/sftp/rsync generator issues is to see if you can connect to the remote server from the command line, ie take WeeWX out of the equation. What happens if you do the following from the command line: $ sftp username@remote_host Also, ju

Re: [weewx-user] Re: MQTT Connection Refused

2021-01-29 Thread Jeff Beckman
After much searching I've found the problem. There seems to have been a problem with a GS110EMX switch on my network that was preventing MQTT traffic from getting through, but only from IP addresses that were originally requested from Linux machines. I'm not sure how that's possible, but that