homeassistant-innova
homeassistant-innova copied to clipboard
Home Assistant Integration for Innova 2.0 Heat Pump and AirLeaf
homeassistant-innova
Custom Component for controlling some Innova Heat and A/C products through Home Assistant (2.0 and AirLeaf currently supported)
Installation
HACS
The Innova integration is available through HACS.
https://peyanski.com/how-to-install-home-assistant-community-store-hacs/
Once installed and configured, you can search for the Innova in HACS' integration section.
From there, jump to the configuration of this readme to continue setup your Innova device.
Manual Installation
You can also manually install as a custom component on your Home Assistant installation.
Follow these steps:
- In Home Assistant's config directory, you need to create a custom_components and an innova folder under it.
- config/custom_components/innova
- In this directory, you need to copy these files from this repository:
- translations
- __init__.py
- climate.py
- config_flow.py
- const.py
- coordinator.py
- device_info.py
- manifest.json
- sensor.py
- string.json
Configuration
From UI
This integration can be configured from the HA UI. You may need a hard refresh in your browser if you just installed the component.
Go to Settings -> Devices & Services
Then Add Integrations
Search for Innova

Configure the IP Address and optionally the area

That's it, you now have an Innova device and entity configured

Repeat the process for multiple units
Restart Home Assistant
At this point you should have a new device with a climate entity that can control the Innova unit and a sensor entity for the current ambient temperature.