diff --git a/pysaj/__init__.py b/pysaj/__init__.py index 42c6016..1787e2b 100644 --- a/pysaj/__init__.py +++ b/pysaj/__init__.py @@ -223,7 +223,7 @@ async def read(self, sensors): sen.name, sen.value) return True - except (aiohttp.client_exceptions.ClientConnectorError, + except (aiohttp.client_exceptions.ClientConnectorError, asyncio.exceptions.TimeoutError, concurrent.futures._base.TimeoutError): # Connection to inverter not possible. # This can be "normal" - so warning instead of error - as SAJ