New to ESPHome and wondering if anyone got the built in infrared LED of an M5Stack AtomS3 Lite to work?
I am trying to use the midea_ir
Remote Climate component, and it appears that the infrared LED is not firing. — Here is what I believe to be the relevant part of my YAML config:
esphome:
name: testdevice
friendly_name: TestDevice
esp32:
board: esp32-s3-devkitc-1
framework:
type: arduino
# Enable logging
logger:
remote_transmitter:
pin: GPIO4
carrier_duty_percent: 50%
on_transmit:
then:
- logger.log:
format: “TRANSMITTED SOMETHING”
I can see the “TRANSMITTED SOMETHING” message in the logs when I change the set point or the AC state. I’ve tried to use my phone’s camera and see if I can spot the IR flashing, but no luck. (Also my AC is not reacting.)
I also double-checked the documentation, confirming that GPIO4 is correct and tried two different AtomS3 controllers, to rule out defective hardware.
What am I missing?