Skip to content

Instantly share code, notes, and snippets.

@svyatogor
Last active July 5, 2024 06:44
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

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

Still with command python broadlink_to_tuya.py 1400.json I get the same error

@BenJamesAndo
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.

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