You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the device work using the Home Assistant Tuya Cloud component?
Is this device connected to another local integration, including Home Assistant and any other tools?
The devices are within the same HA subnet, and they get discovered automatically when I add them
What happened?
at night this problem made the log size 6 GB
Steps to reproduce.
Relevant log output
This error originated from a custom integration.
Logger: homeassistant
Source: custom_components/localtuya/core/pytuya/__init__.py:611
integration: LocalTuya
First occurred: May 14, 2024 at 21:16:36 (2962499 occurrences)
Last logged: 11:55:19
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
return await fut
^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/locks.py", line 386, in acquire
await fut
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/localtuya/core/pytuya/__init__.py", line 605, in wait_for
await asyncio.wait_for(self.listeners[seqno].acquire(), timeout=timeout)
File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for
async with timeouts.timeout(timeout):
File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
raise TimeoutError from exc_val
TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/config/custom_components/localtuya/coordinator.py", line 393, in _async_refresh
await self._interface.update_dps(cid=self._node_id)
File "/config/custom_components/localtuya/core/pytuya/__init__.py", line 1097, in update_dps
await self.detect_available_dps(cid=cid)
File "/config/custom_components/localtuya/core/pytuya/__init__.py", line 1147, in detect_available_dps
data = await self.status(cid=cid)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/localtuya/core/pytuya/__init__.py", line 1060, in status
status: dict = await self.exchange(command=DP_QUERY, nodeID=cid, delay=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/localtuya/core/pytuya/__init__.py", line 1034, in exchange
msg = await self.dispatcher.wait_for(seqno, payload.cmd)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/localtuya/core/pytuya/__init__.py", line 611, in wait_for
raise TimeoutError(
TimeoutError: Command 16 timed out waiting for sequence number 14221
Diagnostics information.
No response
The text was updated successfully, but these errors were encountered:
LocalTuya Version
new
Home Assistant Version
2024.5.3
Environment
What happened?
at night this problem made the log size 6 GB
Steps to reproduce.
Relevant log output
Diagnostics information.
No response
The text was updated successfully, but these errors were encountered: