IntesisHome

The IntesisHome climate platform lets you control IntesisHome, Airconwithme and anywAIR devices. IntesisHome provides integrations with air conditioners, including Panasonic, Daikin, Fujitsu, Toshiba, LG and more.

Note: IntesisHome products are a separate product line to IntesisBox. This platform does not support IntesisBox devices (which can be controlled locally using the WMP protocol).

Configuration

To set it up, add the following information to your configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] file:

climate:
  - platform: intesishome
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

Configuration Variables

username string Required

Your username for IntesisHome.com / Airconwithme

password string Required

Your password for IntesisHome

device string (Optional, default: IntesisHome)

IntesisHome, airconwithme or anywair.

This integration opens a TCP connection with the IntesisHome API to receive temperature and status updates, and to issue commands. By default, the integration will be named using the friendly device name from the IntesisHome website or application. If internet connectivity is lost, the device will be marked as unavailable after 5 minutes.

Supported actions

Available actions:

  • climate.set_temperature
  • climate.set_fan_mode
  • climate.set_operation_mode
  • climate.set_swing_mode
  • climate.turn_on
  • climate.turn_off