/HA-MQTT-HeatPumpIR

HeatPumpIR component

Primary LanguagePythonMIT LicenseMIT

HA-MQTT-HeatPumpIR

HeatPumpIR component

Features

  • Control heat pump via mqtt
  • Easy integration with ESP8266

How To

custom_components

Copy custom_components folder in your .homeassistant config folder

configuration.yaml

Add the component to your configuration file

climate:
  - platform: heatpumpir
    name: 'Heat Pump'
    protocol: 'fujitsu_awyz'
    state_topic: '/heatpump/state'
    command_topic: '/heatpump/cmd'
    temperature_state_topic: '/heatpump/temperature/state'
    min_temp: 18
    max_temp: 30