Today, I just upgraded HA version to HA2021.1.0. When I first restarted HA, asuswrt was running normally. Then I updated the built-in integration configuration of BMW. After restarting again, the asuswrt was invalid & appeared the error message above
The Problem:
There is an issue with ASUSWRT integration.
Every time after HA is updated, ASUSWRT can work normally when it is restarted for the first time. However, if HA is restarted artificially after that, ASUSWRT will fail to work normally due to errors
The ENV info:
Supervisor
Version:2020.12.7
Newest Version:2020.12.7
Channel:stable
Operating System:Debian GNU/Linux 10 (buster)
Docker version:20.10.1
Also attach
The system health information:
System Health
version: 2021.1.0
installation_type: Home Assistant Supervised
dev: false
hassio: true
docker: true
virtualenv: false
python_version: 3.8.7
os_name: Linux
os_version: 5.4.79-v8+
arch: aarch64
timezone: Asia/Shanghai
GitHub API: ok
Github API Calls Remaining: 4970
Installed Version: 1.9.0
Stage: running
Available Repositories: 714
Installed Repositories: 28
host_os: Debian GNU/Linux 10 (buster)
update_channel: stable
supervisor_version: 2020.12.7
docker_version: 20.10.1
disk_total: 117.0 GB
disk_used: 8.2 GB
healthy: true
supported: true
supervisor_api: ok
version_api: ok
installed_addons: Samba share (9.3.0), MariaDB (2.2.1), MQTT Server & Web client (1.2.0), Node-RED (7.2.11), TasmoAdmin (0.13.1), Bookstack (0.6.3), Log Viewer (0.9.1), AirSonos (2.4.1), Let’s Encrypt (4.11.0), NGINX Home Assistant SSL proxy (3.0.1)
dashboards: 1
mode: storage
views: 8
resources: 18
The Error logs:
Logger: homeassistant.setup
Source: components/asuswrt/init.py:85
First occurred: 上午10:32:11 (1 occurrences)
Last logged: 上午10:32:11
Error during setup of component asuswrt
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 213, in _async_setup_component
result = await task
File “/usr/src/homeassistant/homeassistant/components/asuswrt/init.py”, line 85, in async_setup
await api.connection.async_connect()
File “/usr/local/lib/python3.8/site-packages/aioasuswrt/connection.py”, line 77, in async_connect
self._client = await asyncssh.connect(self._host, **kwargs)
File “/usr/local/lib/python3.8/site-packages/asyncssh/misc.py”, line 182, in await
return (yield from self._coro)
File “/usr/local/lib/python3.8/site-packages/asyncssh/connection.py”, line 5451, in connect
conn, _ = yield from create_connection(None, host, port, **kwargs)
File “/usr/local/lib/python3.8/site-packages/asyncssh/connection.py”, line 5107, in create_connection
yield from auth_waiter
asyncssh.misc.DisconnectError: Disconnect Error: Connection lost
Is there a problem with the version of aioasuswrt again?
1 post - 1 participant
Read full topic