Hallo zusammen,
ich bin dabei einen Tuya Lux und Temp Sensor in Homeassistant einzubinden. Local Tuya Installiert, Sensor gesucht und dann Key und Namen eingetragen ( ID stand schon korrekt drin ). Bekomme jedoch eine Fehlermeldung:
Jemand eine Idee??
ich bin dabei einen Tuya Lux und Temp Sensor in Homeassistant einzubinden. Local Tuya Installiert, Sensor gesucht und dann Key und Namen eingetragen ( ID stand schon korrekt drin ). Bekomme jedoch eine Fehlermeldung:
Code:
Logger: custom_components.localtuya.config_flow
Source: custom_components/localtuya/pytuya/__init__.py:1182
Integration: LocalTuya integration (documentation, issues)
First occurred: 11:45:02 (2 occurrences)
Last logged: 11:55:06
Unexpected exception: [Errno 113] Connect call failed ('192.168.178.64', 6668)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(
^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/localtuya/pytuya/__init__.py", line 1182, in connect
_, protocol = await loop.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1085, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1069, in create_connection
sock = await self._connect_sock(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 973, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 634, in sock_connect
return await fut
^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 674, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed ('192.168.178.64', 6668)
Jemand eine Idee??
Zuletzt bearbeitet von einem Moderator: