Cant find device on network #576
Replies: 1 comment
-
The logs are from a different integration, I think you are in the wrong place. We already have a thread with connection issues #522, so if you do use this integration, I suggest to look there for previously solved issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added 4 devices in tuya app and they shows data and updates.
3 temp and humidity
1 door sensor.
have mac address from the app same as from Tuya IOT https://eu.iot.tuya.com/)
Some of the devices shows up in the list of local tuya.
and it shows an IP of the devices.
i cant connect, wheni try i get this error: An unknown error occurred. See log for details.
From my router i try to find the IP but it dosent show up for any of my devices ...(how can they be on my wifi without ip?)
for those were i have the IP from local tuya i cant PING them?!?
LOG file:
Logger: custom_components.localtuya.config_flow
Source: custom_components/localtuya/pytuya/init.py:1172
Integration: LocalTuya integration (documentation, issues)
First occurred: 22:31:54 (8 occurrences)
Last logged: 22:56:23
Unexpected exception: [Errno 113] Connect call failed ('192.168.0.81', 6668)
Unexpected exception: [Errno 113] Connect call failed ('192.168.0.27', 6668)
Traceback (most recent call last):
File "/config/custom_components/localtuya/config_flow.py", line 582, in async_step_configure_device
self.dps_strings = await validate_input(self.hass, user_input)
File "/config/custom_components/localtuya/config_flow.py", line 240, in validate_input
interface = await pytuya.connect(
File "/config/custom_components/localtuya/pytuya/init.py", line 1172, in connect
_, protocol = await loop.create_connection(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1076, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1060, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 969, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 501, in sock_connect
return await fut
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 541, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed ('192.168.0.81', 6668)
Beta Was this translation helpful? Give feedback.
All reactions