Jason Cox

Results 1198 comments of Jason Cox

Nice! Thanks @ClusterM ! What do you think about having a separate module/class for IR devices? Is anyone here interested in creating an IR module for TinyTuya? e.g. ```python #...

Awesome! 👍

Hi @corus87 - thanks for sharing the info about the Eufy Robovac. You are right, most of the Tuya devices are designed to "phone home" to update state. I suspect...

Awesome! What was the trick to get it to work? Are you sending UPDATEDPS or do you just need to have the internet unblocked until it is powered on and...

Thanks for the suggestion. I often thought about porting this but haven't had the time. For performance, I usually write in C/C++/Obj-C and would also consider Rust. Golang would be...

Hi @popokio - You are correct, it does not seem that you are getting all of the DPS index values in the status response. It may be sending only those...

Hi @pawel-szopinski ! Thanks for opening this issue. This is the first `3.2` I have heard of! I'm not sure what the protocol difference would be since I haven't been...

Thanks for this! From my initial research, it seems like this was spotted in 2019 but it doesn't seem like a handler for the 3.2 protocol has been discovered or...

That's fantastic news! That means I can add logic to use `device22` when 3.2 protocol is detected. I'm going to re-open this issue to remind me to add that logic....

@pawel-szopinski I pushed updated code with 3.2 logic. Would you be able to pull it down and test it with your devices? ```bash git clone https://github.com/jasonacox/tinytuya.git cd tinytuya python ```...