-
-
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
Wizard returns a strange key (encoded ?) #160
Comments
I've just came here to report the same thing, device disconnected had to re-add it with tuya app and now this one device has this weird key which doesn't work..
|
Note that it at least is consistent with what the Tuya IoT REST API provides: https://eu.iot.tuya.com/cloud/explorer?groupId=group-home&interfaceId=470224448454738 > "Device Management" > "Query Device Details in Bulk" returns:
And
|
I have having the same issue after re-adding the device to Tuya App. |
Are you sure it is now encrypted? |
Hi, I tried and the returned key is correct. It's just that the key format has changed. Earlier it used to be in HEX. Now it's having symbols. The issue of new key not working was in the homebridge Tuya plug-in that I was using which was validating the key as per the old format. I have found the fix to that so this new key format is not an issue. |
@murtazabasrai was that the Tuya Plugin https://github.com/iRayanKhan/homebridge-tuya#readme ?
If so can you please share the fix?
…On Wed, 5 Jul 2023 at 5:05 am, Murtaza Basrai ***@***.***> wrote:
Hi, I tried and the returned key is correct. It's just that the key format
has changed. Earlier it used to be in HEX. Now it's having symbols.
The issue of new key not working was in the homebridge Tuya plug-in that I
was using which was validating the key as per the old format. I have found
the fix to that so this new key format is not an issue.
Thanks!
—
Reply to this email directly, view it on GitHub
<#160 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSZS5P3GSVWDRC3IIJ36DTXORSP5ANCNFSM6AAAAAAZETATFA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yep that's the one I'm using and here's the details of the fix that resolved the issue: |
This fix is working for me, thank you !!!I guess this will be modified in the next release of tuyalan….Have a great day !Le 5 juil. 2023 à 06:58, Murtaza Basrai ***@***.***> a écrit :
Yep that's the one I'm using and here's the details of the fix that resolved the issue:
iRayanKhan/homebridge-tuya#409 (comment)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello
From time to time, one of my device is disconnected, so I have to connect it again with the Tuya App. And then, I use tuya-cli wizard to get the new key and modify my homebridge config file.
This is usually a smooth process, but today, after successfully reconnecting a blind to Tuya app( and it works through it), the wizard returned a strange key :
{
name: 'Volet salon petit',
id: 'XXXXXXX',
key: "1C<S<'HIBk*o_{eY"
},
The name and id fields are ok. And the full informations are also ok for my other devices.
It is just this key which is odd, and of course unusable in homebridge.
Any help will be appreciated :)
The text was updated successfully, but these errors were encountered: