[BETA] Tuya Cloud Driver (Limited device support)

Hi there! I am wondering if anyone has tried to make Tuya devices locally instead of through the cloud? There is a Home Assistant plugin that does this based on the TinyTuya project. The idea is that you setup an API dev account only initially to get the devices’ private keys. Once you have them, you can query the devices directly using that key to encrypt and decrypt the payloads. Neither one of those projects is written in java unfortunately…

hello all, got an alert from tuya that I was generating a ton of API calls, 85% of them to GET:/v1.0/devices/{deviceId}/specifications

I looked at the device source and didn't even see where this was called, but it seems to be generating 1000s per day according to them, any advice on how to troubleshoot would be great, thanks