I'm using a custom driver I wrote for my socket server relay setup. 
Basically the weather station posts to my server via URL, then PHP posts to 
the socket. WeeWx is listening on the socket and uses the data as part of 
the loop. (The driver is here: 
https://github.com/poblabs/weewx-socketlogger)

It's about every minute to every 5 minutes now, I'll get an error like 
below. I'm not sure of the pattern. Could it be that the socket doesn't 
post data within a certain amount of time that weewx is looking for?

engine: Shutting down StdReport thread
engine: Caught WeeWxIOError: timed out
     ****  Waiting 60 seconds then retrying...
 engine: retrying...

Is it possible to extend the WeeWxIOError?

Thoughts? Thanks!

Reply via email to