Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 915 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 915 Bytes

ESPHome Haier AC IR remote control component

This implementation of the ESPHome component to control HVAC with IR channel.

Base implementation of the protocol can be found here: https://github.com/crankyoldgit/IRremoteESP8266

Supported AC

  • YR-W02
  • HSU-09HMC203
  • HSU-07HMD203/R2

How to use

  1. Add sensor configuration. It can be a connected temperature sensor or home assistant provided sensor. For example:
sensor:
  # External temperature sensor from Home Assistant 
  - platform: homeassistant
    id: current_temperature
    entity_id: ${temperature_sensor}
  1. Add climate component, set platform as haier_acyrw02, set sensor_id and pin number for IR LED.
climate:
  - platform: haier_acyrw02
    sensor_id: current_temperature # Sensor ID with the current temperature
    pin: 3 # Pin with IR led
    name: "AC Haier"