cjkrolak / ThermostatSupervisor

supervisor to detect and correct thermostat deviations
MIT License
0 stars 0 forks source link

Honeywell: add additional exceptions to get_zones_info_with_retries #758

Open cjkrolak opened 9 months ago

cjkrolak commented 9 months ago

These first two exceptions are preceeding the registered exception #3 below, maybe they should be also caught in this function.

  1. urllib3.exceptions.ProtocolError
  2. http.client.RemoteDisconnected
  3. pyhtcc.requests.exceptions.ConnectionError (caught)

python 3.12.1 requests 2.31.0 urllib3 2.1.0