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
Cioa a tutti,
ho un telecomando universale IR collegato a SmartLife, quindi Tuya, Home Assistant lo vede ma quando provo a integrarlo mi riporta ad un errore, questo di seguito è il Log:
Questo errore ha avuto origine da un'integrazione personalizzata.
Cioa a tutti,
ho un telecomando universale IR collegato a SmartLife, quindi Tuya, Home Assistant lo vede ma quando provo a integrarlo mi riporta ad un errore, questo di seguito è il Log:
Questo errore ha avuto origine da un'integrazione personalizzata.
Registratore: custom_components.localtuya.config_flow
Fonte: custom_components/localtuya/config_flow.py:595
Integrazione: LocalTuya (documentazione, problemi)
Prima occorrenza: 22:32:01 (1 occorrenze)
Ultimo accesso: 22:32:01
Unexpected exception: [Errno 113] Connect call failed (...', ) INDIRIZZO IP OSCURATO
Traceback (most recent call last):
File "/config/custom_components/localtuya/config_flow.py", line 595, in async_step_configure_device
self.dps_strings = await validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/localtuya/config_flow.py", line 242, in validate_input
interface = await pytuya.connect(
^^^^^^^^^^^^^^^^^^^^^
...<5 lines>...
)
^
File "/config/custom_components/localtuya/pytuya/init.py", line 1182, in connect
_, protocol = await loop.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<10 lines>...
)
^
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1161, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1136, in create_connection
sock = await self._connect_sock(
^^^^^^^^^^^^^^^^^^^^^^^^^
exceptions, addrinfo, laddr_infos)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1039, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 641, in sock_connect
return await fut
^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 681, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed (..*.**', ***) I_NDIRIZZO IP OSCURATO_
Quale può essere il problema e come fare per rimediare?
The text was updated successfully, but these errors were encountered: