uzlonewolf
uzlonewolf
Javascript (Node.js) using TuyAPI. My full script is actually: ```javascript const Cloud = require('@tuyapi/cloud'); const debug = require('debug'); debug.enable("@tuyapi/cloud"); let api = new Cloud({ key: "ekmnwp9f5pnh3trdtpgy", secret: "r3me7ghmxjevrvnpemwmhw3fxtacphyg", secret2: "jfg5rs5kkmrj5mxahugvucrsvw43t48x",...
Some v3.4 devices have what appears to be a memory corruption bug that causes them to "forget" what their local key is supposed to be until they are rebooted. The...
When you say "the scan is ok" does that mean it returned the status, or only that it found the device?
It looks like either the IP address is wrong, or that gateway does not support local control. Does the scanner `python3 -m tinytuya scan` find it?
That particular "socket unable to connect" error only happens when a TCP connection to the device cannot be established at all - the IP address is wrong, the device is...
Since it sounds like you got everything working I'm going to go ahead and close this one out. Feel free to re-open it if you're still having issues.
TinyTuya just passes through whatever it receives from the device. If there is no `t` key then the device did not send one.
> I may have misunderstood the discussion in #645 but I came away thinking (and agreeing) that we want to keep the existing sync code in tact. I wanted to...
Ok, I think I have my callback idea mostly fleshed out. Please note that this does not prevent you from sending/receiving as you've always done, this callback method is an...
Can someone tell me where that `@classmethod create(...)` is supposed to be called? I have yet to see it actually get called from anywhere.