home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.11k stars 29.79k forks source link

Tasmota not working after latest update #102469

Closed catalincre closed 10 months ago

catalincre commented 10 months ago

The problem

Tasmota integration not working anymore after latest update.

What version of Home Assistant Core has the issue?

2023.10.4

What was the last working version of Home Assistant Core?

2023.10.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tasmota

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

frenck commented 10 months ago

Anything in the logs?

cryptocelt commented 10 months ago

Same here, 2 installations are now zigbee-less, after the latest update.

catalincre commented 10 months ago

Cant post it from mobile. I'm away

cryptocelt commented 10 months ago

`Error setting up entry socket://192.168.1.128:8888 for zha Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/bellows/ezsp/protocol.py", line 68, in command return await future ^^^^^^^^^^^^ asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 198, in startup await self.initialize(auto_form=auto_form) File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 150, in initialize await self.start_network() File "/usr/local/lib/python3.11/site-packages/bellows/zigbee/application.py", line 184, in start_network await self._reset() File "/usr/local/lib/python3.11/site-packages/bellows/ezsp/protocol.py", line 67, in command async with asyncio_timeout(EZSP_CMD_TIMEOUT): File "/usr/local/lib/python3.11/asyncio/timeouts.py", line 111, in aexit raise TimeoutError from exc_val TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 399, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/zha/init.py", line 172, in async_setup_entry await zha_gateway.async_initialize() File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 214, in async_initialize raise exc File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 201, in async_initialize await self.application_controller.startup(auto_form=True) File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 201, in startup await self.shutdown() File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 406, in shutdown await self._dblistener.shutdown() File "/usr/local/lib/python3.11/site-packages/zigpy/appdb.py", line 187, in shutdown await self._set_isolation_level(None) File "/usr/local/lib/python3.11/site-packages/zigpy/appdb.py", line 205, in _set_isolation_level await self._db._execute(lambda: setattr(self._db, "isolation_level", level)) File "/usr/local/lib/python3.11/site-packages/aiosqlite/core.py", line 126, in _execute raise ValueError("Connection closed") ValueError: Connection closed`

joostlek commented 10 months ago

Duplicate of #102459