Replies: 1 comment
-
From working with the cloud API for locks before, I'm guessing they either use a slightly different local protocol or (more likely) don't support local control at all. Converting to discussion as I don't have plans at the moment to add support for locks (and/or it would be out of scope). |
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
-
Describe the bug
I recently bought an access control kit from TMEZON that includes a doorbell and a screen, using the app I can open a gate, I wanted to try to do it locally so it would be faster/ be able to set up custom automatons, after registering the device with the tuya smart app I was able to connect to it and get its device logs, when I went to find what DP I need to use to open up the gate I was surprised to find that its not exposed in the tuya cloud api but I was able to use it in the app, so I thought I could set it locally and opened up device logs with debug options and press the gate unlock button on the app I found out the DP is 233 and the value to open it up is 0, meaning if I set the value to 0 the gate should open up, when I tried setting 233 to 0 It didn't do anything and just responded back with a DP_REFRESH event of the value 1, if the app was opened when I sent the local commend it would say "fault" in the middle of the screen.|
Also when I want to open the gate in the app it requires a 6 digit password to open
Expected behavior
When setting DP 233 to 0 the gate would open
Debug Output
Opening Using the app:
(replaced ip, device id and key with xxxxxxxxxx)
Opening using commend
When I try to open the gate using the app it looks like this:
When I try to open the gate using the commend above:
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions