Skip to content

Mitsubishi Heat Pump Controller for Home Assistant

License

Notifications You must be signed in to change notification settings

SittingDuc/MitsuCon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MitsuCon

Mitsubishi Heat Pump (Air Conditioner) Controller for Home Assistant.

(Mitsubishi Electric / Domestic, not Mitsubishi Heavy Industries models; they use a different protocol)

Native code works with Home Assistant 0.98.1

ESP01 Adapter

PlatformIO project to build Mitsubishi heat pump controller for Home Assistant. It has 2 branches, classic and native.

Classic

Older code suited for Home Assistant <=0.96. Unmaintained. Suggest looking at the upstream https://github.com/unixko/MitsuCon instead.

Native:

New development code using native MQTT HVAC component built-in Home Assistant, and discovery, without requiring custom components.

Extended by myself to use PlatformIO in place of Arduion, include a WS2812 status LED, MQTTS Encryption support, and a little onboard "Wizard" to try to manage the temperature more better.

The LED is Amber when the controller is off, Blue when the room is colder than desired, Red when the room is warmer than desired, and Green when the room is within 2°C of the target.

As of January 2020, ArduinoOTA is probably broken. Again.

This project is based on https://github.com/SwiCago/HeatPump library.

Credits

Thanks to all contributors especially:

Black Heatpump, Blue LED

Top right of the unit is a little blue light showing the adapter is in place and the room is colder than desired.

About

Mitsubishi Heat Pump Controller for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.5%
  • Python 21.2%
  • C 14.3%