Skip to content

diogos88/HA-MQTT-HeatPumpIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HeatPumpIR component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages