Page 1 of 1

WHat is the process for including a new A/C IR Control (Toshiba WH-TG01NE) inside the EspEasy binaries

Posted: 17 Feb 2023, 14:14
by NilsL34
Hello,

This is my first post here and I'm quite new to this project.
I'm using several esp8622 modules acting as IR remotes for controlling Toshiba A/C splits.
For this I'm using the bin called "ESP_Easy_mega_20221224_minimal_IRext_ESP8266_4M1M" to flash the modules.
While looking the source code, the Toshiba remote I have is part of the covered remotes and AC units.
But It seems to work any how because the split acknoledge while sending a command.
But I'm not sure the good values are send.
So I would like to "reverse engineering" my A/C IR COntrole and provide the signal for being included in the project.
But I don't know I can do this.
Any idea ?

Thank you for your help.

Nils

Re: WHat is the process for including a new A/C IR Control (Toshiba WH-TG01NE) inside the EspEasy binaries

Posted: 17 Feb 2023, 17:04
by Ath
For IR support we embed the IRremoteESP8266 library. You could ask there how to configure/control your device, as IR devices can be somewhat quirky.