Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 639 Bytes

esphome-climate-mhi

Custom component to support Mitsubishi Heavy Industries as climate IR in ESPhome

This code is based on remote type RLA502A700B. The remote was delivered with indoor unit model SRK50ZM-S.

Using this component

Clone/download this repository into '/config/esphome/esphome-climate-mhi' and add to your esphome configuration:

external_components:
  # use all components from a local folder
  - source:
      type: local
      path: esphome-climate-mhi

Then, add the climate config:

remote_transmitter:
  pin: GPIO14
  carrier_duty_percent: 50%
  
climate:
  - platform: mhi
    name: "AC Livingroom"