Russell Morris
Russell Morris
Hi. I haven't optimized it, but did this in my code - and works just fine. I likely could go less, but only have a couple devices, poll them once...
> call which I have discovered only returns keys to values that actually changed since the last call. That makes sense, except ... and voltage may not change, even if...
OK, updated my code to check individually for each returned value - let's see if that does it 😄. Thanks again for the info!
FYI, I am using `status()`, after `updatedps()` ... still only partial parameters. Voltage, for example, is often not there. No biggie, I worked around it. In case you're interested (or...
> you can increase the default with `set_socketRetryLimit(integer)` Will give that a try, thanks! FYI, getting very few error warnings now (as I trap most of them, log as needed)....
NP, let me know what I can do to help! > Do you happen to have anything in your code that would do something like these I don't think so...
FYI, I see [this issue](https://github.com/jasonacox/tinytuya/issues/39#issuecomment-817032154) hit every day or two. Not a biggie by any means, it's sort of a percolating (and interesting) item ... 😄
Great, thanks! I updated, will let you know what I see the next time this occurs. Assuming I don't need to add any code to check / trap on errors,...
Hmmm ... nothing so far 😆. And with v1.2.4, my failure rates are down quite a bit? Did you change anything else? ``` hostname=emFrontSwitch : Failure Rate = 0.7%, OK...
Great answer! And I like to see an integral 😄. FYI, I'm working to take samples on a regular basis (as much as possible), then use the HTTP API of...