home-assistant.io/source/_components/climate.flexit.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.4 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Flexit A/C controller Instructions on how to integrate Flexit A/C unit into Home Assistant. 2017-06-02 16:30 +0200 true false true true flexit.png Climate 0.47 Local Polling

Integrates Flexit Air Conditioning unit into Home Assistant.

Requires an CI66 Modbus Adapter CI66

To enable this platform, add the following lines to your configuration.yaml file:

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

Configuration variables:

  • slave (Required): The slave ID of the modbus adapter, set using DIP-switches.
  • name (Optional): Displayed name of the A/C unit

This component requires the [Modbus](/components/modbus/) component 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