Skip to content

Homeassistant integration for the Innova Fancoils via Modbus

License

Notifications You must be signed in to change notification settings

lorenzo93/homeassistant-innova

Repository files navigation

Homeassistant Innova Fancoil Modbus integration

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.

Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called integration_blueprint.
  4. Download all the files from the custom_components/modbus_innova/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Modbus Innova"

Configuration is done in the configuration.yaml file

  1. Configure the modbus integration with the correct data.
  2. Add a climate device. In the configuration are shown all the possible parameters, but just platform, name and slave 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

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines

About

Homeassistant integration for the Innova Fancoils via Modbus

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published