Flexit


Integrates Flexit Air Conditioning unit into Home Assistant.

Requires an CI66 Modbus Adapter CI66

To enable this integration, add the following lines to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# Example configuration.yaml entry
climate:
  - platform: flexit
    slave: 21

Configuration Variables

slave integer Required

The slave ID of the modbus adapter, set using DIP-switches.

name string (Optional)

Displayed name of the A/C unit.

hub string (Optional, default: default)

The name of the hub where this slave is located.

This integration requires the Modbus integration to be set up to work

Full configuration example including modbus setup shown below:

DIP-switch settings on the CI66: 1=ON, 2=ON, 3=OFF, 4=ON, 5=OFF, 6=ON, 7=ON, 8=ON

# Full example configuration.yaml entry
modbus:
  type: serial
  method: rtu
  port: /dev/ttyUSB0
  baudrate: 56000
  stopbits: 1
  bytesize: 8
  parity: E

climate:
  - platform: flexit
    name: Main A/C
    slave: 21