-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
tuya-cli not working with Teckin SP21 #64
Comments
Hmm, the first thing that jumps out is that I've never seen an ID that starts like |
I'll have to reset it and try from the app, I will let you know... |
(BTW: All four devices I tested today have IDs like that!) |
The TUYA-App on my iPhone shows exactly the same ID... (There's actually one in there that ends with 'badafr0' 😆 ) |
Does it seem possible that the device uses the "3.2" protocol? What do the UDP broadcast packets look like that are sent from the device? |
I am not at home the rest of this week to test, but I am 99.9% positive I saw 3.3 in there... (The protocol version is one of the few clear-text items in there, after all!) |
It is definitely protocol 3.3 being broadcast in the packets. Looking at them, the '3.3' in there is obvious! If you want I can grab a few, but I'm not certain whether that would really help any... |
At this point I'm pretty sure your issue is the same one here: codetheweb/tuyapi#246. There seems to be a common theme of issues with Teckin devices, although at the end of the thread there's a Python port that claims to fix the issue - so you could try that. If it does work, I'll have to see what they did differently. Closing this for now. |
I finally managed to get my Teckin SP21's added (just kept trying, eventually they gave in!), but tuya-cli doesn't work for these.
Making a PCAP, I saw them report their protocol version as 3.3, but when I do a 'get all' I get a 'json obj data unvalid' message, and when trying to SET, it just doesn't do anything...
GET -ALL Debug output:
SET Debug output:
Anything I can send to help debugging this?
The text was updated successfully, but these errors were encountered: