JeepDave / MitsuAircon

Mitsubishi Heat Pump Controller for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:C++ 64.5%Language:Python 21.2%Language:C 14.3%