-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Can you add the universal remotes that are used in the flipper zero. #54
Comments
IRDB would be better, but they are working on it. |
But these files have all the required commands for ACs, Projectors, Audio systems and TVs plus it'd be much easier to fit inside the LittleFs on a m5stickc plus 2. Your idea of using IRDB is a great idea considering how many devices it'll control but I think it's more suited for the cardputer than the m5stick varients plus it'll take more effort to write the script that'll send all the IR code for a specific function. My idea is to add these files to the memory of the m5stickc plus 2 and four universal remote application for ACs, Projectors, Audio systems and TVs. When the universal remote for projectors is selected there will be selection of common projector commands (that're included in the Projector.ir file) . (Enhancement) |
You can do it yourself if you like. Bruce already has an option to load IR commands from file. If you create a file with the commands that you want you can open it and send one by one or send all at once. You could take the ac.ir for example and delete everything but the OFF codes. Once you open that file on Bruce you can send all OFF commands. We also have some example files in the |
https://github.com/flipperdevices/flipperzero-firmware/tree/dev/applications/main/infrared/resources/infrared/assets
Here are the files that are used by the flipper zero. There are multiple power-off commands in the tv.ir file. I think that there is a script that sends all these power-off commands in the tv.ir file when the universal TV remote is used and when the power-off function is used in the universal AC remote it sends all the power-off commands in the AC.ir file and vice versa. So if you can create four scripts for the files (ac.ir , audio.ir , TV.ir , projector.ir) that sends all the power off commands when the power off function is selected and all the "volume +" commands when the "volume +" function is selected.
I think there are multiple power-off functions in one file because different devices use different protocols and different protocols can't be in one command. ( In a .ir file )
I hope this will be another cool feature in the next update.
The text was updated successfully, but these errors were encountered: