Hi everyone
In weewx.conf I have the driver WeatherLinkLiveJSON: (https://github.com/Drealine/weewx-weatherlinklive-json/tree/patch-1) ############################################################################## [WeatherLinkLiveJSON] driver = user.WeatherLinkLiveJSON max_tries = 10 retry_wait = 5 poll_interval = 2.5 url = http://192.168.1.201:80/v1/current_conditions <http://192.168.1.201/v1/current_conditions> ############################################################################## Yesterday I have a brief link interruption between my server and the WeatherLinkLive box, then weewx service has stopped. /var/log/syslog.1:Oct 21 22:47:15 meteo weewx[26403] INFO user.WeatherLinkLiveJSON: failure to get data http://192.168.1.201:80/v1/current_conditions <http://192.168.1.201/v1/current_conditions> - try 1 - (HTTPConnectionPool(host='192.168.1.201', port=80): Max retries exceeded with url: /v1/current_conditions (Caused by NewConnectionError("<urllib3.connection.HTTPConnection object at 0x7efc0cdede48>: Failed to establish a new connection: [Errno 110] Connexion terminée par expiration du délai d'attente"))) /var/log/syslog.1:Oct 21 22:47:17 meteo weewx[26403] CRITICAL weewx.engine: Internal error. Packet loop has exited. /var/log/syslog.1:Oct 21 22:47:18 meteo weewx[26403] INFO weewx.engine: Main loop exiting. Shutting engine down. In syslog I can see that weewx stops with try = 1, but in weewx.conf I have max_tries = 10 Is it normal? Thank's a lot -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e19d1cfd-3cde-4350-9068-9d8e52ab50c0n%40googlegroups.com.
