Homeassistant integration for the Innova Fancoils. Beware that Innova sells its fancoils to other brands, the integration should still work.
Modbus official documentation available here.
Rule of thumb: if the keybord (touchscreen display) is VERY similar to the one in the official documentation, probably the integration should work.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledintegration_blueprint
. - Download all the files from the
custom_components/modbus_innova/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Modbus Innova"
- Configure the modbus integration with the correct data.
- Add a climate device. In the configuration are shown all the possible parameters, but just
platform
,name
andslave
are compulsory
modbus:
- name: modbus_hub
type: tcp
host: x.y.z.k
climate:
- platform: modbus_innova
name: Studio Fancoil
slave: 19
max_temp: 40
min_temp: 5
If you want to contribute to this please read the Contribution guidelines