Skip to content

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

Notifications You must be signed in to change notification settings

mSapik/esphome-climate-mhi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

esphome-climate-mhi

Custom component to support Mitsubishi Heavy Industries as climate IR in ESPhome Mitsubishi Heavy SRKxxZJ-S (remote control P/N RKX502A001C)

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"

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.1%
  • Python 3.9%