Open TheRealLink opened 2 years ago
Same problem with curtains. Worked for more than a year, now they keep switching from available to unavailable. Needless to say that they don't work anymore
Traceback (most recent call last):
File "/config/custom_components/localtuya/common.py", line 141, in _make_connection
self._interface = await pytuya.connect(
File "/config/custom_components/localtuya/pytuya/__init__.py", line 637, in connect
_, protocol = await loop.create_connection(
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1056, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1041, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 955, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 502, in sock_connect
return await fut
File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 537, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
TimeoutError: [Errno 110] Connect call failed ('xxx.xxx.xxx.xxx', 6668)```
@marcipre you figure this out?
@marcipre you figure this out?
yes, it was a router problem. I have an old netgear router modded with openwrt. for some reason, one ethernet port went crazy and started behaving abnormally, blinking as if it was communicating even without a cable connected. I isolate it, and all the network devices started working again. I know that this is a ver particular case, but maybe my experience could help someone else.
Thanks. I'm assuming mine stopped working due to a firmware update. I had to go back to regular tuya integration :/ I cannot get this working
The problem
Device is unreachable after adding it by config flow.
Uses the debug method to verify, but keep getting "Unable to connect"
Tried tuya-cli, works like a charm...
Environment
Steps to reproduce
Configuration
configuration.yaml
orconfig_flow
DP dump
Provide Home Assistant taceback/logs
Additional information