Skip to content

Instantly share code, notes, and snippets.

@svyatogor
Last active July 7, 2024 03:09
Show Gist options
  • Save svyatogor/7839d00303998a9fa37eb48494dd680f to your computer and use it in GitHub Desktop.
Save svyatogor/7839d00303998a9fa37eb48494dd680f to your computer and use it in GitHub Desktop.
Convert SmartIR Broadlink commands to Tuya
@rafareusch
Copy link

Try upgrading to Python 3.10 or newer. It seems the .py file isn't compatible with some older versions. I'm running Python 3.11.6 and it works fine for me.

You are correct!
Updated to python 3.12 and the script worked.

@rafareusch the command should simply be python broadlink_to_tuya.py 1400.json remove > 1400tuya.json

But this command is needed to direct the output to another file, and it works fine!

Thanks!! Awesome work you guys did!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment