uzlonewolf
uzlonewolf
Although TinyTuya currently does not support it, I don't see why it couldn't be added. It would take some R&D time to reverse engineer the BLE endpoints, but it should...
Well, I looked into this, and it's not looking too good. It turns out BT devices use an entirely different protocol and as such I feel it's going to be...
The TOPGREENER plugs I picked up appear to work differently. It still needs to be verified, but at this point I feel the operation works like this: DPS 17 is...
That means it can't decrypt the response because the local key is wrong. I'd run the wizard again to make sure you have the latest key.
I'm not sure what you mean about the key being encoded. Older keys were hexadecimal strings - they're not encoded, the key just consists of 0-9 and a-f characters. Newer...
Not all devices have persistent status, some only emit events asynchronously. I'd run a monitoring loop (i.e. https://github.com/jasonacox/tinytuya/blob/master/examples/monitor.py ) while entering something on the keypad to see if it sends...
After poking at it a bit, it looks like you can add/change/delete codes locally but not view/list them. You may be able to pull a list from the cloud, I...
I do apologize for the delay, I've been really busy lately. Unfortunately I have only had a chance to look at how they communicate and haven't had a chance to...
Unfortunately I was not able to get it done before leaving town late last month, but I get back later this week so hopefully I'll have something for you by...
It looks to have been added in https://github.com/home-assistant/core/pull/104767 and is using https://github.com/tuya/tuya-device-sharing-sdk to implement. Unfortunately the issue asking about the client_id is unanswered https://github.com/tuya/tuya-device-sharing-sdk/issues/4