Adding your TV set to the universal remote is quite straightforward. Up to 6 signals can be recorded: Power
, Mute
, Vol_up
, Vol_dn
, Ch_next
, and Ch_prev
. Any of them can be omitted if not supported by your TV.
Each signal is recorded using the following algorithm:
+
to add a new button otherwise.The signal names are self-explanatory. Remember to make sure that every recorded signal does what it's supposed to.
If everything checks out, append these signals to the end of the TV universal remote file.
Adding your audio player to the universal remote is done in the same manner as described above. Up to 8 signals can be recorded: Power
, Play
, Pause
, Vol_up
, Vol_dn
, Next
, Prev
, and Mute
. Any of them can be omitted if not supported by the player.
The signal names are self-explanatory. On many remotes, the Play
button doubles as Pause
. In this case, record it as Play
omitting the Pause
. Make sure that every signal does what it's supposed to.
If everything checks out, append these signals to the end of the audio player universal remote file.
Adding your projector to the universal remote is really simple. Up to 4 signals can be recorded: Power
, Mute
, Vol_up
, Vol_dn
. Any of them can be omitted if not supported by your projector. To save time, please make sure every recording has been named accordingly. In case of omitting, on most projectors with the 4 following buttons, you should not have a problem.
Air conditioners differ from most other infrared-controlled devices because their state is tracked by the remote. The majority of A/C remotes have a small display that shows the current mode, temperature, and other settings. When the user presses a button, a whole set of parameters is transmitted to the device, which must be recorded and used as a whole.
In order to add a particular air conditioner to the universal remote, 6 signals must be recorded: Off
, Dh
, Cool_hi
, Cool_lo
, Heat_hi
, and Heat_lo
. Each signal (except Off
) is recorded using the following algorithm:
+
to add a new button otherwise.Signal | Mode | Temperature | Note |
---|---|---|---|
Dh | Dehumidify | N/A | |
Cool_hi | Cooling | See note | Lowest temperature in cooling mode |
Cool_lo | Cooling | 23°C | |
Heat_hi | Heating | See note | Highest temperature in heating mode |
Heat_lo | Heating | 23°C |
Finally, record the Off
signal:
Off
.The resulting remote file should now contain 6 signals. You can omit any of them, but you then won't be able to use their functionality. Test the file against the actual device. Make sure that every signal does what it's supposed to.
If everything checks out, append these signals to the end of the A/C universal remote file.
The order of signals is not important, but they should be preceded by the following comment: # Model: <Your model name>
in order to keep the library organized.
When done, open a pull request containing the changed file.