AquaCell
AquaCell is a water-softening device made by Culligan
This integration also supports other Culligan brands
Supported devices
This integration only works for softener models which have an i-Lid and are configured through the ‘Mijn AquaCell’ or ‘myHarvey’ mobile app. These models are also recognizable by the required curved salt blocks.
Prerequisites
The softener needs to be set up with the official app before being able to integrate it in Home Assistant.
配置
要将 AquaCell device 添加到您的 Home Assistant 实例中,请使用此 My 按钮:
手动配置步骤
如果上述 My 按钮不起作用,您也可以手动执行以下步骤:
-
浏览到您的 Home Assistant 实例。
-
转到
设置 > 设备与服务。 -
在右下角,选择
Add Integration 按钮。 -
从列表中选择 AquaCell。
-
按照屏幕上的说明完成设置。
Sensors
This integration provides sensors传感器返回有关事物的信息,例如水箱中的水位。 [Learn more] for the following information from the softener device:
- Percentage of salt remaining.
- Time remaining until 0% salt level is reached.
- i-Lid battery level.
- Wi-Fi signal strength.
Use cases
The integration provides sensors to monitor the salt level of the softener. You can use this information to create automations, for example, to notify you when the salt level is low and a refill is needed.
You can also easily plot the history of the salt level sensors over time, which can give you more insight into usage.
Examples
The following examples show how to use this integration in Home Assistant automations.
Send notification when salt is running out
The following example sends a notification to your mobile device when the salt is running out on either side.
automation:
- alias: "Notify when salt is running low"
triggers:
- trigger: numeric_state
entity_id:
- sensor.my_softener_salt_left_side_percentage
- sensor.my_softener_salt_right_side_percentage
below: 10
actions:
- action: notify.mobile_app_your_device
data:
title: "Softener is almost out of salt"
message: >
Place new salt blocks in the softener.
Data updates
The device does not update frequently, the integration is polling数据轮询是定期查询设备或服务以检查更新或检索数据的过程。通过定义自定义轮询间隔,您可以控制系统检查新数据的频率,这有助于优化性能并减少不必要的网络流量。 [Learn more] new data every day from the cloud.
Known limitations
There are no known limitations for this integration.
Troubleshooting
There are no commonly known issues with this integration.
Remove integration
This integration follows standard integration removal, no extra steps are required.
从Home Assistant中移除集成实例
- 前往 设置 > 设备与服务 并选择集成卡片。
- 从设备列表中,选择要删除的集成实例。
- 在条目旁边,选择三个点
菜单。然后,选择 删除。