1.5 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners
title description logo ha_category ha_release ha_iot_class ha_config_flow ha_codeowners
Jandy iAqualink Instructions on how to configure Jandy iAqualink integration. iaqualink.png
Binary Sensor
Climate
Light
Sensor
Switch
0.99 Cloud Polling true
@flz

iAqualink by Jandy allows you to control your pool anytime, anywhere.

There is currently support for the following device types within Home Assistant:

  • Binary Sensor
  • Climate
  • Light
  • Sensor
  • Switch

Configuration

Home Assistant offers Jandy iAqualink integration through Configuration -> Integrations -> Jandy iAqualink. Simply enter username and password when prompted.

You can also configure the component via configuration.yaml:

# Example configuration.yaml entry
iaqualink:
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

{% configuration %} username: description: The username for accessing your iAqualink account type: string required: true password: description: The password for accessing your iAqualink account type: string required: true {% endconfiguration %}

Known limitations

  • The platform only supports a single pool.
  • Only Pool systems are supported at this time.

Debugging integration

If you have problems with iAqualink or the integration you can add debug prints to the log.

logger:
  default: info
  logs:
    iaqualink: debug
    homeassistant.components.iaqualink: debug