Custom ESPHome component based on the implemention already present on the esphome repository
- 6th sense implemented properly with offsets as on the remote
- Ignore received data if state was just transmitted a sec ago so to avoid double state change (off->cool->off)
- Added a switch to disable the transmitter and adjust the state without triggering the AC in case receiver hasn't picked up the data from the remote
- Edit
secrets.yaml
accordingly - Edit the
board
model (see here a list) - Edit the
pin
for theremote_transmitter
andremote_receiver
inclimate_ir.yaml
to match your configuration - Compile and upload it to your favorite ESP device ๐