
* Added docs for AquaLogic component. * Update AquaLogic docs as per review. * Update as per review.
1.5 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | AquaLogic Sensor | Instructions on how to integrate your AquaLogic devices within Home Assistant. | 2018-09-17 9:16 | true | false | true | true | hayward.png | Sensor | 0.80 | Local Push |
To get your AquaLogic sensors working within Home Assistant, please follow the instructions for the general AquaLogic component.
{% linkable_title Configuration %}
Once you have enabled the AquaLogic component, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: aqualogic
monitored_conditions:
- pool_temp
{% configuration %} monitored_conditions: description: List of items you want to monitor. required: false default: all type: list keys: air_temp: description: The air temperature. pool_temp: description: The pool temperature. spa_temp: description: The spa temperature. pool_chlorinator: description: The pool chlorinator setting. spa_chlorinator: description: The spa chlorinator setting. salt_level: description: The current salt level. pump_speed: description: The current pump speed (Hayward VS pumps only). pump_power: description: The current pump power usage (Hayward VS pumps only). status: description: The current system status. {% endconfiguration %}