-
Notifications
You must be signed in to change notification settings - Fork 561
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
Adding ZX-5012 BT relay and NX-4964 Key Box #1254
Comments
Hi, please tell me if my question is silly, if there is not enough info or.. Thanks. |
Hi, last try to get some help. I really dont konw how to go to next step.. |
Gateways are not supported yet, sorry, maybe in the future... |
Thx man for your reply. If one day you put it on list, I would be pleased to participate as sponsor for equipment or money to help on project, as i am unable to help on code part. Regards, |
Hi, trying to add a keybox https://www.amazon.fr/Coffret-cl%C3%A9s-connect%C3%A9-%C3%A9tanche-XCase/dp/B08WWQ5CG2
This box is BT only, so i get a BT relay ZX-5012 https://www.pearl.fr/article/ZX5012/passerelle-reseau-mesh-pour-appareils-connectes-compatibles-elesion
Configured on Tuya Smart and working.
Created Project and get ID & local keys
Local tuya installed , linked to cloud, and automatically detect ZX-5012 and fill local key (same one I get from developer.tuya !)
Adding and got en error : "Connection to device succeeded but no datapoints found, please try again. Create a new issue and include debug logs if problem persists."
Any help is welcome as I dont know what to do..
Thanks in advance,
/klona
Logs I got :
Logger: custom_components.localtuya.pytuya
Source: custom_components/localtuya/pytuya/init.py:450
Integration: LocalTuya (documentation, issues)
First occurred: 7:59:19 PM (2 occurrences)
Last logged: 7:59:27 PM
[bf2...fhx] Failed to get status:
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/pytuya/init.py", line 857, in detect_available_dps
data = await self.status()
File "/config/custom_components/localtuya/pytuya/init.py", line 789, in status
status = await self.exchange(DP_QUERY)
File "/config/custom_components/localtuya/pytuya/init.py", line 784, in exchange
return await self.exchange(command, dps)
File "/config/custom_components/localtuya/pytuya/init.py", line 763, in exchange
msg = await self.dispatcher.wait_for(seqno, payload.cmd)
File "/config/custom_components/localtuya/pytuya/init.py", line 450, 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
System info :
...
"data": {
"region": "eu",
"username": "localtuya",
"no_cloud": false,
"user_id": "eu1...p9x",
"client_id": "pux...ddy",
....
"name": "NX-4964",
The text was updated successfully, but these errors were encountered: