Got a TP-LInk Deco M5 (1 module) and it was discovered by HA. But when HA reboot I get those errors:
Never used the UPnP/IDG so nothing left in configuration file.
2019-12-11 11:35:29 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.m5_bytes_received fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 103, in async_do_http_request
async with self._session.request(method, url, headers=headers, data=body) as response:
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "uvloop/loop.pyx", line 1964, in create_connection
File "uvloop/loop.pyx", line 1951, in uvloop.loop.Loop.create_connection
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 270, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 448, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 144, in async_update
self._state = await self._device.async_get_total_bytes_received()
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 152, in async_get_total_bytes_received
return await self._igd_device.async_get_total_bytes_received()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/profiles/igd.py", line 89, in async_get_total_bytes_received
result = await action.async_call()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 509, in async_call
await self.service.requester.async_http_request('POST', url, headers, body)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 70, in async_http_request
body_type=body_type)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 113, in async_do_http_request
resp_body = None
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 55, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2019-12-11 11:35:29 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.m5_packets_sec_sent fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 103, in async_do_http_request
async with self._session.request(method, url, headers=headers, data=body) as response:
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "uvloop/loop.pyx", line 1964, in create_connection
File "uvloop/loop.pyx", line 1951, in uvloop.loop.Loop.create_connection
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 270, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 448, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 200, in async_update
new_value = await self._async_fetch_value()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 256, in _async_fetch_value
return await self._device.async_get_total_packets_sent()
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 165, in async_get_total_packets_sent
return await self._igd_device.async_get_total_packets_sent()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/profiles/igd.py", line 120, in async_get_total_packets_sent
result = await action.async_call()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 509, in async_call
await self.service.requester.async_http_request('POST', url, headers, body)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 70, in async_http_request
body_type=body_type)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 113, in async_do_http_request
resp_body = None
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 55, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2019-12-11 11:35:29 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.m5_kbyte_sec_received fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 103, in async_do_http_request
async with self._session.request(method, url, headers=headers, data=body) as response:
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "uvloop/loop.pyx", line 1964, in create_connection
File "uvloop/loop.pyx", line 1951, in uvloop.loop.Loop.create_connection
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 270, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 448, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 200, in async_update
new_value = await self._async_fetch_value()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 230, in _async_fetch_value
return await self._device.async_get_total_bytes_received()
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 152, in async_get_total_bytes_received
return await self._igd_device.async_get_total_bytes_received()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/profiles/igd.py", line 89, in async_get_total_bytes_received
result = await action.async_call()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 509, in async_call
await self.service.requester.async_http_request('POST', url, headers, body)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 70, in async_http_request
body_type=body_type)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 113, in async_do_http_request
resp_body = None
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 55, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2019-12-11 11:35:29 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.m5_packets_sec_received fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 103, in async_do_http_request
async with self._session.request(method, url, headers=headers, data=body) as response:
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "uvloop/loop.pyx", line 1964, in create_connection
File "uvloop/loop.pyx", line 1951, in uvloop.loop.Loop.create_connection
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 270, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 448, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 200, in async_update
new_value = await self._async_fetch_value()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 254, in _async_fetch_value
return await self._device.async_get_total_packets_received()
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 161, in async_get_total_packets_received
return await self._igd_device.async_get_total_packets_received()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/profiles/igd.py", line 110, in async_get_total_packets_received
result = await action.async_call()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 509, in async_call
await self.service.requester.async_http_request('POST', url, headers, body)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 70, in async_http_request
body_type=body_type)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 113, in async_do_http_request
resp_body = None
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 55, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2019-12-11 11:35:29 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.m5_packets_sent fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 103, in async_do_http_request
async with self._session.request(method, url, headers=headers, data=body) as response:
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "uvloop/loop.pyx", line 1964, in create_connection
File "uvloop/loop.pyx", line 1951, in uvloop.loop.Loop.create_connection
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 270, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 448, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 150, in async_update
self._state = await self._device.async_get_total_packets_sent()
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 165, in async_get_total_packets_sent
return await self._igd_device.async_get_total_packets_sent()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/profiles/igd.py", line 120, in async_get_total_packets_sent
result = await action.async_call()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 509, in async_call
await self.service.requester.async_http_request('POST', url, headers, body)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 70, in async_http_request
body_type=body_type)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 113, in async_do_http_request
resp_body = None
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 55, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2019-12-11 11:35:29 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.m5_kbyte_sec_sent fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 103, in async_do_http_request
async with self._session.request(method, url, headers=headers, data=body) as response:
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "uvloop/loop.pyx", line 1964, in create_connection
File "uvloop/loop.pyx", line 1951, in uvloop.loop.Loop.create_connection
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 270, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 448, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 200, in async_update
new_value = await self._async_fetch_value()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 232, in _async_fetch_value
return await self._device.async_get_total_bytes_sent()
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 156, in async_get_total_bytes_sent
return await self._igd_device.async_get_total_bytes_sent()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/profiles/igd.py", line 99, in async_get_total_bytes_sent
result = await action.async_call()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 509, in async_call
await self.service.requester.async_http_request('POST', url, headers, body)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 70, in async_http_request
body_type=body_type)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 113, in async_do_http_request
resp_body = None
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 55, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2019-12-11 11:35:29 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.m5_packets_received fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 103, in async_do_http_request
async with self._session.request(method, url, headers=headers, data=body) as response:
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "uvloop/loop.pyx", line 1964, in create_connection
File "uvloop/loop.pyx", line 1951, in uvloop.loop.Loop.create_connection
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 270, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 448, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 148, in async_update
self._state = await self._device.async_get_total_packets_received()
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 161, in async_get_total_packets_received
return await self._igd_device.async_get_total_packets_received()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/profiles/igd.py", line 110, in async_get_total_packets_received
result = await action.async_call()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 509, in async_call
await self.service.requester.async_http_request('POST', url, headers, body)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 70, in async_http_request
body_type=body_type)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 113, in async_do_http_request
resp_body = None
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 55, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2019-12-11 11:35:29 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.m5_bytes_sent fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 103, in async_do_http_request
async with self._session.request(method, url, headers=headers, data=body) as response:
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "uvloop/loop.pyx", line 1964, in create_connection
File "uvloop/loop.pyx", line 1951, in uvloop.loop.Loop.create_connection
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 270, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 448, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/upnp/sensor.py", line 146, in async_update
self._state = await self._device.async_get_total_bytes_sent()
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 156, in async_get_total_bytes_sent
return await self._igd_device.async_get_total_bytes_sent()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/profiles/igd.py", line 99, in async_get_total_bytes_sent
result = await action.async_call()
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 509, in async_call
await self.service.requester.async_http_request('POST', url, headers, body)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py", line 70, in async_http_request
body_type=body_type)
File "/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py", line 113, in async_do_http_request
resp_body = None
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 55, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError