I am trying to create an Home automation application(iOS), I would like to control few Appliances that are present in my home.
- As of now I tried Lighting, I was able to Toggle the lights.
I tried the Temperature reading using DHT11, Yes I can get the room Temperature and Humidity.
Now I wanted to try to control the Air Conditioner, I tried to make use of LIRC, I even installed it on RaspPi. The components I am using is LED Blaster, LED Receiver, Resistor. However, after googling deeply, I found some answers on other forums, where they mentioned that Air Conditioners are not controlled the same way as TV's are.
I am trying to control the Air Conditioner through IR and not through the GPIO Pins. My AC is not smart, so I cannot communicate with it through IP as well.