Skip to content

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

License

Notifications You must be signed in to change notification settings

rozh1/esphome-haier-ac-ir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published