Need codes for an Air Conditioner remote control? Lost your AC remote? If you have an air conditioner that uses a remote control and you need the codes, here is a list of universal remote codes. This code list will help you program your old or new universal remote to operate your air conditioner. If you have lost your air conditioner remote and bought a universal AC remote, the codes we have listed will work with your brand of air conditioner.
AC brand not listed? Let us know the brand of your Air Conditioner in the comments below and we will find you the codes to operate your AC. We can help whether you need 2, 3, 4, or 5 digit codes. If your brand of AC is not listed, let us know and we will add it to the list.
If you have the original remote control, simply try resetting the remote control you have now by removing the batteries and pressing the reset button, and it should know what the remote codes are as a comfort star remote should be pre-programmed.
For Koppel Split Type AC:
There is a auto set function which will automatically find and set the code.
When you long press the set button the type code area will flicker and then if you press the set button again it will start to Auto mode.
When you hit the correct code press ok.
For my AC it found the code was 40.
Koppel code# 053
there is a auto set function which will automatically find and set the code.
when you long press the set button the type code area will flicker and then if you press the set again it will start to Auto mode. when you hit the correct code press ok.
for my voltas AC it found the code was 40.
All the best
Kristine,
We do not have a Genaire air conditioner remote code in our database.
We would recommend to use your phone either iPhone or Android and get an app that can control your Genaire air conditioner.
Here is a link to Android Air Conditioner Apps.
Here is a link to Apple Apps to control an Air Conditioner.
Have you emailed the Digitech AR1731 Universal A/C remote company to see if they have a file on remote codes for Genaire air conditioners?
-RR
Tamilarasan,
Here is a TOTALINE AC Manual, at the bottom it contains info on remote codes and programming them.
Are you still using the original remote that came with your AC unit or are you using a universal remote for your AC unit?
Does anyone have the code for a sunair ACS12? I have lost the remote and the touchkeys on the appliance have decided to not work anymore. I am looking at purchasing the AirconOff Smart remote here in Australia, but I cannot find the code for this device listed anywhere.
Philip hardy,
The best Universal Remote for AC units is the QUNDA KT-N828 AC Remote Control.
It should work well with the Steel Air AC Units.
(Buy only one first to be sure it will work with all your separate AC units)
-RR
Thank you so much for the Air Conditioner remote codes! This helped me so much and i will be using it in future times. I can rely on you guys and i am happy to go to your website now, thank you for the codes, again.
Carrier AC 53KB-0094 9700 BTUH KB-009-1 CARRIER.
The remote has on the inside 402-402-4706.
I have tried all the provided Carrier codes from various sources.
I have also tried AUTO finding the code.
Can anyone provide me with a code to operate the aforementioned A/C?
I recently found that AC remotes with the same shape, design and identical controls work on the same frequency.
My barber had a remote identical to mine but for another brand of AC. I used it and it worked on mine. My Air Conditioner is Innovair and his is Emerald.
I found several sites on Aliexpress and Alibaba that have my remote, however it takes 30 to 60 days to ship.
Cris,
Can you please tell us the universal remote control model number you are going to use with your Innovair Oasis AC?
Once we have the RC model number we can give you the correct remote codes as this unit does not provide us with any remote codes.
Here is the troubleshooting and remote guides for AC Innovair Oasis Mini Splits.
-RR
Nitin,
If you are needing a new Voltas AC Remote, here are many of them on Amazon INDIA. Voltas AC Remote Controls.
If you need a remote code for the Voltas AC you can try using the APP that is explained here, Voltas APP Manual.
-RR
Neville,
Would you like us to direct you to buying a new AC remote control?
If you put the Air conditioner remote in the washer by accident, then we assume you need a new remote as giving you remote codes may be worthless.
I bought a universal remote by smart electric #CUR5000C. This remote works with two other units by Innovair that I have but not with the one in question. The other air-conditions is also by innovator but with the brand Vexus stamped below the Innovair name.
Neville Bethel,
Did you misplace the remote and now you need an air conditioner remote code for your Innovator AC unit?
Which part of the AC is controlled by remote, the Innovator part or the Sahara part?
Jefferson Isaiah,
If you lost your remote control for your Mitsubishi AC unit, you can purchase an Air Conditioner Universal Remote online or at any home improvement store.
Once you have your new replacement universal remote, the remote codes for your Mitsubishi Air Conditioner Codes will be = 0515, 0522, 0523, 0556, 0568, 0582, 0695, 0989, 1502, 1606.
Some AC universal remotes will be able to AUTO FIND the code.
You can also buy a the exact replacement remote by using the model number of your Mitsubishi AC unit.
Thaty way you will not have to program anything and you will have your original remote.
-RR
I have lost my remote control for my Mitsubishi AC. It came with a remote control but I lost it. Now I have to control my air conditioner by using the controls on the air Conditioner itself. Do you know which ac universal remote would work and which code I need to make the remote work with the Mitsubishi AC?
Hi, this is my first instructable, hope you like it.
To get into electronics I chose a home automation project: a system allowing me to control and program both air conditioner units in my flat. In this instructable I show how I got to understand the IR protocol.
- Panasonic inverter air conditioner remote control
- Raspberry Pi with raspbian and lirc installed
- 38kHz Infrared (IR) Receiver Module (for instance RadioShack Catalog #: 276-640)
- breadboard
The raspberry Pi is useful in my setup to analyse the incoming IR signals, but also to host other components on the global project. Any other computer equipped with an IR receiver could do. An Arduino could also output the needed information using the IRremote library ( -IRremote). This library will be used to control the air conditioners in the end.
The method used here could work with other remote protocols (with adaptations).
Please excuse the screen caps that don't show exactly the same output format: this part of the project was done during last summer and I used files generated by multiple versions of the codes I wrote.
The remote shows multiple options to transmit:
- The target temperature to achieve
- The "mode" ("cool","heat","dry", "auto")
- The air flow swing (5 possible positions, and one automatic mode)
- The fan speed
- A powerful or quiet option (which impacts the fan speed (and more?))
- 2 timers: one to turn off the unit after a certain amount of time, one to bring it back on
One thing to know is that usual remotes controls, for TV, HI-FI, ... send a signal for each key pressed (often in loops while the key is pressed). An air conditioning remote often displays information about the parameters selected. But of course parameters can be changed on the remote while the unit is out of reach, which could lead to synchronization problems between the display and the unit in some cases if it worked like the TV remotes. This implies that when such a remote sends a signal, it sends the whole parameters set. What we'll do is then study what signals are sent to try and understand which part of the signal is for which parameter.
Off we go.
Note1: command recording is a repetitive and slightly boring process, but necessary.
Note2: I don't own an oscilloscope so the only way for my to plot the recorded values is to use a plotting program (gnuplot) on raw data. This can useful to have a visual idea of what happens, but it requires some adaptation in raw data and is in my opinion not necessary at all. For that reason I have not included any graph.
I used the instructions from this page: -up-lirc-... to plug the receiver on the Pi and prepare lirc.
I then recorded commands with the -raw option and redirected output to a file. The goal is to have a record of each value for ON and OFF of course, but also for each mode (AUTO, COOL, HEAT, DRY), for each swing and fan value, and, say, for min and max temperature (16 to 30C in my case). The important part here is to make a reference record and to make a recording for each change of option, making only one option change every single time. Once a record is done, press CTRL+C to terminate the command and do it again with the next command/file
Ok, that seems insane :)
Note that the file will begin with a line with a single value : it is the time elapsed between the recording start and the arrival of the first IR signal. This line should be ignored.
Of course, as these are measures, with a time scale as small as the microsecond, all timings are different, which makes the detection of small differences between 2 commands impossible.
It can be observed that values are always close to 400 or 1300us, except for 3 (closer to 4400, 9900 and 1700). So what we'll do to make figures comparable is "round" the numbers to the closest of these 2 "reference" values (a spreadsheet is handy at first).
What this manipulation shows is that except for the 3 singular values the ON time is always 400us, what changes is only the OFF time.
Let's make the hypothesis that the OFF time is coding 0 and 1, and let's assume that 400us is for 0 and 1300us for 1. With this assumption it is possible to change each pair of columns to a single bit.
Let's also make an observation : the part between the 3 "singular timings" is always the same, in all the recordings. It can be assumed that :
- the part is an introduction, maybe identifying the remote or the Air Conditioner, and it will never change
- the different timings are Locks and separators between the introduction and the actual payload
It is therefore acceptable to take that part of the message as an invariant and not to study it.
For the ease of exploiting the data I wrote a small c program to round the values and transform it to binary digits. For ease of reading the code skips the intro part. Should you wish to use this code the timing values are defined in the beginning of the program, you will probably need to adapt it.
After compilation (gcc -o decode decode.c) you can use it on every data file :