Hi all, I’m setting up couple of Atom S3 Lite ESP32 devices to locally control my Mitsubishi aair conditioner. For this purpose I’m using the MitsubishiCN105ESPHome external components.
I’m finding very hard to find a way to control the internal LED of the Atom.
First of all I found some examples that make use of the esp32_rmt_led_strip but this is giving some warnings during compiling as this seems to be deprecated, and I could not find some up to date examples.
Second, I would like to have the led working on the status of the AC, but I have no idea on how to set it up. I would like to acieve something like this:
- Blinking amber if serial fails to connect to the AC
- Static Blue if cooling/drying
- Static Red if heating
- Static White if set in fan only
- Static Greed if powered off, but working fine
Any help is very much appreciated.