Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrazione IR Universale #1368

Open
Sneik75 opened this issue Feb 11, 2025 · 0 comments
Open

Integrazione IR Universale #1368

Sneik75 opened this issue Feb 11, 2025 · 0 comments

Comments

@Sneik75
Copy link

Sneik75 commented Feb 11, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant