Using tinytuya within Ignition

Has anyone integrated tinytuya tinytuya · PyPI
With a Maker project?

Curious opinions, issues, better API.

That lib requires pycryptodome which requires CPython/C extensions, so won’t work with Ignition/Jython.

Tuya has a first-party Java SDK, but getting it into Ignition involves some hoops. However, even with that you’re going to have a somewhat rough time.

You might be better off making your own minimal API using system.net.httpClient, assuming it’s like the dozens of other cloud vendors who speak more-or-less REST.

Thanks for the info. I’ll look for REST info on those devices unless anyone has beat me to that.