-
Notifications
You must be signed in to change notification settings - Fork 19
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
Can't add any device... #74
Comments
Have the same issue. ZigBee Gateway: Tried to add using YAML and Configure. I can provide any information to solve this issue. Configuration:
Errors:Deciphered data = ['nvalid']
|
Hello, I have same issue when i want add my zigbee gateway, with same error message: |
Hi, same issue here with Tuya Zigbee gateway zxgwz-02. I tried with config flow and with yml. |
Can't add Tuya Zigbee gateway with localtuya... After install and add the integration, can't detect any of my zigbee devices, so I tried adding the data manually (host, local key, ID, etc) and get an error. This is the log:
Este error se originó a partir de una integración personalizada.
Logger: custom_components.localtuya.config_flow
Source: custom_components/localtuya/pytuya/init.py:325
Integration: LocalTuya integration (documentation, issues)
First occurred: 02:03:02 (2 occurrences)
Last logged: 02:05:54
Unexpected exception
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/locks.py", line 390, in acquire
await fut
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/localtuya/config_flow.py", line 386, in async_step_basic_info
self.dps_strings = await validate_input(self.hass, user_input)
File "/config/custom_components/localtuya/config_flow.py", line 292, in validate_input
detected_dps = await interface.detect_available_dps()
File "/config/custom_components/localtuya/pytuya/init.py", line 702, in detect_available_dps
status = await self.status()
File "/config/custom_components/localtuya/pytuya/init.py", line 602, in status
status = await self.exchange(ACTION_STATUS)
File "/config/custom_components/localtuya/pytuya/init.py", line 563, in exchange
msg = await self.dispatcher.wait_for(seqno)
File "/config/custom_components/localtuya/pytuya/init.py", line 325, in wait_for
await asyncio.wait_for(self.listeners[seqno].acquire(), timeout=timeout)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
............................................................................................................................................
Then tried to add it by yaml . After add it and reboot HA, I can see the localtuya zigbee gateway, but can't add subdecices by flow. If I add by yaml , I can see the subdecices, but all show as disconnected... where should I start to look for the problem?
THANKS
The text was updated successfully, but these errors were encountered: