Author Topic: Toshiba RAS-13 IR Codes  (Read 2899 times)

mpiccioni

  • First post!
  • Posts: 1
    • View Profile
Toshiba RAS-13 IR Codes
« on: November 24, 2013, 03:35:50 pm »
Hello everyone,
I'm trying to automate my home air conditioner using a solution based on IR and Arduino.
My conditioner are Toshiba RAS-13, I found some post regarding this appliances but I can't find the IR codes presented in an explicit forms.
Infact I found some posts and some corrections on the svn by sambuca by I'm not able to understand the IR code to use to control the conditioners.
Thanks in advance for every suggestion.
Best Regards.
Mosè Piccioni

sambuca

  • Guru
  • ****
  • Posts: 462
    • View Profile
Re: Toshiba RAS-13 IR Codes
« Reply #1 on: November 24, 2013, 07:47:00 pm »
The IR code for this Toshiba air-con are generated by a LMCE GSD device. This means that there are ruby code that generates the IR code. When I first made this, I used an USB-UIRT to receive the IR signal and decode its meaning, then creating a program that generates equal IR code based on the commands from LMCE.

It has been a long time since I made this, so I can't really help except point to the Ruby code in the LMCE device template.

br,
sambuca