HeatPumpIR component
- Control heat pump via mqtt
- Easy integration with ESP8266
Copy custom_components folder in your .homeassistant config folder
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