Skip to content

A custom component for home assistant to control Heatpump unit via mqtt

License

Notifications You must be signed in to change notification settings

Mattinet/mqtt-aircon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqtt-aircon

A custom component for home assistant to control Heatpump unit via mqtt

Motivation

To control a heatpump (Aircon heating/cooling unit) using Home Assistant and MQTT with self-made IR-transmitter.

Status

heatpumppu.py is a modified version of the hass climate demo component, slightly modified to send mqtt messages. heatpump.py should be running as a daemon and listen to a mqtt topic and then transmit appropriate ir signals. System is running on a RPI.

TODO

Add support for presense sensor in the heatpump

Change code so it reads heatpump info from config instead of from code

Configuration

add the files under hass directory /custom_components/climate/heatpumppu

In hass configuration.yaml have something like:

climate:
  - platform: heatpumppu
    name: YK_ILP
    topic: aircon/upstairs

Note that the heatpump.py is currently hardcoded to listen above topic!

About

A custom component for home assistant to control Heatpump unit via mqtt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages