AquaLogic

The AquaLogic integration provides connectivity to a Hayward/Goldline AquaLogic/ProLogic pool controller. Note that an RS-485 to Ethernet adapter connected to the pool controller is required.

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

Configuration

To add the AquaLogic integration to your installation, add the following to your configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] file. 在更改了configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] 文件后,重启 Home Assistant 以应用更改。 该集成现在显示在集成页面的 设置 > 设备与服务 下。其实体在集成卡片上以及实体标签上列出。

# Example configuration.yaml entry
aqualogic:
  host: IP_ADDRESS
  port: PORT

Configuration Variables

host string Required

The domain name or IP address of the RS-485 to Ethernet adapter connected to the pool controller, e.g., 192.168.1.1.

port integer Required

The port provided by the RS-485 to Ethernet adapter.

Sensor

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

# Example configuration.yaml entry
sensor:
  - platform: aqualogic
    monitored_conditions:
      - pool_temp

Configuration Variables

monitored_conditions list (Optional, default: all)

List of items you want to monitor.

air_temp

The air temperature.

pool_temp

The pool temperature.

spa_temp

The spa temperature.

pool_chlorinator

The pool chlorinator setting.

spa_chlorinator

The spa chlorinator setting.

salt_level

The current salt level.

pump_speed

The current pump speed (Hayward VS pumps only).

pump_power

The current pump power usage (Hayward VS pumps only).

status

The current system status.

Switch

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

# Example configuration.yaml entry
switch:
  - platform: aqualogic
    monitored_conditions:
      - lights
      - filter

Configuration Variables

monitored_conditions list (Optional, default: all)

List of items you want to monitor/control.

filter

Controls the filter pump.

filter_low_speed

Controls low speed mode on the filter pump (multi-speed pumps only).

lights

Controls the Lights relay.

aux_1

Controls the Aux 1 relay.

aux_2

Controls the Aux 2 relay.

aux_3

Controls the Aux 3 relay.

aux_4

Controls the Aux 4 relay.

aux_5

Controls the Aux 5 relay.

aux_6

Controls the Aux 6 relay.

aux_7

Controls the Aux 7 relay.