Loading...
Pages: 1 [2]   Go Down
Author Topic: Solved: LG air conditioning codes  (Read 6436 times)
0 Members and 1 Guest are viewing this topic.
Offline Offline
Newbie
*
Karma: 0
Posts: 2
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

adis is there a way of turning the unit off with provided libary?
I will be working on a web-client seeing these lg ac units have issues turning back on once they loose power smiley.

any information would be great thanks.
Logged

Netherlands
Offline Offline
Tesla Member
***
Karma: 87
Posts: 9368
In theory there is no difference between theory and practice, however in practice there are many...
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

from a previous post
Quote
power off:1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1

so looks like it can be done
(never used those thingies disclaimer)
Logged

Rob Tillaart

Nederlandse sectie - http://arduino.cc/forum/index.php/board,77.0.html -

Offline Offline
Newbie
*
Karma: 0
Posts: 2
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

by the looks of the libary that was supplied though thats the turn off for each of the compoents not the unit its self.

class LG
{
   public:
      // fields
      unsigned int codes[LG_buffer_size];
      // methods
      // setter
      LG(int _mode,
            int _fan,
            int _temperature,
            int _state);
      // getter
      // debugging
      void debug();
   private:
      // fields
      byte crc;
      // methods
      void FillBuffer(byte _pos, byte _bit, byte _value);
};
Logged

Cosenza, Calabria - Italy
Offline Offline
Newbie
*
Karma: 0
Posts: 8
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

I would like to create a program that allows you to control all (or almost all) Brands of air conditioners.
Is there anyone who has already done it?
Some of you have never planned an air conditioner that is not LG?

Thanks to all of you ... :-)

PS: I will open another post anyway
Logged

Offline Offline
Newbie
*
Karma: 0
Posts: 2
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Hi All

I am just wondering which model LG remotes this is for.

Thanks

Darryl
Logged

Offline Offline
Newbie
*
Karma: 0
Posts: 1
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Hi Adi,
I installed the IR library for Arduino, and used it to record the signal sent by my remote control to my Elco airconditioner.
However, when using the IRecvDump sketch, the output is in a form such as
Code:
Raw (76): 21114 1400 -1450 500 -500 500 -500 450 -1000 450 -500 500 -500 950 -550 450 -1000 950 -550 450 -950 500 -500 950 -550 450 -500 450 -550 450 -500 450 -550 450 -500 450 -550 450 -550 450 -550 400 -550 450 -550 450 -500 450 -550 450 -500 450 -550 450 -550 400 -550 450 -550 400 -1000 950 -550 1400 -1500 450 -550 400 -550 450 -1000 450 -550 400 -550 950

and I have no idea how to convert this to hex.
Can you please give me a hand?

Thanks!
-Ethan

Hi, did you find a solution to your problem ?

Many thnaks
Logged

Pages: 1 [2]   Go Up
Print
 
Jump to: